About Sach

Sachin is a web application developer, technology blogger and web addict! He has over 6 years of web development experience and he writes tutorials primarily focused on LAMP, Ajax, Api's, jQuery etc. He is usability expert and he always likes to share his knowledge with people.
Author Archive | Sach

How to strip excess whitespace from a string with preg_replace()

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.

Read full story Comments { 1 }

How To Create Simple Cool Paging With PHP and CSS

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 [...]

Read full story Comments { 84 }

Spice Up Your Web Projects With Cool Free Icons: FREE Icon Libraries

IconArchive, the largest collection of icons on web. The Icon Archive is a categorized collection of high quality desktop & web icon sets. They currently host over 24,700 icons in 884 sets from 212 icon authors. Icons can be used for Windows (XP, Vista, etc.), Macintosh (OSX, OS) and Linux (as PNG Files) and yes [...]

Read full story Comments { 6 }
How to add smilies in comments text and blog posts with simple PHP function?

How to add smilies in comments text and blog posts with simple PHP function?

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 [...]

Read full story Comments { 21 }

Create a floating bottom toolbar like facebook

Wibiya.com provides easy creation of bottom toolbar (floating to bottom) called Wibar. Wibiya enables blogs to integrate the most exciting services, applications and widgets of their choice into their blog through customized web-based toolbars.

Read full story Comments { 16 }