Facebook Mobile Menu using Jquery

facebook mobile menu

jPanelMenu is a jQuery plugin that creates an animated paneled-style menu (like the type seen in the mobile versions of Facebook and Google). Animation is handled by CSS transitions for browsers that support it and are hardware-accelerated on supporting devices, so the animations are silky smooth. For browsers that do not … Read more

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

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

Twitter Timeline Script Using jQuery & CSS

Twitter Timeline using jQuery & CSS

Hi guys, now a days every web developer following the facebook timeline design to their blogs. Today I am going to tell how to create a Twitter Timeline with jQuery and CSS. I am planning to create facebook timeline script soon with php and jquery. In this script, I have … Read more

MYSQL 5.6 New features

mysql 5.6

At a glance, 5.6 is simply a better MySQL with across the board improvements that hit every functional area of the database kernel, bringing benefits whether you deploy on-premise or in the cloud, including: Better Performance and Scalability Improved InnoDB for better transactional throughput and developer agility Improved Optimizer for … Read more

Convert Plain Text into Clickable HyperLink – PHP

preg_replace – Searches $subject for matches to $pattern and replaces them with $replacement. By using the above preg_replace function I have created a simple function which will first find urls inside text and convert all into clickable links Please check my Top 10 code snippets in PHP  PHP Code : Usage … Read more

Images with rounded, circle and polaroid styles using CSS3

rounded circle polaroid style image

Hi guys, Today I am going to share some amazing css code to turn your profile picture into circle, rounded and polaroid styles. Image : CSS code : Usage :  Download [button type=”anchor” url=”http://w3lessons.info/demo/rounded-circle-polaroid/rounded-circle-polaroid.html” color=”orange” align=”after”]View Demo[/button] [button type=”download” url=”https://www.box.com/s/vud0bi8jy1fz1ezebcyp” color=”red” align=”after”]Download[/button] Please don’t forget to share and subscribe to … Read more

3 tips to secure your wordpress using .htaccess

Now a days WordPress cms is very popular among everyone. Because It is very simple to use and install. But when you installing the wordpress, you have to make sure that how safe is your install. Here I am going to share few security tips to your wordpress cms/blog using .htaccess … Read more