Posted by: Md. Masud on: October 29, 2007
RSS Feed is one of the best thing in modern web world. But most of the time we are not able to create our own RSS Feed. But can you imagine its simply easy when you know how to write them. Here is a beganing example to write a RSS Feed:
<?php
header( ‘Content-type: text/xml’);
?>
<rss version=”2.0″>
<channel>
<title> WordPress [...]
Posted by: Md. Masud on: October 1, 2007
Here i am providing some useful regular Expression which are acceptable by most of the web developers. I have found them in web.
Email Address validation
Expression: ^.+@[^\.].*\.[a-z]{2,}$
Description:
Most email validation regexps are outdated and ignore the fact that domain names can contain any foreign character these days, as well as the fact that anything before [...]
Recent Comments