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

How to Integrate CKEditor in Html Page using JavaScript ?

How to Integrate CKEditor in Html Page using JavaScript ?

  • by

CKEditor is a rich web text editor, which can be used inside your HTML web pages. This HTML text editor allows many of the powerful editing functions found on desktop editors like Microsoft Word to your web. This is featured with many advantages like preparing your mail content, creating your blogs and so on. This post also explains you how to further modify or use your text editor in many ways, which may include show / hide buttons, control the buttons, etc,.

How to Integrate CKEditor in Html Page using JavaScript ?

Read More »How to Integrate CKEditor in Html Page using JavaScript ?