Create simple website using Adobe CQ5
Step – 1 Run the server in available ports. You can specify 4501, 5400, 8080, etc… Open the CRXDE editor to start creating the website. The default folder shown is apps, etc, libs.
Discover the new direction...
Step – 1 Run the server in available ports. You can specify 4501, 5400, 8080, etc… Open the CRXDE editor to start creating the website. The default folder shown is apps, etc, libs.
Recently i just gone through this excellent script for png fix for ie6, even png images declared in css background. All you have to do is add these below to lines between tags. <!–[if...
Write the below function first: jQuery.fn.fadeToggle = function(speed, easing, callback) { return this.animate({opacity: ‘toggle’}, speed, easing, callback); }; After that you can do as usual like: $(“.main”).click(function () { $(“.child”).fadeToggle(“slow”); });
Download reflection.js and place it in ur web site folder so that u can include this file to your site, Way to include reflection.js to ur site <script language=”javascript” src=”reflection.js” type=”text/javascript”> </script> You need...
CSS Dock Menu In between the HTML <head> </head>tag, add the following code <script type=”text/javascript” src=”js/jquery.js”></script> <script type=”text/javascript” src=”js/interface.js”></script> <link href=”style.css” rel=”stylesheet” type=”text/css” /> <!–[if lt IE 7]> <style type=”text/css”> .dock img { behavior:...
This is a script helps you to disable the right click function in the browser. for this you have to do only copy paste the below script between the <body> </body> tag [sourcecode language=’javascript’]...
Javascript Status Bar Scroller This Script will help you to enhance your webpage attractive. A scroller is text which scrolls on the status bar of the browser. follow the steps below Copy and paste...
Light weight Accordion Javascript One of the smallest accordion script which is extremely simple and easy to integrate. Does