Sunday, 1 September 2013

WordPress Plugin Development from Scratch

Leave a Comment
WordPress Plugin Development from Scratch 

This tutorial explain basics of wordpress as a cms  for a web-designer . and plugin development tutorials from scratch.


WordPress Plugin Development from Scratch @ altuts.com
WordPress Plugin Development from Scratch

WordPress Plugin Development from Scratch, Part 3/4 - Custom PostTypes
Read More...

Tuesday, 20 August 2013

Title Bar Marquee using simple Javascript

Leave a Comment
                   Title Bar Marquee using simple Javascript


If you Want a Moving Marquee for your Website,then just paste the code in respective Header and body  sections.

<!-- Add the script to the HEAD Section -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var mar = " welcome to altuts.com ";
function altuts() {
 mar = mar.substring(1, mar.length) + mar.substring(0, 1);
 document.title = mar;
 setTimeout("altuts()", 300);
 }
//  End -->
</script>






<!-- Add this code  line to the body tag as below -->


<body onLoad="altuts()">



Read More...

Thursday, 8 August 2013

The Developers tool kit base :devref

Leave a Comment
     The Developers tool kit base :devref


The Developers tool kit base :devref @altuts.com

Go To website
Read More...

Best tools to Optimize and Format CSS Style Code

Leave a Comment
1) proCssor

Improve the readability or compactness of your CSS code with ProCSSor – a CSS code minifier and prettifier.



ProCSSor css format or optimise @altuts.com


Go To Website


2) CSS Portal
CSS tool will help you format your code to the style you prefer. Just paste your CSS code in the textarea below and select the options for how you would like your CSS code to be formatted to

CSS tool will help you format your code to the style you prefer. Just paste your CSS code in the textarea below and select the options for how you would like your CSS code to be formatted to@altuts.com
 Go To Website
Read More...

Best free jquery library for building parallax websites quick and easy.

Leave a Comment

1) jquery.parallax


jParallax turns nodes into absolutely positioned layers that move in response to the mouse. Depending on their dimensions these layers move at different rates, in a parallaxy kind of way.
With a bit of CSS you can either set up windows to see these layers through, or leave them free to roam about.

jParallax turns nodes into absolutely positioned layers that move in response to the mouse. Depending on their dimensions these layers move at different rates, in a parallaxy kind of way.  With a bit of CSS you can either set up windows to see these layers through, or leave them free to roam about.@altuts.com


Go To Website

2) parallax-scrolling

Build a parallax scrolling website interface with jQuery and CSS @altuts.com

Parallax scrolling website interfaces have been popping up all over the place recently. I didn’t want to miss out on the fun, so I have put together a parallax scrolling demo built using jQuery and CSS.


Read More...

Tuesday, 16 July 2013

Free Restaurant website templates

Best Restaurant Websites Templates for free


1.)RESTAURANT WEBSITE AND GALLERY TEMPLATER 

altuts


altuts


Demo  Download
2.) 3D RESTAURANT MENU CONCEPT


Demo Download

Read More...