13/10/2014 by Nitesh

How To Create a Responsive Menu Using HTML, CSS & jQuery

Friends, This is Part 5 of the series I started a long time back for creating menus, from simple to complex. In today’s era when smartphones are making a lead in browsing websites, adapting menus to smartphones and other devices is equally important. In this post, we will see how can we create a menu…

Continue Reading »

05/05/2014 by Nitesh

How To Convert Date Time to “X minutes ago” in jQuery

Friends, Today I found a nice plugin with the help of which you can convert any date time on your HTML page to something similar to Gmail/Facebook updates – “5 minutes ago” or “a day ago”. The best part of this plugin is it auto updates the minutes as you’re on the webpage. So, if…

Continue Reading »

04/05/2014 by Nitesh

How To Select Text and Value from Drop Down List in jQuery

Friends, This post is a very simple tip for getting the selected text and selected value from a drop down list using jQuery. A very common usage and we use it in almost every project that we do. To start with, let us consider we have a drop-down list with ID “numbers”. The DOM structure…

Continue Reading »

16/03/2013 by Nitesh

Display Latest Tweets From A Twitter Account Using HTML & Javascript

Friends, In my last post I discussed about how to display tweets on your webpage in the most easiest way. This post will continue the Twitter series and deal with the situation when you want to load tweets of a specific user on the fly or at run time. The focus of this post is…

Continue Reading »

10/03/2013 by Nitesh

Display Latest Tweets From A Twitter Account Using HTML

Friends, Social media is one of the most engaging medium of communication today and every blogger wants to display tweets from his/her specific account on the website. This post briefs displaying your latest tweets on your website without knowledge of any programming language. You can just copy and paste the code and start displaying your…

Continue Reading »

1 2