Website designers have been utilizing CSS (Cascading Style Sheets) for many years now. Over and over again, however, I come across an argument that CSS offers no real advantage and whether you code with it or not is just a matter of preference and habit.
I couldn't disagree more.
If you are looking to improve the presentation of your website, CSS will help you do it more efficiently and effectively. CSS based design offers advantages that table-based layout can't compete with.
![]() |
007 niGraphic Studio007 niGraphic Studio Theme is a very light-weight, CSS-based, tableless template, with 2 columns, random header image rotation, made by niGraphic Design. |
Download Preview Screenshots |
![]() |
ColorfulnessColorfulness Theme is a very light-weight, CSS-based, tableless template, with 2 or 3 columns made by niGraphic Design. |
Download Preview Screenshots |
![]() |
Terrafirma Terrafirma is a port of nodethirtythree design template with the same name. |
Download Preview Screenshots |

To understand SEO you need to be aware of the architecture of search engines. They all contain the following main components:
Spider - a browser-like program that downloads web pages.
Crawler – a program that automatically follows all of the links on each web page.
Indexer - a program that analyzes web pages downloaded by the spider and the crawler.
Database– storage for downloaded and processed pages.
Results engine – extracts search results from the database.
Web server – a server that is responsible for interaction between the user and other search engine components.

Exhibition 1: DANCE OF TRIBES - IRANIAN WEDDING -solo photo exhibition
Photography by HASAN SARBAKHSHIAN
Opening hours: 02. - 08. March 2008, 14 - 18 PM
Vernissage: 01. March 2008, 18 - 21 PM
Exhibition 2: GLASS EYE - AN OUTLOOK -solo photo exhibition
Photography by IRAJ MEHREGAN
Opening hours: 02. - 08. March 2008, 14 - 18 PM
Vernissage: 01. March 2008, 18 - 21 PM

The First Iranian Week of Photography in Germany
FOTO.IR, The photography website for Persian Photographers in association with PENG, Gesellschaft zur Förderung von Design, Kunst und Kommunikation e.V. presents: IRANIAN WEEKS OF PHOTOGRAPHY in Mainz -Germany.
I have two photos in first week exhibition. The Miner & The Silent Hill.
New versions of favorite applications are always a little tricky; you want to keep up with the times without fixing what ain't broke. With that in mind, I took a look at the newly released Firefox 3 Beta 2 to see what we can look forward to when the final version ships in 2008.
Although the basic look of the browser hasn't changed, there are actually quite a few new features coming. (For a complete list, you can check out Mozilla's release notes.)
[Improved in Beta 2!] Firefox 3 Beta 2 includes approximately 900 improvements over the previous beta, including fixes for stability, performance, memory usage, platform enhancements and user interface improvements. Many of these improvements were based on community feedback from the previous beta.
Some of the new features in Firefox 3 are not immediately obvious -- at least, not to the casual user. Among other things, Mozilla is incorporating new graphics- and text-rendering architectures in its browser layout engine (Gecko 1.9) to offer rendering improvements in CSS and SVG; adding a number of security features, including malware protection and version checks of its add-ons; and off-line support for suitably coded Web applications.
I bought my Classic iPod 5 years ago! It was the very first generation of iPods! The best mp3 player ever!
Once I actually started to play with it, I fell in love. I think the whole "iPod" part of the name threw me - it's not an iPod (at least not for me), it's the PDA I've been looking for.
First off, I still haven't actually plugged the headphones into it - they're still sealed up in their packaging. My classic iPod is going to be my music player of choice for at least a little while longer. But so far I love everything else this baby can do!
I had no problems syncing with Outlook, so it gave me the perfect opportunity to get my contacts all organized so I could take them with me when I handed back my computer. I'd been wanted to get something that I could use to keep track of friends' and associates' addresses, details, etc, and this is perfect. As I just started to really use Outlook's calendar, having a portable option is brilliant. I can't add new appointments, but apparently the latest firmware update gives me that functionality.

Adobe Photoshop includes the ability to record commands and tool operations in real-time and to save them in a script known as an 'action'. When played back an action will execute all the recorded steps and apply changes to an image. An action can also be used in conjunction with Photoshop's automation tools to form the basis of a batch process that will apply the same settings to a 'batch' of many images.
Most designers and photographers will agree that Photoshop actions are extremely useful for creating images and photograph effects quickly and efficiently. Listed below are those I've had in my favorites and thought would be great to share. Click titles to download and then load each one in photoshop actions to test.
Freebies are nice definitely.
Today i selected a list of quality icons that you can use for your blogs and websites. Please note that the license of each icon set is different and you should check it carefully before download.
Here is a java script function that opens a new window (popup) and puts it on center of screen:
<script>
function PopupCenter(pageURL, title,w,h) {
var left = (screen.width/2)-(w/2);
var top = (screen.height/2)-(h/2);
var targetWin = window.open (pageURL, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);
}
</script>
The link example would be like this:
<a href="javascript:void(0);" onclick="PopupCenter('http://www.nigraphic.com', 'myPop1',400,400);">CLICK TO OPEN POPUP</a>
CLICK TO OPEN POPUP
This is a COPY and PASTE script, tested on internet explorer 7 / 6 and firefox 2.