PHP provides many pre-defined methods to deal with strings. One of the strong way to deal with strings is to use regular expressions aka ‘regex‘. Let’s use regular expression with preg_replace() method to strip excess whitespace from a string.
PHP provides many pre-defined methods to deal with strings. One of the strong way to deal with strings is to use regular expressions aka ‘regex‘. Let’s use regular expression with preg_replace() method to strip excess whitespace from a string.
It is quite common when you need of paging in your web application. A dynamic web is what consists of scripts and renders various pages depends upon the user requirements and where he/she wants to browse the web. Paging, categories, tags are all these type of browsing. We will talk about paging in this article [...]
Smileys are great way of expressing emotions with images/icons. You cant think of chatting with your friends without smileys. Am I right? It’s been over 27 years when text smiley introduced also it’s been so long when smileys came out from IMs (Yahoo Messenger, Windows Messenger, etc) to comments on websites, blog posts. People use [...]
Have you ever missed the CSS3 features in IE? If you are a web designer or a Web developer, your answer should obviously be “YES”. The very basic and popular CSS3 feature is to make rounded corners of DIVs and elements. Firefox, Safari, Chrome are now having full support to CSS3 but IE is still [...]
© 2012 SachinKRaj weBLOG. All Rights Reserved.