by Robert Long | Mar 23, 2014 | Javascript, jQuery Plugins, Menu, Other, Programming, Tutorials, Web Design, Web Development
It’s not easy to have a simple and elegant design, when you must present a large amount of content on a single web page. jQuery Expandable tree view menus and navigation systems, can be a great choice to solve this problem, as it saves a lot of space and adds a stylish look to any web page. Here is a jQuery dynamic treeview example (more…)
by Robert Long | Jan 4, 2014 | Javascript, Tutorials
jQuery is so easy to use that we sometime ignored its smart uses which may affect performance. Really it’s very fast library and no need to optimize it. But when it comes to the real world, (more…)
by Robert Long | Jul 3, 2013 | HTML5, Javascript, jQuery Plugins
The tiny wysiwyg rich text editor for Bootstrap is a popular feature rich JQuery editor. The editor is inspired by CLEditor and bootstrap-wysihtml5. It require jQuery, jQuery Hotkeys, Twitter Boostrap and compatible with modern browser with HTML5.
(more…)
by Robert Long | Mar 3, 2013 | Javascript, Tutorials
Today, we’re going to discuss common design pattern used in JavaScript. Design patterns are ways of programming which offers developers to do code more maintainable, reusable and scalable. Patterns are necessary when developing large application in JavaScript. (more…)
by Robert Long | Dec 2, 2012 | Javascript, Tutorials
Paper folding animation effect is a new paradigm in web design. It works with touch devices like swiping to certain direction to reveal content underneath by “folding” the current view. It’s really a fancy effect and definitely giving its users a cool experience. Here in this post I am going to give you few resources that will surely inspire you to achieve paper folding effect in web development.
(more…)