Subscribe Newsletter

Your Name  : 
Email Address *  : 
  • PNR Enquiry: Google SMS is a good way but besides it you can also check the PNR...
  • ???????: Thanks a lot, I have same problem and think how to solve it all day,...
  • Union Budget 2013-2014: Nice service by Indian Railways.
  • Railway Budget 2013: It is nice service of Google SMS by Indian Railway.
  • wordpress – widgets – plugin 2012: For more information see:...
  • PNR Status: thank you for the info
  • louisg: Thank you Bala Krishna, that’s very nice. Thanks for the SEO plug as...
  • Sandeep Beniwal: Hi, I want to convert video into .flv/.swf using asp.net...
  • Barun Roy Choudhury: Please send me swift code for IOB Santoshpur branch Kolkata...
  • Daniel: Hi, I followed the steps in the article and it gives me an error: Unknown...
  • amarana mohanarao: hello sir iam mohan plz send me STATEBANK OF INDIA [kotturu]...
  • Irina: Hi! Thank you for the article, really nice, but I have some more question...
  • s khaja mynuddin: hello i have forgotten my profile password can i send the filled...
  • Archives

  • Blog Stats

How to Check Website in Multiple IE(Internet Explorer) on Same PC

February 8th, 2011 Bala Krishna Posted in Browser Stuff, Firefox, Firefox Add-On, General, Instant Messenger, Internet Explorer, Internet Marketing, Linux, Linux Commands, Mobile, Mobile Stuff, Press Release, Product Review, Social Networking, Tips and Tricks, Web Development, Window Application, Windows 7, windows xp No Comments »

If you are developer like me many times we need to check website in different browser. As for as other browser concern, they update automatically when new version released. but this is not case with Internet Explorer. IE don’t show any upgrade notice to users so lot of non tech user stuck on old Internet Explorer version. Although, those people are very less but what should we do if client ask to check in old Internet Explorer version.  This post describe some of best online and offline tools available to check website in multiple IE versions. IETester – Offline Desktop [...]

Read the rest of this entry »
AddThis Social Bookmark Button

WordPress WP_Categories doesn’t exist Error Fix

January 25th, 2011 Bala Krishna Posted in Bug Fix, Error Log, Tips and Tricks, Web Development, Web Technology No Comments »

If you are receiving this error in wordpres then this post may help you in debugging. For your case reason of error may be different but i hope you will have enough clue to fix this bug from this post. In my case this error was generated when i activate Simple Forum plugin. The error was coming only in simple forum pages so i thought simple forum is the plugin generating this error. While going through the simple forum code i found that simple forum not querying wp_categories table. I also got confirmation on this from simple forum threads. Cause [...]

Read the rest of this entry »
AddThis Social Bookmark Button

Category SEO Meta Tags 2.0

January 15th, 2011 Bala Krishna Posted in Bug Fix, Tips and Tricks, Web Development, Word Press, Wordpress Plugin, Wordpress Theme, Wordpress Widget No Comments »

Category SEO Meta Tags 2.0 has been released with tag page support. Some old bugs have been fixed. Here are complete list of added feature and bug fixes. Added support for tag pages. Fixed bug in submission. Only title tag must be submitted. Description and keywords field can be left blank. Features to be added. Title format option so user can add prefix and suffix in title. Page format option for more then one page in category and tag pages. Enable/Disable setting option.

Read the rest of this entry »
AddThis Social Bookmark Button

How to Run Classic ASP on IIS 7

January 14th, 2011 Bala Krishna Posted in ASP.Net, Asp.Net Tips, General, Tips and Tricks, Web Development, Window Application, Windows 7 No Comments »

Classic ASP is not configured by default in Internet Information Server 7(IIS7). If you want to run classic ASP application in IIS7 then you need to enable and configure this feature in your machine. Here are step by step guide to enable and configure ASP Go to Programs and Features in Control Panel and then click Turn Windows features on and off Browse and Expand Internet Information Services -> World Wide Web Services -> Application Development Features and checked ASP check box. This is not enough to run ASP on your box. You need to add classic asp application in [...]

Read the rest of this entry »
AddThis Social Bookmark Button

jQuery For Mobile Devices

November 30th, 2010 Bala Krishna Posted in Browser Stuff, CSS, General, Java Script, Web Design, Web Development, Web Technology No Comments »

