Archive for the tutorials Category
How to solve WordPress Maintenance mode problem
Wordpress provides a very sleek feature to update core install and the installed plugins. You can upgrade all the installed plugins in one go or either upgrade the ones you wish to. But sometimes while using the maintenance mode it does not complete for some reason and crashes in the middle of the p
Read Full PostAsynchronous and Synchronous AJAX calls
AJAX as you might be knowing stands for Asynchronous JavaScript and XML, but in this article we are going to see what is the difference between Asynchronous and Synchronous AJAX call ? Let's see how an AJAX call is made from client and what it involves. An object of the browser's XML HTTP Requ
Read Full PostChange onclick function for anchor tag using JavaScript
In this post we will learn how to change or add JavaScript function on the onclick event for the anchor tag. Infact, you can use this methodology add/change JavaScript function for almost any event and on elements which support such events. In usual scenario one tends to change/add JavaScript fun
Read Full PostWhat is self executing function in Javascript
I have been working on JavaScript quite extensively since last few months and I found this self executing function really helpful. It's unique in its own way and can actually help you a lot. A self executing function in JavaScript is the one which is invoked automatically as soon as it is defined. I
Read Full PostDrag an element,image etc using javascript,html,css
Hey fellas, Today I am going to show you how you can make an element draggable or moveable on your webpage. This webpage element can be either image, div or even input box. We are going to use simple Javascript, CSS and HTML for this purpose. You can see a working demo on this page and can save t
Read Full PostSend multiple direct messages on twitter
Howdy People, You have already learnt “How to update your twitter status ?” and also learnt how to interact with twitpic API to successfully upload images. Today I am going to show you how you can send direct message on twitter using the Twitter API and PHP. This piece of code will allow you
Read Full PostSimple tabs using Javascript and CSS
Hey Folks, Its been long since Digimantra got these Javascript tabs in the sidebar. They are pretty sleek and light in weight. Many of my friends & visitors requested me to share the tutorial for these kind of tabs so that they can customize it and put it on their blogs/websites. These ta
Read Full PostPDF Preview Handler Error Outlook 2007 & how to Fix it!
(Preview Handler) Many must have upgraded to MS Office 2007, a totally redesigned-from-scratch Software which has turned out beautifully & Further, many in the office rely on the ever-important Outlook 2007 to take care of their E-mailing needs. For Quite some time now I have been using ou
Read Full PostPublish wordpress plugin on windows using tortoise svn
So you have developed a nice wordpress plugin and think you are ready to share it with rest of the world. Well that is a great thought and Matt Mullenweg is going to appreciate your contribution for sure. So how do you start contributing after you got your shiny wordpress SVN repository account. Whe
Read Full PostWhy Blog with WordPress
Every time I recommend a friend of mine to blog, one of the usual queries (if not the first) is how do I blog? True, every other social network is offering you a blog these days. You also got Blogger, Wordpress, Live Journal, etc. But the most common answer to this question is 'Wordpress'. I will ex
Read Full PostCreate dynamic twitter badge displaying latest status without using API
Hey Folks, Tired of inserting heavy script tags from different websites ti display your latest twitter updates on website ? Well today I am going to share this simple yet powerful PHP script with you, which requires no API interaction with twitter, no password authentication, but displays your la
Read Full PostCreate rounded corner buttons in photoshop using gradient
Hi People, I should rather call you photoshop lovers, right ? We are going to create a very simply yet eye catching but sober buttons in photoshop. They are simple light in weight and can be used the way you want. You can also add some glossy look if you wish to. But these days not many people li
Read Full Post