<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Code Program</title>
	<link>http://www.codeprogram.net</link>
	<description>we code web layouts</description>
	<lastBuildDate>Thu, 27 Aug 2009 13:39:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Regular Expression Search in Dreamweaver</title>
		<description><![CDATA[During working on any static site or existing site a lot of times we face a problem that there should be search using wild characters or regular expressions.
For example I have a site at my local where a lot of links:
&#60;a href=&#8221;../category/article-title-keyword1.html&#8221;&#62;
We need to search all links which are in this category and need to [...]]]></description>
		<link>http://www.codeprogram.net/regular-expression-search-in-dreamweaver.html</link>
			</item>
	<item>
		<title>Working CSS Hack for Safari and Chrome</title>
		<description><![CDATA[CSS Hack for safari and chrome.]]></description>
		<link>http://www.codeprogram.net/working-css-hack-for-safari-and-chrome.html</link>
			</item>
	<item>
		<title>Form Submit issue with Image Button</title>
		<description><![CDATA[I have an html form in which submit and reset buttons are images. Reset button is using JavaScript to reset all the input fields to the default value. But when I press enter in any field than form submits by default. But before that the reset button also fires the JavaScript function and reset all [...]]]></description>
		<link>http://www.codeprogram.net/form-submit-issue-with-image-button.html</link>
			</item>
	<item>
		<title>Flash overlaps dropdown menu div layers</title>
		<description><![CDATA[In all browsers my drop down menus goes below the heading flash file. I can&#8217;t make them in IFrame. I want to make drop down menu layers on top of flash file.
I get to know that Flash file has higher priority than layers so it comes on top of the layers. You can publish it [...]]]></description>
		<link>http://www.codeprogram.net/flash-overlaps-dropdown-menu-div-layers.html</link>
			</item>
	<item>
		<title>Remove extra Tags from Database Records</title>
		<description><![CDATA[In my database I have many records in which there are html tags and html comments. When I pick description of that data I sometimes got broken html tags as I pick limited characters from that record.
I tried strip_tags function and get rid of problem up to some extent.
&#60;?php
$text = '&#60;p&#62;Test content will go here.&#60;/p&#62;&#60;!-- [...]]]></description>
		<link>http://www.codeprogram.net/remove-extra-tags-from-database-records.html</link>
			</item>
	<item>
		<title>Padding and Margin issue in ie 6</title>
		<description><![CDATA[I was getting an error of double padding in ie6. As I have put padding in parent container. In ie6 it is taking padding of double pixels. For that I got some CSS hacks:
For Internet Explorer 6:
padding:2px;
_padding:0px;
But by using hacks html page doesn&#8217;t remain compatible with W3C standards.
The solution for that is using separate CSS [...]]]></description>
		<link>http://www.codeprogram.net/padding-and-margin-issue-in-ie-6.html</link>
			</item>
	<item>
		<title>Difference Between ISP Server and Web Mail Server</title>
		<description><![CDATA[ISP stands for Internet Service Provider
as you want mails for your website that will come through mail server that can be different from web server
web server is used to run your website with www.yourname.com
as you want to make a website and put some pages as like website than you have to take webserver,
and if you [...]]]></description>
		<link>http://www.codeprogram.net/difference-between-isp-server-and-web-mail-server.html</link>
			</item>
</channel>
</rss>
