well , i had to validate some complex data validation and instead of copying and paste of code from any example i learned RegExp today from following of the references .
hope it will help u too .
http://www.javascriptkit.com/jsref/regexp.shtml
http://javascriptkit.com/javatutors/redev2.shtml
http://www.breakingpar.com/bkp/home.nsf/0/87256B280015193F87256C87006CC664
Month: April 2009
format the date in PHP
today i m sharing a simple and most needy thing that is used in almost every project .
it will print the date like this 25.04.2009.
following are 2 functions that can be used to achieve this target .hope this helps
http://www.php.net/strftime
http://www.php.net/strtotime
Google Summer of Code 2009
its very dissappinted for me that my application for Google Summer of code 2009 has been rejected. i had applied for WordPress Organization in 2 areas .
1. Advance Search in WordPress
2. BuddyPress in WordPress
anyways , i will not loose my confidence and will start my own open source application soon.
wildapricot theme designer
hey guys ,
i am happy to let u know that i have finally finish my wildapricot theme design and integrated it with the website . it was very difficult when i get started but after that by using my experience in CSS . i finally completed it .
http://gsn.onefireplace.com/ is the sub domain of wildapricot social network.
http://globalsufficiency.org/ here is the main domain .
here are some of the Help Docs that helped me to finish this project.
Continue reading “wildapricot theme designer”
Error msg in Web.config: Child nodes not allowed.
i had to install the CMS insitecreation software but i got this error , i had VS 2005 installed but it shows that this will not run at 2.0 compiler .
i must have to install the 3.5 version to run this CMS insitecreation
Continue reading “Error msg in Web.config: Child nodes not allowed.”