Responsive Images – Reduce Image Size Using Adaptive Images

No comments yet

Responsive Images – Reduce Image Size Using Adaptive Images

Here I am sharing the best and effective way to reduce the image size using “Adaptive Images”. Basically Adaptive Images is a project by Matt Wilcox with the aim to render and reduce the images size on mobile devices respective to screen resolution. Adaptive Images detects the device screen size and automatically scale, re-size and save the images in cache folder at run time. The best part about this is that it just not only reduce the image size to fit on different devices, instead it also reduces the images size in bites and kilo bites, so that they can…

Continue Reading

Responsive Navigation – Converting menu navigation to dropdown navigation

6 comments

Responsive Navigation – Converting menu navigation to dropdown navigation

Basically this article is about preparing the Responsive Navigation by converting horizontal menu navigation to dropdown navigation. In the very fast and moving edge of responsive designs and responsive layouts you might have seen X numbers to responsive navigation with different look and feel, which actually requires a bit extra time and CSS efforts to prepare them. But preparing a dropdown navigation using <select> and <option> tag is quite easier and along which actually consume very less space to fit in web page to be viewed on mobile devices What it just need a very few line of CSS code,…

Continue Reading

Adding Custom Widget in WordPress

No comments yet

Adding Custom Widget in WordPress

Here I am sharing a best and easiest way to create your own custom widgets with your own custom code in WordPress. In one of my old post I have already shared the way to Create custom widget area, so if you like you can also go through it. Before moving to the core code I would like to share that basically Widgets are the small application that can be installed/coded and executed within a web page, they are derived from the idea to re use the code and allow users to turn personal content into dynamic web applications. Here…

Continue Reading