Quick Tip: Clear Cache & Hard Refresh on Chrome
Posted on by Sumeet ChawlaCache issues are really irritating while developing on front end technologies. Here is a quick tip on how you can clear the cache and do a hard refresh on Chrome Browser
Giving back to the community!
Cache issues are really irritating while developing on front end technologies. Here is a quick tip on how you can clear the cache and do a hard refresh on Chrome Browser
Masonry layouts are a rage nowadays. Ever since Pinterest became a big hit, many sites have started using this layout to build some really creative websites. Here is a quick tutorial on how to build one using pure CSS3 and having the jQuery version as fallback.
2011 has seen a lot of changes in Wordpress with loads of new features and updates. We also saw Wordpress grow as a CMS. It has become the top most CMS platform used in the world. It has a content management system market share of around 54.3% Here is a round up of some of the the best, unique and useful Wordpress tutorials written in 2011 and what to expect in the future.
As with almost every other web app, WordPress stores information in a database. There’s always a chance that your data could be lost or corrupted, and it’s wise to have a solid backup strategy in place. This is where VaultPress enters the scene to save the day, providing complete backup and security for your WordPress site.
WordPress is the most popular blogging and CMS platform out there. The vast amount of features and the flexibility it provides, one can create mind blowing themes for it. Here is a round up list of the most stunning WordPress themes, created specifically for displaying your design portfolio.
The WordPress Shortcode API was introduced to WordPress in Version 2.5. Since then, it has become a widely used method for allowing quick customisation of layout and inserting certain formatting snippets. But shortcodes can be equally useful when creating WordPress themes – here’s how you can make full use of them!
WordPress, as a content management system, is often used for creating portfolio websites. With the evolution of user interface design and functionalities, a new trend has emerged: displaying portfolio items in different layouts. This tutorial details the process of creating a dedicated portfolio section in WordPress’ backend, and using jQuery and CSS3 to display the portfolio in a classy manner.
WP e-Commerce' s new version got integrated with Wordpress in a much better manner and has become one of my favourite Wordprss e-Commerce plugins. One of my projects required the integration of Cloud Zoom jQuery plugin with the Gold Cart Gallery. So here is a short hack on how to achieve it in a convincing manner.
In the web world, a FAQ page is created specifically for the viewers/customers, and contains general questions and their respective answers about a particular product or service. This tutorial details the process of creating a dedicated FAQ section in the WordPress backend with custom post types, as well as how to spice up the actual page a bit by using jQuery and CSS.
Our latest tutorial at 1stWebDesigner. How cool will it be to have a glowing blink effect behind your input boxes in a form without using Flash? Well, then this tutorial teaches you on how to build one in the easiest manner possible.
Many sites have a really cool hidden panel which contains some relevant information and this panel is revealed to us, with a cool animation, when we click on a particular button or hover over it. This has usually been achieved using jQuery. But now as we advent towards the future and CSS3 is becoming a reality, here is a tutorial on how to build an animated slide out panel using only CSS3.
Recently, I was working on a project which required a customized form with only select boxes. I used jqTransform to customize the form and while working on it I discovered that after transforming the select box into a list of hyperlinks, the ‘change’ method of the select box doesn’t work at all. As ‘on-value-change’ event is a very important function for any drop down list box so here is a very simple solution to manipulate it while using jqTransform.
Everyone has a twitter account nowadays and all like to showcase their most recent tweets on their websites. This is generally done by displaying the tweets enclosed in a visually appealing box or the twitter bird shouting it. Here is a small tutorial on how you can increase the interactivity further with the help of CSS.
Main navigation menu is that part of a website design that makes the whole site look lively and complete. But the most common type of navigation menu style still being used a lot is the tabbed navigation menu. Here is a tutorial on how to code an overlapping tabbed menu.