Archive for the tutorials Category
Optimizing or speeding up your webpages – part 1
Hey there, We create webpages and all we are worried about is how does the webpage look like and is your script bug free, but optimizing a webpage is equally important. By optimizing I am not talking about SEO which is the most hyped term over the internet today, but instead I meant the performan
Read Full PostMultipaging a single post using wp_link_pages
Heya Fellow bloggers, I won't be saying again in this post that wordpress is an awesome blogging application, lol I said that again :P You probably are looking for any sort of plugin which may split your single post into multipaged post with a nifty pagination, right ? If I am correct then you ar
Read Full PostInstall wordpress in local environment
Well this post is not for the regular RSS readers, but sure is for those nomads who look around how to setup wordpress on their systems and land on to Digimantra using Google Search. I know wordpress is one Open Source blogging application which is pretty easy to install but for some who are not so
Read Full PostCSS Properties To JavaScript Reference Conversion
Heya Peeps, Today one of my colleague was stuck in very basic Javascript function, in which he was trying to change the font-size of a paragraph by tweaking the CSS "font-size" property with the help of a Javascript function. His code was perfect but with one problem, that was proper reference of
Read Full PostSleep or wait function in javascript
Always wondered that why does Javascript do not have some extraordinary functions like trim, wait, sleep etc. Oh well, i think at that time they din bother to add them or din feel the requirement. I was working on a script last week and somehow i wondered if i can trick around such that my Java
Read Full Postlogging 404 errors on your site and generating traffic from it
Hiya People, Its really a pain when visitors come down to your blog and they see "Sorry, but you are looking for something that is not here." The message can be anything, but top of everything it is nothing but a fail message. And consequently, many of your potential visitors may bounce off yo
Read Full PostIntegrating Google Analytics in Mediawiki
In this post, we will talk about how to hack the Mediawiki Template to include Google Analytics without tracking the sysop user. The better way is, obviously, to use the GoogleAnalytics Extension (which would be discussed in a later post). This hack applies to Mediawiki 1.9.3+ In the mediawiki/
Read Full PostInsert and update in single mysql query using on duplicate key
Hey Guys, Let me first explain you the scenario in which more likely you can use this type of query. A generic scenario would be that you are inserting data into a table and along with this you want to update a counter which is nothing but a field in the same table. More precisely or by taking
Read Full PostAdd user specific replies in wordpress comments
Always wondered how to leave a reply to specific comments or a thread like replies. Well wordpress made it very simple for you. The function wp_list_comments accepts various useful parameters . There is one parameter called max_depth which is going to do the trick for you. If you open your themes
Read Full PostCreating a simple color palette or color picker in javascript and html
Color palettes are one of the prime resource of a web 2.0 website. There are many color picker codes available online, but they all involve lot of coding and pasting stuff here and there. And some useless CSS and input boxes, which in result mess up the core code. Well here I have designed a simple
Read Full PostRetain your feed subscribers even when you change your domain name
Last weak with the evolution of DigiMantra, i sadly had to lose disallow the access to my old domain i.e. realin.co.in . It was really a major step in my blogging career. I had a PR of 3 on realin.co.in which i had to lose all of a sudden with this shift. :( Well whatever happens, happens for a r
Read Full PostWordPress guide from newbie to pro
Wordpress is one big framework in itself now. From a simple blog to a pro website, wordpress gives you the flexibility to do it all. Radioverve is one of the niche example of wordpress 's power and my free wordpress blog is another example of the most empty or quick site that can be built in wordpre
Read Full Post