New Adobe CSS FilterLab for playing with filters

New Adobe CSS FilterLab for playing with filters. Little one page tool from Adobe for playing with filters (blur, grayscale, brightness, etc). Filters are working in stable Chrome and Safari 6 now. I predict filters to be a huge trend in 2013 as browser support grows and designers start figuring out what kinds of interesting/effective things […]

Freelancers Hiring Freelancers: A Case Study

Freelancing is a wonderful activity and many people are simply happy with the statute of freelancer. The most intriguing aspect of this “job” (I consider a freelancer as a full time employee) is the fact that the beginning is extremely difficult but once the first project is taken and finished a large pool of possibilities […]

Override WordPress and Site URL using wp-config file

I found code to Override WordPress and Site URL using wp-config file. I like to share with you all. Instructions: This snippet lets you redfine two constants that makes it possible to work with production databases, locally. It lets you use the same database for production and development. THIS does not change the database records […]

Some useful mySql Query for WordPress database

Here some Some useful mySql Query for WordPress database you shold know while working on WordPress database project. Optimize the Database As you work on your blog, your database transactions pile up overheads which can be a performance hog. To clear such overheads and optimize your database, use this query: OPTIMIZE TABLE ‘wp_posts’;

The Secret to Doubling Your Website Conversions Overnight

Imagine you applied one simple technique to your website that could make a huge difference in your website conversions. And it’s simple, free and easy to implement… :)

How to Remove extra linebreaks and spaces in Dreamweaver

How to remove extra spaces While the document is open in Dreamweaver, press CTRL+F to load the Find & Replace dialog box. Do the search on the source code view. Check the box “Use regular expression” and uncheck any other boxes. Find: [\r\n]{2,} Replace: \n The hit “replace all” That’s it!

High Profile Tweeters Busted for Purchasing Twitter Followers

Just when you thought the people you admired the most earned their massive Twitter following by merit alone, someone comes along and bursts your bubble. If you were offered 10,000 Twitter followers for $15, would you take the bait? No? Well, some people did…and they are being caught red-handed. It may not cost a lot to […]

How to Edit Customize Tag Cloud deafault tooltip to Tag Name

Another issue i faced during the wordpress development, i want to change the tooltip text which appears on hovering the mouse over the tags created by wp_tag_cloud(). By default it shows something like 1 topics, 5 topics etc, and i want to make it something like  “Tag Name” on mouseover Incoming search terms:santoshkori (2422)

The 15 Best WordPress plugins to use in 2012

One of the reasons that I’m so madly in love with WordPress is the thousands of plugins available. It doesn’t matter what you want to accomplish on your blog, there is probably a WordPress plugin that will allow you to do it. This list will provide you with 15 of the best WordPress plugins available […]

SiteCake – Simple yet Beautiful And Open Source CMS For Small Websites

SiteCake Open Source CMS is fast and simple CMS for small websites. For everybody who find WordPress too complicated. Many web designers/developers have a favorite CMS (WordPress, Joomla, Drupal, etc.) and build websites of any size with them. If you are looking for a simpler alternative or don’t prefer to empower your customers with so many […]

Make Creating Effective Website Design for Your Visitors

Websites can have many requirements. The purpose of your web page—that is, what you want to accomplish with your web page—is important to identify before any work is started. A web page is a kind of device that can offer many features. Your web page can be an informative web page, such as by starting […]

Create/ Make A Helpful WordPress 404 Page

When your server can’t find the requested page it will return a HTTP status code of 404. This tells the browser that the request has failed because the page you are asking for can not be found. When your server returns a 404 this needs to be handled so that your not just displaying the default […]

WordPress function to get post/page slug

Here’s the function. Copy it and paste it into your functions.php file: Once done, simply call the function within the loop to get the post or page slug. Thanks to Maidul for the function!

Dealing with Clients as a Freelance Web Developer / Designer

If you are a web developer or a designer working with multiple clients, work flow management plays an important role in your routine. Prioritizing tasks, time management are key to be successful over time. Following are some useful tips which enable you to handle your clients in a better way. Most of the pointers are from my […]

Great WordPress resources for wordpress developer

As a WordPress developer you need to keep up with the fast development of this amazing platform. Luckily, there are loads of great resources to do this. This post is basically a compilation of the sites on my RSS feed. Hope you like it!

Best Of 50 Freelance Job Sites For Web Designers & Web Programmers

Being a freelancer can be extremely advantageous and it is probably a dream for many designers and developers. Not only you get to choose the job you are really interested in, you also have total flexibility in terms of time, whom you want to work with and where you want to work at. However, there […]