Tahir’s Blog

Blog about latest technology trends and thing I find interesting.

Archive for June, 2006

June-26-06

Text based / ASCII ART

posted by Tahir Khan

ASCII art is a cleaver way of using text to represent one or many pixels of an image. It only works with certain font types because it requires each letter in the alphabet to take the same amount of space. ASCII art has been around even prior to modern computer.

Read the rest of this entry »

Tags:
June-23-06

CSS expression()

posted by Tahir Khan

CSS expressions are supported only in Internet Explorer browsers. Basically it’s a way to include JS result into a value of any CSS attributes. As we all know certain CSS attributes works less then perfect in Internet Explorer. For example one of my co workers Max Fortun and I were working on a tool and he wanted to have a submit button stay on the top right corner of the screen, even if the user scrolls down.

Read the rest of this entry »

Tags:
June-20-06

JavaScript based applications

posted by Tahir Khan

Michael Robertson has implemented couple of really cool web applications.

Read the rest of this entry »

Tags:
June-19-06

Screen captures

posted by Tahir Khan

Not sure if you have noticed, but some sites on the web has been including a screen shot at search results pages (including this one).

Read the rest of this entry »

Tags:
June-16-06

Images + only CSS = gallery

posted by Tahir Khan

I came across this while surfing on the web and thought it was very interesting. Basically it’s a CSS based gallery by Stu Nicholls which only uses CSS and no JavaScript.

Read the rest of this entry »

Tags:
June-15-06

Rounded borders / corners

posted by Tahir Khan

If you browse around, you are most likely to see rounded borders on newly redesign sites. Before CSS, the only border known to man was just square border, and even that was a pain in the ass because you had to have a table inside another table and mess with cellpadding and cellspacing of two tables to get 1 pixel border.

Read the rest of this entry »

Tags:
June-14-06

Got Vector?

posted by Tahir Khan

Vector graphics are geometric modeling which represents illustrations. Because its just geometric data, the amount of data usually needed to draw a image is smaller compare to bitmaps. This technique is used when doing illustrations, doesn’t make sense to use for photos since photos represent more scattered out pixels and usually are without solid shapes or forms. There usually is a lot of interest in manipulating image data which you can do with Vector graphics since its just data vs. regular images which are bitmap, because definition for each pixel and is nearly imposable to reprogram over and over with high speeds in the browser.

Read the rest of this entry »

Tags:
June-14-06

Fonts on the web wants to be pretty too!

posted by Tahir Khan

If you have designed / developed your own site, or have designed / developed sites for others, sooner or later you came across the small fact that many people only use three different types of fonts on the web including “Arial”, “Verdana” and “Times”. Beauty of the web is about having many operating systems and browsers and interfaces come together for standard plat for on web. Since there are so many variations of connecting to web majority of them have only few things in common. Fonts being the least of those things.

Read the rest of this entry »

Tags:
June-12-06

Sexy Widgets

posted by Tahir Khan

Unless you live under a rock, you probably have seen widgets. Mainly widgets are more popular on Mac then PC of course. But now more and more PC developers are coming up with widgets as well, like screen ruler, google desktop, news alerts and etc.

Read the rest of this entry »

Tags:
June-9-06

To cookies and beyond …

posted by Tahir Khan

Of course everyone likes sessions. There are great rewards if you store some information on users machine and have the ability to read it and write it again and again without user intervention.

Read the rest of this entry »

Tags: