Best Web 2.0 Graphics Generators

Best Web 2.0 Graphics Generators

Web graphics are essential part of a web design strategy. Good graphics always attract visitors and sometimes people who can be your next client if you are a web designer of your own site. Happens to me as well because 60% of my clients came though the sites I have designed or developed and leave [...]

Read Full Post


Color Pickers for jQuery lovers

Color Pickers for jQuery lovers

jQuery is an amazing and very helpful javascript library that I always use in my web projects. Beauty of jQuery is its plugins which are available in a large number and free. jQuery makes the javascript work 70 times faster and easier. Sometimes when you have to let people or yourself add web color codes [...]

Read Full Post


Implementing Ajax with jQuery

Implementing Ajax with jQuery

Once again I would say jQuery is my favorite javascript library. Not because its tiny but because it makes the things easier for me. In Past i was only building ajax applications with regular xmlHttp code which is tough to build again and again differently for each application.
Thanks to jQuery it makes the things easier. [...]

Read Full Post


Best ajax frameworks & Tools

Best ajax frameworks & Tools

Ajax is one of the most important web 2.0 element. But other than that, it is the basic tool used for rich backend interfaces. You may have seen the simple but powerful gMail webmail , microsoft live or some other popular website which are all based on ajax technologies. Ajax is not a language, but [...]

Read Full Post


Best open source CMS - Which one to Go

Best open source CMS - Which one to Go

CMS or in simple words, Content Management Systems are one of the most import key to a large scale business website. You can’t go on a long time by taking a big website without any type of CMS. Content management systems make the life easier by letting us just to worry about adding content to [...]

Read Full Post


How to make everything rounded corner with jQuery

How to make everything rounded corner with jQuery

Web elements with rounded corner is always a beauty of a cleaner and appealing web interface. If your template is rounded corner, people will like it more and it will be eye catching than regular squared designs. Rounded corners was never been so easy with CSS because if you are going to make rounded corners [...]

Read Full Post


960 Grid System – A powerful CSS framework for building websites quickly

960 Grid System – A powerful CSS framework for building websites quickly

CSS is beauty. Yes that is because it adds beauty to your roughly built html pages and texts. It is not harder to beautify a web page by using graphics, but sometimes graphics are expensive when we are talking about overall page load time.
There is always been a big war between CSS and tables. In [...]

Read Full Post


Graphics.com eLearning Program

Graphics.com eLearning Program

Getting into graphic designing skills is somehow a wish for many people as it is a big and long term demand in web design/development industry. Even if a project is finished with programming stuff, the owner will always require a graphic designer for updating the layout of his project.
But it is not an easy job [...]

Read Full Post


Creating DOM Elements on the fly with jQuery

Creating DOM Elements on the fly with jQuery

Jquery is one of my most favorite javascript client library. It is extremely faster than any other library and very much easy to use. I can reduce very much complex code of my regular javascript now with the help of jQuery as i am converting all of my project’s front end from regular javascripting native [...]

Read Full Post


10 Simple tips to optimize and run your php code faster

10 Simple tips to optimize and run your php code faster

PHP is one of the most popular web programming language and it is used widely in many open source and commercial scripts. The beauty of php is its flexibility, easy to learn, highly optimized and specially made for web based applications. A php script can run slower if you do not care about memory, functional [...]

Read Full Post