Posts

jQuery UI: Interaction Plugins

Image
In this post you will learn all about jQuery UI’s Interaction Plugins. You can find all the available plugins on the official website here http://jqueryui.com/ . For now, there is only 5 Plugins available in Interaction section that is Draggable, Droppable, Resizable, Selectable and Sortable. Interaction Plugins handles complex behaviors like drag and drop, resizing, selection and sorting. Graphical representation of jQuery UI subordinates: In the above image, I have highlighted the jQuery UI Interaction Plugins in rectangular region and in this post we will cover all of them. You need to setup a demo project to learn Interaction Plugins, please read this post as this post will guide you how to setup the demo project for jQuery UI. Draggable It enables draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport. Let’s

Monthly Blogging Report: May 2012

Image
“Time Teaches You Many Things”. May 2012 was not very good month for me. Since 2009 I was using custom developed blogging system on shared server hosting and the server always falling in issues that were causing huge downtime for my blog. Since long time I was thinking to move my blog to Blogger (Google’s BlogSpot) and finally I did this last month. I moved my all posts (about 435 posts) to Blogger. My blog traffic continuously going downward since May 2012 as I was getting maximum hits from search engines so it will take couple of months to get the actual traffic. At the end of May 2012 things were going good and of course now I’m writing new stuffs again. In May 2012 I could write only 2 articles. Please find the details of the same below: Attribute Starts with Selector in jQuery Using JavaScript to Control the Playback of Audio Tag in HTML5 I hope you enjoyed the coding with me. If you have comments, feedbacks please post here. Happy Coding !!

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples