Developing Desktop Applications using Javascript

AppJS is an SDK for developing desktop applications using Node.js combined with Chromium(providing the JS, HTML5, CSS, SVG, WebGL). Developing desktop applications with AppJS couldn’t be easier as it uses the same libraries and knowledge used to build websites. Homepage: http://appjs.org/ GitHub: https://github.com/appjs/appjs

Responsive Images using Jquery

Responsive Img is a jQuery plugin that swaps an image’s src attribute based on its container’s width when the DOM is ready and when the browser is resized. Using a PHP file, Responsive Img creates new images on the fly the first time they’re needed and puts them on your server. Therefore, you … Read more

Top 5 Open Source Javascripts for Web Projects

In this post, I want to share some interesting open source javascript libraries for your web projects. I hope you like it 🙂 1. Infinity.js This is an extraordinary JavaScript library with a very simple purpose. Some pages on your website may have super long lists which make the scrollbar … Read more

Facebook Timeline with CSS 3D Effect

A tutorial about how to create an experimental CSS-only timeline with a 3D effect. The idea is to expand a content area when the associated radio input is selected. In this tutorial we are going to experiment with perspective and use a radio input trick to create a fun css-only … Read more

Free Windows 8 Theme using HTML, CSS & jQuery

BootMetro, with a Twitter Bootstrap base, offers simple and flexible HTML, CSS, and Javascript for web apps that would like to use the now popular “Windows 8 MetroUI” style. Features Navigation Stylish Icons List Views Admin Interfaces Message Boxes like Windows 8 Tooltip, Popover, Tables Windows 8 Model Boxes, Buttons … Read more

Free Online Tool for Front-end Web Testing

Simply Testable is a free web-based tool that will save you pleanty of time and will take the pain out of routine front-end web testing. It will validate your HTML and give you a detailed overview report of your entire site’s successes and failures. Homepage: http://simplytestable.com/

Free Jquery Take a Tour Plugin

Crumble allows you to quickly and easily build feature tours for your website or app using small bubbles. The tour itself is defined as a standard ordered list in your html, making it accessible. Homepage: https://github.com/tommoor/crumble GitHub: http://tommoor.github.com/crumble/

jQuery Instagram API to Fetch Photos

Jquery Instagram API

Spectragram.js is a jQuery plugin using the Instagram API to fetch and display user, popular or tags photo feeds inside a list or any container you define and display the results as list items or any other HTML tag you define. You can also define the size of the pictures (small, … Read more

Using CSS Transitions in Responsive Web Design

With responsive web design (RWD) when we resize the browser window our designs move haphazardly across the screen as it meets each breakpoint. Which is not a problem for the average user, most don’t normally sit at their computers resizing their web browsers in a hundred different ways. Wouldn’t it … Read more