<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://www.website-design-blog.com">
<channel>
 <title>Website design blog</title>
 <link>http://www.website-design-blog.com</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/websitedesign-blog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="websitedesign-blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>How to make a local domain alias</title>
 <link>http://www.website-design-blog.com/apache/how-make-local-domain-alias</link>
 <description>&lt;p&gt;Add in httpd.conf:&lt;/p&gt;
&lt;p&gt;&amp;lt;VirtualHost 127.0.0.1&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; ServerName mysitename.local&lt;br /&gt;&amp;nbsp;&amp;nbsp; DocumentRoot E:\path\to\files&lt;br /&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/p&gt;
&lt;p&gt;Add in C:\WINDOWS\system32\drivers\etc\hosts :&lt;/p&gt;
&lt;p&gt;127.0.0.1 mysitename.local&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Restart Apache.&lt;/p&gt;
&lt;p&gt;Now if you write mysitename.local in firefox it will take you to whatever is in E:\path\to\files.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Later edit:&lt;br /&gt;You may also have to:&lt;br /&gt;uncomment LoadModule rewrite_module modules/mod_rewrite.so&lt;br /&gt;put in this line: NameVirtualHost 127.0.0.1&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.website-design-blog.com/apache/how-make-local-domain-alias" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.website-design-blog.com/apache/how-make-local-domain-alias#comments</comments>
 <category domain="http://www.website-design-blog.com/tags/apache">apache</category>
 <pubDate>Wed, 17 Jun 2009 20:41:12 +0000</pubDate>
 <dc:creator>liviu</dc:creator>
 <guid isPermaLink="false">87 at http://www.website-design-blog.com</guid>
</item>
<item>
 <title>Funny programing team picture - developer: born brave</title>
 <link>http://www.website-design-blog.com/funny/funny-programing-team-picture-developer-born-brave</link>
 <description>&lt;p&gt;I found a very funny picture a while back at goflash.org/team.jpg. But it seems to have disappeared. Luckily i still have it around. If there's any copyright problem let me know where i can link to the original and I'll take it down.&lt;br /&gt;&lt;strong&gt;developer - born brave:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/sites/default/files/img/team.jpg" border="0" title="developer - born brave" width="711" height="387" /&gt;&lt;/p&gt;
</description>
 <comments>http://www.website-design-blog.com/funny/funny-programing-team-picture-developer-born-brave#comments</comments>
 <category domain="http://www.website-design-blog.com/tags/funny">funny</category>
 <pubDate>Mon, 08 Jun 2009 17:44:51 +0000</pubDate>
 <dc:creator>liviu</dc:creator>
 <guid isPermaLink="false">86 at http://www.website-design-blog.com</guid>
</item>
<item>
 <title>How to run multiple sql statements at once from the command line</title>
 <link>http://www.website-design-blog.com/mysql/how-run-multiple-sql-statements-once-command-line</link>
 <description>&lt;p&gt;In case you have to work from the command line (ssh?) and you need to run a lot of queries, instead of just running them one by one you can put your sql statements (inserts, updates, queries or whatever) and use:&lt;/p&gt;
&lt;p&gt;shell&amp;gt; mysql db_name &amp;lt; text_file&lt;/p&gt;
&lt;p&gt;If you have "use db_name" as your first line in your text_file you can just youse&lt;br /&gt;shell&amp;gt; mysql &amp;lt; text_file&lt;/p&gt;
&lt;p&gt;If you are in mysql you can use: &lt;br /&gt;mysql&amp;gt; source file_name&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.website-design-blog.com/mysql/how-run-multiple-sql-statements-once-command-line" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.website-design-blog.com/mysql/how-run-multiple-sql-statements-once-command-line#comments</comments>
 <category domain="http://www.website-design-blog.com/tags/mysql">mysql</category>
 <pubDate>Mon, 08 Jun 2009 17:25:02 +0000</pubDate>
 <dc:creator>liviu</dc:creator>
 <guid isPermaLink="false">85 at http://www.website-design-blog.com</guid>
</item>
<item>
 <title>How to edit and delete cookies fast</title>
 <link>http://www.website-design-blog.com/firefox/how-edit-and-delete-cookies-fast</link>
 <description>&lt;p&gt;If you work with cookies and you need to edit your cookies or delete only some cookies fast you can use &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/573"&gt;Add N Edit Cookies&lt;/a&gt;, a firefox add-on. Thing is a "cookie editor".&lt;/p&gt;
</description>
 <comments>http://www.website-design-blog.com/firefox/how-edit-and-delete-cookies-fast#comments</comments>
 <category domain="http://www.website-design-blog.com/tags/firefox">firefox</category>
 <pubDate>Sat, 06 Jun 2009 14:46:24 +0000</pubDate>
 <dc:creator>liviu</dc:creator>
 <guid isPermaLink="false">84 at http://www.website-design-blog.com</guid>
</item>
<item>
 <title>How to make a div, an iframe and write inside the iframe with javascript</title>
 <link>http://www.website-design-blog.com/javascript/how-make-div-iframe-and-write-inside-iframe-javascript</link>
 <description>&lt;p&gt;What this script does is it makes a div, it attaches it to the dom, in puts an iframe inside the div, and then it writes things inside the iframe.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.website-design-blog.com/javascript/how-make-div-iframe-and-write-inside-iframe-javascript" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.website-design-blog.com/javascript/how-make-div-iframe-and-write-inside-iframe-javascript#comments</comments>
 <category domain="http://www.website-design-blog.com/tags/javascript">javascript</category>
 <pubDate>Sat, 06 Jun 2009 14:37:42 +0000</pubDate>
 <dc:creator>liviu</dc:creator>
 <guid isPermaLink="false">83 at http://www.website-design-blog.com</guid>
