From: http://mashable.com/2011/05/04/startup-launch-buzz/
Search This Blog
Wednesday, May 4, 2011
Tuesday, April 26, 2011
Top 10 Firefox Add-Ons for Web Designers
Funny that we have 4 things in common (the ones in bold). Thank you for the list. This is very helpful.
Top 10 Firefox Add-Ons for Web Designers
http://mashable.com/2011/04/26/firefox-web-design-add-ons/
Top 10 Firefox Add-Ons for Web Designers
http://mashable.com/2011/04/26/firefox-web-design-add-ons/
- Web Developer
- Firebug
- MeasureIt
- ColorZilla
- CSS Usage
- PageSpeed
- HTMLValidator
- IE Tab 2
- Screengrab
- SEO Doctor
Monday, March 21, 2011
PHP GD : Centers the text
function getCenterPos($im, $font_size, $font_style, $text) { $bbox = imagettfbbox($font_size, 0, $font_style, $text); // This is our cordinates for X and Y $x = ((imagesx($im) - $bbox[4] - $bbox[0])/2); $y = (((imagesy($im)/2)-($bbox[5] - $bbox[1]))/2)-5; return array((int)$x, (int)$y); }
Sunday, February 20, 2011
Balsamiq Mockups
Why Balsamiq Mockups for wireframing?
Using Mockups feels like drawing, but because it’s digital, you can tweak and rearrange easily. Teams can come up with a design and iterate over it in real-time in the course of a meeting.
http://balsamiq.com/
Using Mockups feels like drawing, but because it’s digital, you can tweak and rearrange easily. Teams can come up with a design and iterate over it in real-time in the course of a meeting.
http://balsamiq.com/
Subscribe to:
Posts (Atom)