Let’s start dream wear with cool side First click on start button on desktop select program then select adobe folder & select dream wear when you click on dream wear It will look like this ….. In dream wear panel … Continue reading
Category Archives: web design
how to create easy web layout in dreamweaver
In dream weaver you can easy create web layout, edit web layout & modified. you just have to go in dream weaver click file then select new after clicking new there is open new window in that many option to … Continue reading
How to exclude images from wordpress post
In one of project I got requirement of to exclude images from WordPress post. I written following code for excluding the image from Post Above line I added in showing post without image. <?php $FormatedContent = content_with_formatting(); $content = the_content(); … Continue reading
16 best firefox addons for Programmers and Developers
Mozilla Firefox is becoming more and more powerful tool in these days. Using right add-ons it will start to become a tool, You can`t live without as web-developer! Each of these plugins can make certain things easier and that`s especially … Continue reading
Some accordion JS scripts
I am suggesting following accordions: jQuery Accordion example: http://www.stemkoski.com/downloads/jquery-accordion-menu/example.htm http://www.i-marco.nl/weblog/jquery-accordion-menu/ http://roshanbh.com.np/2008/06/accordion-menu-using-jquery.html http://jqueryfordesigners.com/demo/simple-slide-demo.html this has single ‘jquery-1.js’ (79KB) un-compressed version with first visible accordion, onclick backgroud color change MooTools Accordion example: http://davidwalsh.name/dw-content/accordion.php this has single ‘moo1.js’ (133KB) un-compressed version with first … Continue reading
clean url with html file
We have site in plain html file and some time we want to use clean URLs or Pretty URLs for our site. Clean URLs are in demand becasue of Seach Engine Optimiztion. You can achive the Clean URLs. With not … Continue reading
Rich Text Editor in Rails Application
Many times you need normal CMS for your application. You want to need some pages data need to handle through CMS. It is really very easy to Install any RTE in the Rails. There are many open source RTE available. … Continue reading
In page pop up javascripts or modalbox
I got requirement to create in-page pop up in my project. I got many open source javascripts and CSS libraries. I found some of them are useful. Here i given the list of libraries: 1. lightbox2.04 Lightbox is a simple, … Continue reading