Category: Web

  • An Website Colorscheme Editor

    I’ve worked on a website color scheme editor recently. The main idea was to change the colors and banner of a website. The target website was my recent work with my department’s website. Well…. There are a lot of color scheme editor available on the web, but I tried something different. I wanted to give […]

  • Multiple IE versions at once

    Those who are related with web development knows how much pain IE may give. Though Internet Explorer sucks, majority of the general people still uses IE. So, whenever you create a web, you have to check it with IE. Otherwise there might be some bugs which would cause you to lose client or visitor. There […]

  • SEO – Whats the big deal?

    SEO, or Search Engine Optimization, became a buzz word since few years. It became headache of the webmasters. “Is my website properly optimized for search engines?” “How can I index my site to popular search engines?” Some tries to use the ‘Black Hat’ way (don’t know how successful those approaches are)!! I thought, as there […]

  • Ajaxload.info an useful website

    ajaxload.info I found this website suddenly while surfing the internet. Its really an interesting and useful website. Most of the time, while developing websites with ajax, couldn’t find the proper loader to show on the web. This website has a large collection of loaders and you can choose the foreground and background color as you […]

  • IIS doesn’t support .htaccess!

    IIS server doesn’t support .htaccess file!!! This is a problem for most of us PHP developers. At least for me! Whenever I build a website, the default page is index.php. IIS doesn’t take index.php as the default page. It looks for default.html/index.html etc. I don’t have access to the configuration files of the server. What […]