Your Ad Here

Single huge css file vs. multiple smaller css files

Written on March 7, 2010 – 6:25 am | by tihomir_wwf |

In my websites, I usually use a single css file for all css code in the site. Today I though more is it correct to be done instead of adding multiple, but smaller css files, here’s what I found: 1. When you have multiple css files, when a page is loading there’ll be multiple HTTP [...]

Tags:

Reduce Code Size Tool

Written on January 28, 2010 – 2:13 am | by tihomir_wwf |

Recently, I added some js files to my website. I notice that the code contains too much comments, white spaces, empty lines, etc. So, I decided to optimize it by removing all that stuff. Instead of doing that by editing the code, I decided to write a tool that can finish this job :) Here [...]

Tags:

HTML5 Resources

Written on January 3, 2010 – 7:06 am | by tihomir_wwf |

HTML5 is the next major revision of HTML (Hypertext Markup Language). It adds a number of new elements and attributes that will change the usage on Web sites. If you want to learn more about HTML5, here are some useful resources: 1. WHATWG (Web Hypertext Application Technology Working Group) HTML – latest working specification of [...]

Mega Footers

Written on December 19, 2009 – 11:11 am | by tihomir_wwf |

I’ve recently visited some sites that have mega footers and I think it’s a good idea to add more stuff in your footer. The footer is not the most important thing in a website, but if you want to create good site, all its elements should be professionally done. Here are few ideas for your [...]

Web Sites Against Internet Explorer 6

Written on August 25, 2009 – 4:08 am | by tihomir_wwf |

Let’s admit it, many people hate Internet Explorer 6 Here’s a list of Web Sites Against IE6: 1. STOP IE6 campaign A campaign devoted to wiping IE6 off the web URL: http://www.stopie6.org/ 2. RIPIE6.com RIPIE6 is the obituary notice of Internet Explorer 6′s death URL: http://www.ripie6.com/ 3. Bring Down IE 6 a campaign by .net [...]

Tags:

Best Logo Makers

Written on August 25, 2009 – 3:40 am | by tihomir_wwf |

1. Easy Logo Maker Easy Logo Maker is a web based application that allows users to create logos for free. Generated logos are in all format files. Users can add images, text and shapes. Text, images and shapes use context ribbon UI, from where properties like (size, position, filters…) can be set for each object [...]

Tags: , ,

10 Add-ons for Firefox, You shouldn’t miss

Written on August 25, 2009 – 2:57 am | by tihomir_wwf |

1. Web Developer last version: 1.1.6 Add a menu and a toolbar to the browser with various web developer tools like working with css, cookie, forms, tables, frames, and edit html. URL: https://addons.mozilla.org/en-US/firefox/addon/60 2. FireFTP last version: 1.0.4 FireFTP is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and intuitive access [...]

General Tips to Optimize Page Loading When Work With Pictures

Written on August 25, 2009 – 2:34 am | by tihomir_wwf |

1. Use Browser Cache When visit page for first time, Browser have to download all resources (aslo All images), but on second visit, why should not browser get resources from Cache (previously loaded and saved resource). For Images/CSS/JavaScripts, you’ll need to configure the web server. 2. Don’t forget height and width atteibutes in img tags [...]

Best Free Online CSS Menu Generators

Written on August 25, 2009 – 1:49 am | by tihomir_wwf |

Here’s a list of best free online css menu generators: 1. CssMenuMaker.com – Generator and Download  CSS Menus URL: http://www.cssmenumaker.com/ 2. MyCssMenu.com – CSS Menu Generator URL: http://www.mycssmenu.com/ 3. CssMenuBuilder.com – Create a standard compliant xhtml/css menu for your website for free via the online navigation generator. URL: http://cssmenubuilder.com/home 4. CssPortal.com/generators/menu.htm – create a horizontal [...]

Tags: , ,

20 General Tips to Speed Up the Loading Time of Your Web Pages

Written on August 24, 2009 – 1:27 pm | by tihomir_wwf |

Here’s list of general tips to speed up the loading time of your pages: 1. Use Browser Cache When visit page for first time, Browser have to download all resources, but on second visit, why should not browser get resources from Cache (previously loaded and saved resource). For Images/CSS/JavaScripts, you’ll need to configure the web [...]