Tag: HTML

  • How To: Create a Simple Image Gallery with HTML tables

    Sometimes you just want a simple Image Gallery. With no php, javascript or flashy Adobe flash required. Just simple, quick and dirty HTML that you can type out and be done with your post. What you will need: The images you want to use in their Original format Every image in a thumbnail format (duplicates,…

  • How To: Save Disk Space, Bandwidth and Load Time on Website Images Using Smushit.com

    If you are a web developer you know the importance of disk space, bandwidth and load time when it comes to images. And it will become increasingly important latter when web 2.0 becomes standard among with HTML5. You need a way to compress the images, and I don’t mean resizing the image, which can also…

  • WordPress Plugin – WP Minify

    WordPress is great. It does all of the hard work for you, manages Javascript, CSS, HTML, PHP, Layout etc. All of that is great and all, but it could be better. The code contains allot of spaces, comments and other crap that isn’t necessary. One solution would be to open up all of the files…

  • Hearts, Planets and Other Unicode Symbols

    Ever seen a heart in a HTML document? Or perhaps a Word processing document? Not an image, an actual hear, in which you can copy and paste. Just like it was a part of the font package. Well it is, on most operating systems. And it’s apart of UTF-8 UNICODE, so you can use it…