Browsing Category "Tutorial"
CKEditor 4 quick setup with custom control
By     |    Jan 2, 2013
Posted in: ckeditor, GitHub, How to, JavaScript, Tutorial     |    No Comments

CKEditor 4 quick setup with custom control

CKEditor is widely used WYSIWYG (What you see is what you get ) editor with lots of cool features and customizations. We can customize which buttons to show and which plugin to load (we can remove plugin from loading if not required like print, fullscreen) this will increase performance of the page. Option 1 Download complete package of CKEditor 4.  http://ckeditor.com/download Option 2 Customize  CKEditor 4 with required plugins, skins [...]

Breadcrumbs fix using jQuery
By     |    Jul 21, 2012
Posted in: jQuery, Tutorial     |    3 Comments

Breadcrumbs fix using jQuery

Breadcrumb navigation is very important part of any website and so user will have idea about link flow and easily get back to where they come from. Design of the breadcrumbs can be very simple and complex as well. Suppose we want to create breadcrumb navigation as below image. As we can view that there are layers for each navigation items, Its look easy to create html/css , but as [...]