This is exciting news for mobile device developers. jQuery Mobile 1.0 Alpha framework has been released for Smartphones & Tablets.  JQuery Mobile framework is highly cross-platform & cross-device. The final 1.0 version is scheduled to arrive in January. As JQuery Mobile framework is cross-platform so the developed application will work well on all popular smart phone and tablets. In Alpha stage it support iOS, Symbian S60, Symbian UIQ, Symbian Platform, BlackBerry OS, Android, Windows Mobile, webOS, bada, Maemo and MeeGo platform. This project is sponsored by major player in the industry such as Mozilla, BlackBerry, Adobe so you may see [...]

Read the rest of this entry »
AddThis Social Bookmark Button

How to edit php.ini in WHM/CPanel

August 17th, 2010 Bala Krishna Posted in General, PHP Function, PHP Programming, PHP Tutorial, Tips and Tricks, Web Development, Web Technology 2 Comments »

If you are managing server and running multiple websites on server then sure you need to tweak and optimize php setting in php.ini file that works for you. for example, you need to increase max file upload size if you are running a video streaming website or increase memory_limit value due to memory allocation failure in php script. WHM does not allow you to change these values through WHM/Cpanel web interface. All you have to recompile apache with php in order to make critical change in php.ini. Your first step is to check location of php .ini file. You can [...]

Read the rest of this entry »
AddThis Social Bookmark Button

How To Fix Firefox Right Click Menu Disabled

November 18th, 2009 Bala Krishna Posted in Blogging, Browser Stuff, Self Improvement, Tips and Tricks, Web Development, Windows 7, windows xp 1 Comment »

This is recent problem i had in the world favorite Firefox browser. This is very uncomfortable for me to live with Firefox without right click because most of the valuable function available on right click context menu. Before the fix, i thought this problem is either due to virus attack or right click disabled by JavaScript. But, this is not the case because right click was not working on any website. To fix this issue go to Firefox -> Tools -> Options then click on Advance button in the right side of  Enable JavaScript check box as specificed in image. Uncheck Disable or replace context [...]

Read the rest of this entry »
AddThis Social Bookmark Button

Window 7 RC Installation Error Fix – No device drivers were found. Make sure that the installation media conains the correct drivers

October 11th, 2009 Bala Krishna Posted in General, Operating System Tutorial, Web Development, Web Technology, Windows 7 3 Comments »

If you are facing this error and could not find a solution then you are at right place. I hope what i am sharing here could solve your issue. This error comes most likely due to corrupted installation media so to work correctly you just need to make sure installation media you are using is fine.  So do the following to make sure your installation media is error free: Make sure ISO image you have downloaded is not corrupted in transfer. Make sure ISO image is not corrupted during transfer from one PC to another PC. (I am specially mentioning [...]

Read the rest of this entry »
AddThis Social Bookmark Button

CakePHP Call to undefined function vendor() Error

October 6th, 2009 Bala Krishna Posted in PHP Function, PHP Programming, PHP Tutorial, Web Development, Web Technology 2 Comments »

Vendor() function basically used to load third party library in CakePHP. This function have been deprecated in the recent CakePHP releases.  The vendor function in earlier CakePHP releases has been replace with new App::import method that is more user friendly and allow you to include third party library in several ways. To fix the issue simply replace vendor function with new method.  New import method return boolean true or false depend on the library loaded or not.  This is useful in some context.  With new import method you have option to verify third party library loading and act accordingly so your [...]

Read the rest of this entry »
AddThis Social Bookmark Button

WordPress.TV – New Addition to WordPress Family

January 17th, 2009 Bala Krishna Posted in Internet Explorer, Web Design, Web Development, Web Technology, Word Press 1 Comment »

WordPress announced new WordPress.TV where you can find all wordpress resources in audio visual form. You can find all WordCamp video, slideshows of presentation created by wordpress team and other wordpress experts, and interviews with media and fellow bloggers. WordPress.TV included several handy how-to tutorial video and more be in pipeline in future. You can request to add an audio visual resource if you find should be added on wordpress.tv.? I can also request if something missing and should be on site for wordpress community. Below is introductory video showing brief overview of the site.

Read the rest of this entry »
AddThis Social Bookmark Button