In web design, designers often want the end user to see the site exactly how they see it from their machine. The reality of that is, in order to do this, we often have to resort to creating images in place of normal text. The reason being, is that not every user who visits your page, has the same set of fonts installed. Thats where (Read More…)
If you notice, in the top right corner of my site is a Hackers For Charity link. If you want to support Hackers For Charity or have donated to them in the past, you can help by sharing a link on your own websites with the following code.
<a href="http://www.hackersforcharity.org/" target="hfc">
<img src="hfc-donate-today.png" style="border:none; position:fixed; top:0px; right:0px; z-index:999;" alt="Hackers For Charity" title="Hackers For Charity" /></a>
<img src="hfc-donate-today.png" style="border:none; position:fixed; top:0px; right:0px; z-index:999;" alt="Hackers For Charity" title="Hackers For Charity" /></a>
The only request I make is that you download the image of your choice below, and change the URL to match where you upload it to (Read More…)