Category: Developers

Page 3 of 912345...Last »

Remove All Unused CSS Selector And Keep Your Stylesheet Clean [Firefox Extension]

Remove All Unused CSS Selector And Keep Your Stylesheet Clean [Firefox Extension]

It detects all unused CSS selector from the stylesheet, and helps removing unwanted classes from your style sheet. This Firefox extension “dust me selector” is very useful for keeping your stylesheet clean.

Read More

How to create a WordPress project in NetBeans

How to create a WordPress project in NetBeans

NetBeans is such an awesome IDE that I use it for all my WordPress projects. This tutorial will help you understand how to create WordPress project using NetBeans IDE.

I have downloaded WordPress version 3.0.1 and unzipped it to a new folder in “C:xampphtdocs” directory. I then created a database with xampp server for this demonstration. Check out details on installing WordPress on your PC.
First download NetBeans from its official website.

Read More

Clear Parent Element In CSS Using Clearfix

Clear Parent Element In CSS Using Clearfix

Overflow:hidden becomes undesirable to use at absolute positioned element it cuts off the element. So we can make use of clearfix technique. Clear element without structural markup.

Read More

Search WordPress stuff with wpseek

Search WordPress stuff with wpseek

wpseek is an excellent web application that helps searching WordPress stuff. It’s an centric searching tool. This helps developer find all WordPress Functions, Hooks, Function Sources, Actions, Template Tags and a lot more.

Read More

Adding custom fields to WordPress media gallery upload

Adding custom fields to WordPress media gallery upload

WordPress provides rich interface for adding images to gallery. These gallery images then can be inserted into posts. Further, different plugins are available to customize the end result of uploaded gallery images. But what if you want to have an additional custom field while uploading images to gallery, say link for the image being uploaded. WordPress has provided filters with the help of which we can achieve the same.

Read More

Alternative To Conditional Stylesheets And CSS Hacks

Most people use CSS Stylesheets or CSS hacks for browser compatibility. Here is a way to use HTML/CSS for cross browser in a smart way. Here is a small tip about how to improve your code, that takes care of cross browser compatibility issues.

Read More

[Solved] WordPress Custom Post Type and 404 issue

[Solved] WordPress Custom Post Type and 404 issue

WordPress posts and pages are stored in wp_posts table. You may wonder how it differentiates? The post_type column stores the value ‘post’ for post and ‘page’ for page. We can have our own custom post type also. For example if …

Read More

How to use wp_handle_upload() to upload files in WordPress

Most of the time in theme options or in plugins we give option to upload files. Wordpress wp_handle_upload() function makes it easy to upload the files.

Read More

Add custom column to managing posts panel

Add custom column to managing posts panel

A tutorial on how to add custom columns to to the post and page overview panel without any use of plugin.

Read More

HttpFox – a helpful Firefox Add-on for Debugging

HttpFox – a helpful Firefox Add-on for Debugging

Debugging had never been this easier like today. Different debugging tools and add-ons have really made programmers life easier. Let it be a Firebug, xDebug etc..

HttpFox is one of such add on which can potentially help you to debug your code. Especially in debugging a query string.

Read More
Page 3 of 912345...Last »