How to disable file edition in WordPress admin

Here is useful wordpress code snippet to disable file edition in WordPress admin Just paste the following (or only the needed line) in your wp-config.php file. This file is located at the root of your WordPress install. Thanks to Paulund for this useful code snippet!

Best 5 PHP Frameworks 2012

A good PHP framework improve security, make websites easier to upgrade and also dramatically reduce the time it takes you to build websites and web applications. but the big question that a lot of developers are asking these days is, What is the best PHP framework?

Web Platform Docs Launches by W3C to Build a Better Web

The World Wide Web Consortium (W3C) has announced the release of Web Platform Docs, a new community-driven site that will be a source for Web developer documentation. The W3C, the group that oversees the development of HTML and other web standards, is moving beyond dry, boring specifications with a new venture into developer documentation. The W3C […]

Most popular content management systems Joomla launches version 3.0

Joomla, one of the most popular content management systems (CMS), is finally releasing version 3.0, which bets heavily on Twitter’s Bootstrap framework to make responsive, mobile-friendly designs available to users immediately.

SEO Infographic for Good SEO Ranking: Right Words in the Right Place

A huge part of SEO Web Developer is putting the Right Words in the Right Places. I have found this Perfect SEO Infographic to help you know those “Right Places” where you should put the right words for Onsite SEO in your website easily :)

Avoid 5 Common Web Design Mistakes that can Hurt SEO of your website

Your website isn’t getting as many visitors as you think it should! Or maybe you’ve got lots of traffic but you’re still not selling anything! Even if your site looks great, you may be running up against one of these common web design mistakes that hurt SEO. And it doesn’t matter whether you hired a […]

Jquery Fix for WordPress Empty Search issue

Jquery fix for preventing wordpress empty search issue. I found a decent/easy jquery workaround on preventing submit if the field is empty: And onload:

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

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 […]