Skip to content

Blog

Regular Expression

How to write Regular Expressions?

  • by

Understanding Regular Expression

Regular ExpressionRegular expression is the most important part in form validations and it is widely used for search, replace and web crawling systems. If you want to write a selector engine (used to find elements in a DOM), it should be possible with Regular Expressions. In this post we explained few tips that how to understand and write the Regular Expression in simple way.

Will discuss about basic regular expression in three stages.

Read More »How to write Regular Expressions?

Facebook Style Notification Popup using CSS and Jquery

Facebook Style Notification Popup using CSS and Jquery

  • by

Are you looking for Facebook UI features, this post will explain you how to create a Facebook style notifications popup using Jquery, HTML and CSS, you will understand how CSS elements will helps to improve better web design. This is the most needed feature for social networking web projects to minimize and enrich the UX elements. Just few lines of code implement these concepts in your next project.

Facebook Style Notification Popup using CSS and Jquery

Read More »Facebook Style Notification Popup using CSS and Jquery