Posted on September 25, 2012 Posted Under Web Design, Web development
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 […]
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 […]
Posted on September 14, 2012 Posted Under Wordpress
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 […]
Posted on September 10, 2012 Posted Under Wordpress
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’;
Posted on September 7, 2012 Posted Under Just Blogging, SEO
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… :)
Posted on August 31, 2012 Posted Under Tips-n-Tricks, XHTML Coding
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!
Posted on August 31, 2012 Posted Under Just Blogging
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 […]
Posted on August 30, 2012 Posted Under Just Blogging
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)
Posted on August 30, 2012 Posted Under Web development, Wordpress
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 […]
Posted on August 28, 2012 Posted Under Web development
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 […]
Posted on August 26, 2012 Posted Under Web Design
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 […]
Posted on August 25, 2012 Posted Under Wordpress
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 […]
Posted on August 24, 2012 Posted Under Wordpress
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!
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 […]
Posted on August 14, 2012 Posted Under Wordpress
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!
Posted on August 13, 2012 Posted Under Wordpress Freelancer
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 […]