Archive for March, 2011

JSON Validator – Utility

Posted: March 29, 2011 in JSON
Tags:

Following link helps you to validate your JSON string  and there are many other sites which does this.

http://www.jsonlint.com/

IE9 & Firefox 4

Posted: March 28, 2011 in Browsers
Tags:

IE 9 and Firefox 4 are out in the market in this month with some cool features. Download and checkout the cool features and keep on top with surfing web

http://windows.microsoft.com/en-US/internet-explorer/products/ie/home

http://www.mozilla.com/en-US/firefox/fx/

IE 9 supports only on latest Windows OSs (>= Windows 7) which brings down the IE9 usage over Firefox 4 where it supports many OSs including Windows XP where IE9 does not support it.

 

Access ViewState across pages – link

Posted: March 27, 2011 in ASP.NET
Tags:

http://www.codeproject.com/KB/viewstate/AccessViewState.aspx

ASP.NET Application Life Cycle

Posted: March 27, 2011 in ASP.NET
Tags:

Application life cycle for IIS 5.0/IIS 6.0

http://msdn.microsoft.com/en-us/library/ms178473.aspx

IIS 7.0 Integrated mode/Class Mode (like IIS 6.0)

http://msdn.microsoft.com/en-us/library/bb470252.aspx

Install PHP PEAR on WAMP Server

Posted: March 20, 2011 in PHP, WAMP Server
Tags: ,

PEAR is a framework and distribution system for reusable PHP components.

 We won’t find PEAR files in WAMP 2.1a by default. So download go-pear.phar from http://pear.php.net/manual/en/installation.getting.php

Copy it to the “wamp\bin\php\php5.3.4” folder and go to cmd prompt (to wamp\bin\php\php5.3.4 folder) and install pear files by giving “php go-pear.phar”.

Now follow the steps from below link to configure PEAR files with PHP.

http://www.charlotteregionalstc.com/How_to_Install_PHP_PEAR_on_WampServer

Below is another link to refer for the configuration …

http://trac.symfony-project.org/wiki/HowToInstallPearOnWindowsWithWamp

Use below links to open ISO file or to burn files as ISO to CD …

http://www.undisker.com/

http://www.7-zip.org/download.html

1.Open PHPMyAdmin and goto sql editor and check root user password by using
SELECT user, host,PASSWORD FROM mysql.user;

2. Run the following sql command to change the password
 SET PASSWORD FOR ‘root’@’localhost’ = PASSWORD(‘newpwd’);

3. Changing the root password will create issue with PHPMyAdmin as it is by default configured to run with root and blank password. Reset it to new password in \wamp\apps\phpmyadmin3.3.9\config.inc.php file

Refer http://dev.mysql.com/doc/refman/5.0/en/default-privileges.html for more details about all OS environments.

Nearly 33% of world web sites are built on PHP including top tech company sites like Facebook, Yahoo, Flickr, Wikipedia and CMS sites like Wordpress, Joomla and Drupal. There are dozens of Frameworks available in market which will make the PHP development easy with out of box support for many of the today’s Web needs like Caching, Security, CDN … etc.

Install WAMP Server which will install Apache, PHP & MYSQL for you. It will also install PHPMyAdmin which you can use to work on MYSQL.

To work on PHP, you need a editor and you can use NetBeans for it. NetBeans editor is built using Java, so you need to install jdk to install NetBeans. NetBeans has built-in support for 2 PHP frameworks – Symfony, Zend PHP Web Frameworks. We need to do small configuration changes at NetBean editor level to use these frameworks. 

  1. http://www.wampserver.com/en/download.php – WAMP Server download
  2. http://netbeans.org/downloads/start.html?platform=windows&lang=en&option=php – NetBeans IDE for PHP
  3. https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u24-oth-JPR@CDS-CDS_Developer – Download JDK
  4. http://www.phpframeworks.com/
  5. http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks – Web application frameworks based on all technologies
  6. http://w3schools.com/php/php_intro.asp
  7. http://www.php.net/, http://www.php.net/manual/en/install.php
  8. http://www.mysql.com/

If you are using Word 2007 then you can use installable from following link which is a plug-in for your word that helps you to save it as pdf document.

http://www.microsoft.com/downloads/en/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87041&displaylang=en

This is a built in feature in Word 2010.