A Friend in Need is a Friend in Deed.
Become a Member at ITTreats.com !! Share Your invaluable Experience to Fellow Programmers. Signup, Start Blogging and support fellow Techies.

Auto re-direct customers back to site after paypal payment

hope this article will help you people who are looking out  for  auto redirect  the  page  to the  site  after making  the successful payments. paypal   will  allow  you  to do this   with help  of      “return” variable   either  in  your  form  or  in  link read the rest of this entry .. .. ..

Written By : adrevol

Shorten WordPress Title Length and Post Description in wordpress

if you are a wordpress developer and looking forward to limit the number of characters for post titles and post description this is article is heaven for you . i presume that you might be aware of the templates for home page view, page view, full post view and category view.. so, go to the template page where you want to restrict the length of the sentence to the .. .. ..

Written By : adrevol

Query Parameter using Javascript Regular Expression

friends, this post will help you out grabbing query string parameters using javascript. unlike all other posts this post will do this functionality using regular expressions. the advantage of doing this by regular expression fast. read the rest of this entry .. .. ..

Written By : admin

Float Page Heading Across Web Page or blog using JQUERY

dear freinds, i am back once again, yesterday i did a floating page heading for my website, infact you can see the effect right in this website. once you are scrolling to the bottom of the page, your page heading which is lying at the top of the web page won’t be visible. this article will help you to float your webpage heading or blog page heading or article heading .. .. ..

Written By : adrevol

Populating Check All Checkboxes Functionality using Javascript & JQuery

at time are you stuck with doing check all functionality for your application? here is how you can do it in quick manner. this tutorial will guide you how to achieve check all checkboxes by checking a single check box. here is an example instance. in the following page i want to check all the check boxes once if check the top most checkbox at the header section. read the rest .. .. ..

Written By : adrevol

Simple Logging in PHP

what if  we get a simple  code which logs for us about  about  activity. which logs  your  message  as well as  the user ip address, user agent  as well as  referrer… fantastic  isn’t it .  so,  here it  is this  class is   a  abstract  class  so,  you need not worry about even  instantiating the class for logging your message each and every time, by simply  .. .. ..

Written By : nagendra

Only Domain Name from URL using Regular Expression

dear friends, as php 5.3.x is released and you will be aware of the truth that ereg() regular expression functions are deprecated from the latest versions i.e no more usage of ereg() so,  keep this  in mind not to use of  ereg()  from today onwards    this  effects  most of the  popular  cms   i,e  drupal,  joomla so,  before you upgrade your  php version on your .. .. ..

Written By : admin

How to Insert Flash File into Header of Your WordPress?

most of weblog owners are keen  to insert  flash file into header of the blog or wordpress website. here is the simplest tutorial  to replace your  header image file  into  flash file in your wordpress website or blog. 1. take a sample page of your wordpress blog or website  by  browsing into any one of the page,   take the source of the page  and  copy it and  name it as  .. .. ..

Written By : admin

Easy Tutorial for Learning Code Igniter

codeigniter is a very powerful yet very simple php framework to learn and implement. codeigniter is  simple and elegant toolkit to create full-featured web applications. codeigniter is very fast growing and widely used open source php framework  which is used to develop best  web based applicationsusing php.  i bet  you  love to implement this framework for you small  medium  as well .. .. ..

Written By : adrevol

workaround for sessions on cookie disabled machines in php

in php, will sessions work on cookies disabled  computers ? the answer is   “no”. because, server cookie is a session or we can say that session is also a cookie on the server. for session to work, cookies on server as well as on client browser should be enabled. read the rest of this entry .. .. ..

Written By : adrevol