New Version 3.9.7 Of IGIT Related Posts Released

Hi Friends, IGIT related posts plugin was my first plugin and I got the classic response from all user all was like this plugin but many of them was complaining that related posts coming randomly not relatively, So to rectify this problem I again create new logic for my plugin in which it show related posts by category or tag…

Read More »

How To Call Ajax While Using window.onbeforeunload

Hi Friends, Two days ago I was working on a project in which I needed to call one file on when user close browser, or leave current page and go to another page or use back button of browser etc.. In short I need to call file via Ajax when anyone leave page. For example my page name is ‘question.php’…

Read More »

WordPress SQL Query To Change SiteURL And HomeURL

Hi Friends, Some days ago I was transferring one blog from one domain to its new domain, So first  I transfered all things to new domain and then change wp-config.php file variables. Now I need to change siteurl and home URL of site, So to change it we need to open phpmyadmin and then use one query to change it, we can do this…

Read More »

How To Redirect From Non WWW To WWW in CakePHP

Hi Friends, Some days ago I was working on one cakePHP project in which I got one problem that I have to redirect domain name from non www to www , means If any one type domain name http://example.com then it should automatically redirect to http://www.example.com. It is very easy to do it in any other custom coded website and…

Read More »

How To Use Gmail To Send Email From Joomla

Hi Friends, Some days ago I worked on Joomla Project in which I got one requirement that client want to use Gmail and Joomla together such that Joomla sends emails via Gmail. So I implemented it successfully, So I thought to share it here with my reader, So it can be helpful to any one

Read More »

New WordPress Plugin – IGIT Related Posts Widget

Hello Friends, IGIT Related Posts Widget Plugin is fourth plugin created by me. By this plugin blog admin can add one widget having related posts with thumb image. This plugin also empowers the Blog administrator to place manually related posts widget, Also having options to give related posts number,Display Thumb or not,Set Thumb Width and Height and Main thing it…

Read More »

How To Alert JavaScript Object Properties Or JavaScript Object Attributes By JavaScript

Hi Friends, Today I am going to write that how can we check or alert that what a JavaScript Objects contains or what properties or what attributes a JavaScript object having. Usually we are doing debugging in PHP by echo exit method and in JavaScript using alert or document.write, But sometime it happened that when I am doing debugging JavaScript…

Read More »