<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alexandru Dinulescu&#039;s Thoughts&#187; Stupid Mistakes</title>
	<atom:link href="http://alexdweb.com/blog/tag/stupid-mistakes/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexdweb.com/blog</link>
	<description>This blog is about everything/anything related to XHTML/CSS and of course my favourite js library, jQuery.</description>
	<lastBuildDate>Thu, 09 Dec 2010 12:04:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Programming Mistakes</title>
		<link>http://alexdweb.com/blog/2010/01/05/programming-mistakes/</link>
		<comments>http://alexdweb.com/blog/2010/01/05/programming-mistakes/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 14:56:40 +0000</pubDate>
		<dc:creator>Dinulescu Alexandru Adrian</dc:creator>
				<category><![CDATA[Stupid Things]]></category>
		<category><![CDATA[XHTML/CSS]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Stupid Mistakes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://alexdweb.com/blog/?p=169</guid>
		<description><![CDATA[Hello This post is sort of a checklist of things to check before you upload you&#8217;re files on the webserver, and this will be updated with more things as time allows it. One of the most annoying things you can get is that if you maintain a localhost version of your website, and your live [...]]]></description>
			<content:encoded><![CDATA[<p> Hello </p>
<p> This post is sort of a checklist of things to check before you upload you&#8217;re files on the webserver, and this will be updated with more things as time allows it. </p>
<p> One of the most annoying things you can get is that if you maintain a localhost version of your website, and your live website has the google analytics code in it, when you upload your local files overwriting the files on the webserver, those newer files you have on your localhost may not have the google analytics script set, so you will end up like me with 1 week of uncounted traffic. Stupid and Newbie mistake, meh note to self, never push updates after midnight because shit may happen. </p>
<p><span id="more-169"></span></p>
<p> List </p>
<ul>
<li> Overwriting files on the webserver that have the Google Analytics code with files that do not have that code, Missing Traffic for the Lose <img src='http://alexdweb.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </li>
<li> Another thing that can go awkward is that if you do some sort of <acronym title="Hypertext Preprocessor<br />
">PHP</acronym> and you include/require files and you have a $path variable, when you upload the config on the server, make sure you change the $path from $path = http://localhost/ to $path = http://yourwebsite.com/. </li>
<li> Based on wordpress stylesheet files, if you have a <acronym title="Cascading Style Sheets">CSS</acronym> folder and you copy some <acronym title="Cascading Style Sheets">CSS</acronym> from the styles.css into a new file in the <acronym title="Cascading Style Sheets">CSS</acronym> folder, then you need to update any pathing for images. Normally all <acronym title="Cascading Style Sheets">CSS</acronym> files are in a specific folder so this is a non-issue, but with <acronym title="Wordpress">WP</acronym> you have to pay attention, else you spend 30 minutes trying to figure why it isnt working. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexdweb.com/blog/2010/01/05/programming-mistakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display None Versus Visibility hidden</title>
		<link>http://alexdweb.com/blog/2009/06/04/display-none-versus-visibility-hidden/</link>
		<comments>http://alexdweb.com/blog/2009/06/04/display-none-versus-visibility-hidden/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 15:00:44 +0000</pubDate>
		<dc:creator>Dinulescu Alexandru Adrian</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Stupid Mistakes]]></category>

		<guid isPermaLink="false">http://alexdweb.com/blog/?p=43</guid>
		<description><![CDATA[Did you know the difference between them? Well to be honest at first glance, both of them do the same thing. Make the element invisible to the user. However there is a very small subtle difference between them. display: none -> This makes the element invisible AND removes it from pageflow. so if you have [...]]]></description>
			<content:encoded><![CDATA[<h1> Did you know the difference between them? </h1>
<p> Well to be honest at first glance, both of them do the same thing. Make the element invisible to the user. However there is a very small subtle difference between them. </p>
<p> <code class="codecolorer css default"><span class="css"><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span></span></code> -> This makes the element invisible AND removes it from pageflow. so if you have items below the item, they will be slided upwards to fill the space this element previous occupied</p>
<p> <code class="codecolorer css default"><span class="css"><span style="color: #000000; font-weight: bold;">visibility</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span></span></code> -> This makes the element invisible HOWEVER it still retains it&#8217;s space in the pageflow of the page. so the items below wont move upwards. In other words you will have an empty hole where this element is. </p>
<p> Nice eh? </p>
]]></content:encoded>
			<wfw:commentRss>http://alexdweb.com/blog/2009/06/04/display-none-versus-visibility-hidden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

