<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>phpcodes</title>
	<link>http://anilphpcodes.blog.com</link>
	<description>                     Find best sites links for codes and downloads in the web.......</description>
	<lastBuildDate>Tue, 27 Oct 2009 14:29:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>photoshop advanced shortcuts</title>
		<description>Advanced Photoshop Shortcut Commands

Advanced-Photoshop-Shortcut-Commands

    * Ctrl + Shift + N (New Layer) — This will bring up the new layer dialog box and place a new layer on top of the active layer.
    * Ctrl + Alt + Shift + N (New Layer No ...</description>
		<link>http://anilphpcodes.blog.com/2009/10/27/photoshop-advanced-shortcuts/</link>
			</item>
	<item>
		<title>photoshop shortcuts</title>
		<description>Essential Photoshop Shortcut Commands

Essential-Photoshop-Shortcuts

    * F (Cycle Screen Modes) — Switch between normal screen, full screen with task bar without title bar, and full screen with black background. Works great when used in conjunction with Tab to hide toolbars — maximum working space, no distractions.
   ...</description>
		<link>http://anilphpcodes.blog.com/2009/10/27/photoshop-shortcuts/</link>
			</item>
	<item>
		<title>good sites</title>
		<description>joomla
http://www.wali.byethost15.com/
 </description>
		<link>http://anilphpcodes.blog.com/2009/10/27/good-sites/</link>
			</item>
	<item>
		<title>image as png24 IN IE6</title>
		<description>image transparent to avoid browser compatability
in some cases , we need to slice the image as png24, by hiding all background images in the psd , and slice the image according to our requirement...then save it it as a by selecting alt+ctrl+shift+s 
then save our images...
we follow the above steps ...</description>
		<link>http://anilphpcodes.blog.com/2009/10/27/image-as-png24/</link>
			</item>
	<item>
		<title>flash banner in home page</title>
		<description>after placing the flash banner in ( index page or any other page0 ,if the (index page or any other page) having menu with dropdown, in that case we don't get menu correctly, our dropdown is becomes hide, i.e move behind the flash banner...
to avoid this----&#62;
by selecting the flash banner ...</description>
		<link>http://anilphpcodes.blog.com/2009/10/27/flash-banner-in-home-page/</link>
			</item>
	<item>
		<title>different layouts</title>
		<description>fixed layouts : here layout is fixed , if the system resolution is changed 
the layout is fixed as you design and the remaining part is empty...

Liquid layouts : here layout is formed according to the system resolution,
if you can see in any of the system , we see the ...</description>
		<link>http://anilphpcodes.blog.com/2009/10/26/different-layouts/</link>
			</item>
	<item>
		<title>table less forms</title>
		<description>gothrough the 
http://www.cssdrive.com </description>
		<link>http://anilphpcodes.blog.com/2009/10/26/table-less-forms/</link>
			</item>
	<item>
		<title>css sites</title>
		<description>The following are used to css free codes and div codes using css

http://www.free-css-templates.com

http://www.freecsstemplates.org/
http://www.css-tricks.com

The following are used to any of the javascript free codes
http://jsmadeeasy.com/

http://www.javascriptkit.com/ </description>
		<link>http://anilphpcodes.blog.com/2009/10/26/css-sites/</link>
			</item>
	<item>
		<title>right click disable code</title>
		<description> write the below code before ending the body tag
--------------------------------------------------
starting javascript

var message="Function Disabled!";


function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers&#124;&#124;document.getElementById&#38;&#38;!document.all){
if (e.which==2&#124;&#124;e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&#38;&#38;!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

ending javascript </description>
		<link>http://anilphpcodes.blog.com/2009/10/22/right-click-disable-code/</link>
			</item>
	<item>
		<title>html div</title>
		<description>in case of developing sites using div's, we no  need to give height.
because most of php sites developed using div's the content is not constant, so we need to mention height...  </description>
		<link>http://anilphpcodes.blog.com/2009/10/21/html-div/</link>
			</item>
</channel>
</rss>