</item>
<item>
 <title>An iframe that won't disapear</title>
 <link>http://www.website-design-blog.com/html/iframe-won-039-t-disapear</link>
 <description>&lt;p&gt;I had a problem with an iframe once that although had 0 width and height would still show up on the page. What finally did the trick was the &lt;a href="http://www.w3schools.com/TAGS/tag_iframe.asp"&gt;marginheight&lt;/a&gt; attribute set to 0, marginheight = "0". Hope this helps if it happens to you.&lt;/p&gt;
</description>
 <comments>http://www.website-design-blog.com/html/iframe-won-039-t-disapear#comments</comments>
 <category domain="http://www.website-design-blog.com/tags/html">html</category>
 <pubDate>Sat, 06 Jun 2009 14:32:06 +0000</pubDate>
 <dc:creator>liviu</dc:creator>
 <guid isPermaLink="false">82 at http://www.website-design-blog.com</guid>
</item>
<item>
 <title>Png transparency in ie6 fix</title>
 <link>http://www.website-design-blog.com/ie/png-transparency-ie6</link>
 <description>&lt;p&gt;Ie6 has a big problem with transparent png's. &lt;br /&gt;Here is a fix:&lt;/p&gt;
&lt;p&gt;&amp;lt;div style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image_path')"&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;img style="filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" src="image_path" /&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.website-design-blog.com/ie/png-transparency-ie6" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.website-design-blog.com/ie/png-transparency-ie6#comments</comments>
 <category domain="http://www.website-design-blog.com/tags/ie">ie</category>
 <pubDate>Sat, 06 Jun 2009 12:50:58 +0000</pubDate>
 <dc:creator>liviu</dc:creator>
 <guid isPermaLink="false">81 at http://www.website-design-blog.com</guid>
</item>
<item>
 <title>A nice file manager for windows: Total Commander</title>
 <link>http://www.website-design-blog.com/windows/nice-file-manager-windows-total-commander</link>
 <description>&lt;p&gt;Sometimes you need a &lt;a href="http://www.ghisler.com/"&gt;file manager for windows&lt;/a&gt;. When those times came, i found &lt;a href="http://www.ghisler.com/"&gt;total commander&lt;/a&gt; to be rather useful.&lt;br /&gt;You can do nicer searches then the windows default features provide. You can search inside multiple files with it and you can compare two files.&lt;/p&gt;
</description>
 <comments>http://www.website-design-blog.com/windows/nice-file-manager-windows-total-commander#comments</comments>
 <category domain="http://www.website-design-blog.com/tags/windows">windows</category>
 <pubDate>Sat, 06 Jun 2009 12:37:10 +0000</pubDate>
 <dc:creator>liviu</dc:creator>
 <guid isPermaLink="false">80 at http://www.website-design-blog.com</guid>
</item>
<item>
 <title>Good firefox seo add-ons/plugins</title>
 <link>http://www.website-design-blog.com/firefox/good-firefox-seo-add-onsplugins</link>
 <description>&lt;p&gt;A &lt;strong&gt;nice firefox add-on&lt;/strong&gt; i have so i can immediately judge how much traffic a website has and how important it is, is &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/321"&gt;search status&lt;/a&gt;. I got so used to it I find it hard to browse without it.&lt;br /&gt;From the description:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Display the Google PageRank, Alexa rank, Compete ranking and SEOmoz Linkscape mozRank anywhere in your browser, along with fast keyword density analyser, keyword/nofollow highlighting, backward/related links, Alexa info and more.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;&lt;a href="http://www.website-design-blog.com/firefox/good-firefox-seo-add-onsplugins" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.website-design-blog.com/firefox/good-firefox-seo-add-onsplugins#comments</comments>
 <category domain="http://www.website-design-blog.com/tags/firefox">firefox</category>
 <category domain="http://www.website-design-blog.com/tags/seo">seo</category>
 <pubDate>Sat, 06 Jun 2009 12:31:59 +0000</pubDate>
 <dc:creator>liviu</dc:creator>
 <guid isPermaLink="false">79 at http://www.website-design-blog.com</guid>
</item>
<item>
 <title>Php include_once equivalent for javascript</title>
 <link>http://www.website-design-blog.com/javascript/php-include-once-equivalent-javascript</link>
 <description>&lt;p&gt;This one time, in band camp, when i was working on a javascript... script i needed an equivlent for the include_once in php. It was very likely that the code where i was including something got to run multiple times, and this caused problems.&lt;br /&gt;So i found &lt;a href="http://www.phpied.com/javascript-include/"&gt;the solution on phpied.com&lt;/a&gt;.&lt;br /&gt;So here it is, the &lt;strong&gt;php include_once equivalent for javascript&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;var included_files = new Array();&lt;/p&gt;
&lt;p&gt;function include_once(script_filename)&lt;br /&gt; {&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.website-design-blog.com/javascript/php-include-once-equivalent-javascript" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.website-design-blog.com/javascript/php-include-once-equivalent-javascript#comments</comments>
 <category domain="http://www.website-design-blog.com/tags/javascript">javascript</category>
 <category domain="http://www.website-design-blog.com/tags/php">php</category>
 <pubDate>Sat, 06 Jun 2009 12:09:13 +0000</pubDate>
 <dc:creator>liviu</dc:creator>
 <guid isPermaLink="false">78 at http://www.website-design-blog.com</guid>
</item>
</channel>
</rss>
