WordPress allows commenting by default on the blog post or pages you create using WordPress. The comment area constitutes of the Name, Email, URL and Comment. Name and Email fields are mandatory but URL field is options. However, many automated bots try to exploit this feature and post some automated
Apple : apt-get command for MAC
Heard OS X is more like Linux ? But you might wonder that apt-get does not work by default in MAC OS X. Some folks are in love with apt-get and find it easier to install new applications using apt-get. So in this post I am going to show you
WordPress : Run shortcode in PHP template file
WordPress shortcode is very useful while creating new posts or pages. It is a nifty way to perform certain tasks in the post. For instance, if you want to add a youtube video or image gallery then WordPress shortcodes are quite useful. Many plugins provide their own shortcodes for displaying
Empty WordPress trash automatically
WordPress has an inbuilt trash system which keeps your posts, pages, comments in trash for 30 days by default. However, WordPress has a way to change this default 30 days time period. We can even disable this feature such that WordPress does not empties the trash automatically. In order to
Add default content for a new post in WordPress
Most of the bloggers write the blogs in a certain format or at-least have a common signature or a punch line in every post on their blog. For example in my blog posts I always end the posts with Stay Digified!! Sachin Khosla So what if we can automate that
How to hide all icons from MAC desktop
How to hide all icons from MAC desktop and keep your desktop neat.
Cache burst refresh or hard refresh in MAC
Hence, here is the tip for my fellow developers who recently shifted to MAC on how to do a hard, cache less refresh on MAC machines.
Add PHP GD support to apache in Ubuntu Linux
PHP GD library is used to created images on the fly. This library is not installed or activated by default when you first install Apache on Linux. But GD library is used widely while developing websites.
Bought a BlackBerry … Read This!
Owing to recent craze of BlackBerry Smart Phones.. MANY people own one.
The youth especially seems to have gone crazy for BBs. If you have recently purchased a BlackBerry from a Grey-market / friend, chances are something is not “Default”. I will tell you how to make it right!
Recommended Linux Partitioning Scheme
When we need to install linux on our systems, we need to partition our hard disk as we do for windows. In the case of windows, partitions are called as c: ,d:, e:, etc. But on linux they are represented in the form of following (there are many others, but these are the most essential):
Creating dynamic menu with re-order option in wordpress
WordPress is a powerful CMS for a website and it provides features which makes it easy to use CMS. Navigation or Menu is one of the key point of the website. People tend to change Menu names, links, reorder them ever now & then. In a normal website it is
WordPress wp_nav_menu separator and First Last Classes
wp_nav_menu is a wordpress built-in plugin that allows you to show navigation in the front-end. This simple function picks the menu defined in the wp-admin dashboard and displays it as the list. Just like other wordpress functions this is also powerful. It takes various parameters to customize the output of
[How To] Update BlackBerry Bold 9700 to OS6
I love my recently acquired BlackBerry Bold 2 9700 a.k.a Onyx… But the tinkerer inside me did not let me rest till I had the latest OS [for BB 9700] loaded.
Hence I set on my new quest of Installing OS 6 on BB Bold 2 9700 & Succedded after MANY hiccups.. Read-on & you can benefit too.. For Other BB Devices by followiing the Steps!
How to reset lost MySQL password
how you can rest a lost MySQL password. Using this procedure you can reset the lost password of root or any other MySQL user. The best part is, it only resets the password, keeping your tables and data inside them quite safe.
Convert images into multiple extension
This script lets you convert multiple images with one extension like .jpg to .png and many other extensions.