<?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>Last Webdesigner a blog about Web Design &#187; Web Design</title>
	<atom:link href="http://lastwebdesigner.com/category/web-design/feed" rel="self" type="application/rss+xml" />
	<link>http://lastwebdesigner.com</link>
	<description>Resources for web designers</description>
	<lastBuildDate>Wed, 19 Aug 2009 10:19:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Myths, legends and mysteries of the absolute paths and urls</title>
		<link>http://lastwebdesigner.com/xhtml/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html</link>
		<comments>http://lastwebdesigner.com/xhtml/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 13:56:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Xhtml]]></category>
		<category><![CDATA[absolute path]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[img]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://lastwebdesigner.com/?p=154</guid>
		<description><![CDATA[During the last few years, Internet City has been under a constant threat, totally unbalanced between the forces of good and evil&#8230; Okay, this would be a great start a novel or story of science (not fiction), but today we’re going to talk about other things (the legends, myths, and other herbs will remain for [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>During the last few years,<strong> Internet City </strong>has been under a constant threat, totally unbalanced between the forces of<strong> good and evil</strong>&#8230; Okay, this would be a great start a novel or story of science (not fiction), but today we’re going to talk about other things (the legends, myths, and other herbs will remain for some possible future or past edition).</p>
<p>Anyway, today in ¨<strong>Myths, legends, mysteries, and other herbs¨</strong>&#8230;. we will only be talking about the differences between<strong> absolute paths</strong> and<strong> absolute URLs</strong>.</p>
<h3>The term &#8216;absolute path&#8217; refers to the main folder or document with the domain&#8217;s name.</h3>
<h3>An absolute URL is one that starts with the protocol of transference and refers to a document on our site.</h3>
<p><span id="more-154"></span><br />
Let’s suppose that in the <strong>root directory </strong>we create a document<strong> index.html</strong>, this document is the absolute path: <strong>http://www.lastwebdesigner.com/</strong>.</p>
<p>To clarify a little, the true absolute path for each domain in all of the Internet is always, always &#8221;/&#8221; (and try to debate and convince me otherwise, but I doubt it will work).</p>
<p>Some people tend to confuse what a relative path is with an absolute path, and even more so if they mix up the cables and confuse &#8221;URL&#8221; (links) with &#8221;Path&#8221; (folders), which is to say, an &#8221;<strong>absolute path&#8221; is not the same as an &#8221;absolute URL.</strong>&#8221;</p>
<p>The<strong> absolute URLs </strong>always start with the protocol of transference<strong> (http,htpps,etc.)</strong>, followed by the name of the domain (or IP), plus the document we are searching for (whether this is an image, an html document, or whichever other document).</p>
<p>The <strong>Absolute Paths</strong> always start with the root of the domain where they can be found (without protocols, without ports) and point directly to the document that we select, for example, an image that is saved in the folder <strong>&#8221;img&#8221;</strong> that was previously created in the race of the site and whose name (that of the image, of course), is &#8221;image.jpg&#8221;. Alright, now we have an archive with the name &#8221;index.html&#8221; that we’ve created in another folder &#8221;htmls&#8221; also from the race from the Website. The norm is that when we open the image with some editor WYSIWYG (I&#8217;m not going to name a specific product… since they don&#8217;t pay me for advertising), in our code, we notice that what we have written our unbelievable, never well-pondered and often one of the reasons for poorly-treated editors… leaving us with something like:</p>
<blockquote><p><strong>&lt;img src=&#8221;../img/image.jpg&#8221; alt=&#8221;image&#8221;  /&gt;</strong></p></blockquote>
<p>What does the superior code tell us? Well, that we have <strong>inscribed a new image</strong> with its <span style="text-decoration: underline;">relative path</span>, that which, if we never move the HTML archive of a site or do not use anything to rewrite our pages, will always be available and will be perfectly visible. But, what happens if we move the page and we create it in another subfolder, for example: <span style="text-decoration: underline;">&#8221;/htmls/subfolder/index.html&#8217;</span>&#8216;?</p>
<p>In this case, we can say “<strong>bye</strong>” to our supply of milk (but don&#8217;t worry, because new cows are born each day and will surely produce more), knowing we will not see the precious image, even if we see a beautiful <strong>“image not found”</strong> error (depending on the navigator this can appear in various <strong>forms</strong>). Although with security we will always see the alternative text (image tagged with &#8221;alt&#8221;) Firefox furthermore needs you to create the tag &#8221;title&#8221; that will function equal to the tag &#8221;<strong>alt</strong>&#8221; (one can see that they have forgotten about this and I don’t see that they&#8217;ve done anything to fix it), but that is another issue and our topic today is links and absolute paths.</p>
<p>To conclude (thanks to this hot and cold time), remember the differences between an <strong>absolute Web &#8221;URL&#8221; </strong>address an <strong>absolute Path.</strong></p>
<p>The absolute URLS are always those that begin with the protocol of transference and refer to some document from our site.</p>
<p><strong></strong></p>
<blockquote><p><strong>The absolute paths make reference only and exclusively to our Website and it is recommended to eliminate the &#8221;disappearance&#8221; of links or images on our site (with the great advantage that if we move our server site, or apply rewrite technology, we won&#8217;t have to touch our code at all).</strong></p></blockquote>
<div class="aboutauthor"><strong>Juan Carlos Barreiro.</strong> I develop web sites and software from 1996 using diferents technologies (delphi, java, php, classic asp, vbscript &amp; .net), today focusing on Classic ASP and .NET technologies. My web site :<a title="enterprise dreams" href="http://enterprisedreams.net/">Enterprisedreams.net</a></div>
<h3 class="related-title">This posts may be interesting too</h3>
<ul class="related_post">
<li><a href="http://lastwebdesigner.com/seo/optimize-your-wordpress-blog-for-search-engines.html" title="Optimize your wordpress blog for search engines">Optimize your wordpress blog for search engines</a></li>
<li><a href="http://lastwebdesigner.com/web-design/last-mac-editors-collection.html" title="Last Mac editors collection.">Last Mac editors collection.</a></li>
</ul>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://lastwebdesigner.com/xhtml/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Last Mac editors collection.</title>
		<link>http://lastwebdesigner.com/web-design/last-mac-editors-collection.html</link>
		<comments>http://lastwebdesigner.com/web-design/last-mac-editors-collection.html#comments</comments>
		<pubDate>Fri, 22 May 2009 08:35:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://lastwebdesigner.com/?p=60</guid>
		<description><![CDATA[These days we have a great choice of software for web designers, free or not free , we can choose between a lots of editor for our works and projects. Macs offers a greats solution, most are not free, but not too much expensive. So I made a list of the best software that I&#8217;ve [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>These days we have a great choice of <strong>software</strong> for<strong> web designers</strong>, free or not free , we can choose between a lots of editor for our works and projects. Macs offers a greats solution, most are not free, but not too much expensive. So I made a list of the best software that I&#8217;ve tried and used on my macbook pro, <strong>to edit code or image authoring.</strong><br />
For the moment I will make you a list of <strong>editors</strong> for <strong>Mac</strong>, the next time I will make the same list, but for windows (I&#8217;ve never used linux, but if someone want to help me to make the linux list I will be very glad to publish here). Remember , this list is created form the software that I&#8217;ve used working on a <strong>Mac</strong> <strong>operating</strong> <strong>system</strong>, not from all <strong>mac software</strong>.I f you have suggest or know other <span style="text-decoration: underline;"><strong>software feel free to let us know using the comments below <img src='http://lastwebdesigner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Last Mac editors collection." /> </strong></span><br />
<span id="more-60"></span><br />
 <img src='http://lastwebdesigner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Last Mac editors collection." /> </p>
<h2 class="title"><a title="textmate" href="http://macromates.com/">Textmate</a></h2>
<p><a href="http://macromates.com/"><img class="size-full wp-image-51 img-post" title="textmate" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/textmate.jpg" alt="Textmate" width="550" height="108" /></a></p>
<p>My preferred text editor, <strong>amazing</strong>!<br />
<strong> TextMate</strong> is not an <strong>IDE</strong> but by using its powerful <strong>snippets, macros, and unique scoping system,</strong> it can often provide features that even a language specific IDE lacks. It has enough project management features to keep most users happy, but is otherwise kept lightweight with a clean and minimalistic GUI.<br />
It cost<strong> €48.75</strong> for 1 license, but I suggest you to try the<strong> trial version</strong> to evaluate the powerful of this fantastic editor. You can take a look to the <strong><a title="wiki" href="http://wiki.macromates.com/Main/HomePage">wiki</a> ,</strong> for all the features of <strong>Textmate</strong>.</p>
<h4><a title="textmate" href="http://macromates.com/" class="download">Download Textmate.</a></h4>
<h2 class="title"><a title="coda" href="http://www.panic.com/coda/">Coda.</a></h2>
<h1><a href="http://www.panic.com/coda/"><img class="size-full wp-image-44 img-post" title="coda" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/coda.jpg" alt="coda editor" width="550" height="134" /></a></h1>
<p>Another powerfull editor for the <strong>Mac</strong> user. <strong>Coda</strong>, I think, is the most complete editor for mac, is no <strong>WYSIWYG</strong>, but has a lots of features, and can work with a lots of languages. <strong>Autocomplete</strong>,complete support to html, css, php,javascript  and other languages, <strong>site management,</strong> with the last adds,like the <strong>plugin sistem, </strong>or <strong>subversion</strong> control, make it one of the best <strong>web editor</strong> that you can find actually for mac.<br />
It cost $99, but I think this will be money well spend.</p>
<h4><a title="coda" href="http://www.panic.com/coda/" class="download">Download Coda.</a></h4>
<h2 class="title"><a title="css edit" href="http://macrabbit.com/cssedit/">Css Edit</a></h2>
<h1><a href="http://macrabbit.com/cssedit/"><img class="size-full wp-image-46 img-post" title="cssedit" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/cssedit.jpg" alt="css edit" width="550" height="157" /></a></h1>
<p>The king of the <strong>Css editor in absolute</strong>.<br />
An amazing editor for <strong>css</strong>, the most complete that I ever used.<br />
I suggest to buy this, only 29.95€ to have the best editor actually for css.<br />
<strong>Autocomplete</strong>, <strong>visual editing</strong>, and other lots of function, make css edit the best css editor for mac of ever.</p>
<h4><a href="http://macrabbit.com/cssedit/" class="download">Download Css Edit.</a></h4>
<h2 class="title"><a title="espresso html editor" href="http://macrabbit.com/espresso/">Espresso.</a></h2>
<p><a href="http://macrabbit.com/espresso/"><img class="size-full wp-image-48 img-post" title="espresso" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/espresso.jpg" alt="espresso Last Mac editors collection." width="550" height="169" /></a></p>
<p>Recently launched from <strong>mac rabbit</strong>, the same company of<strong> css edit</strong>, is a good<strong> html editor</strong>, not as <strong>coda</strong> or <strong>textmate</strong>, in my own opinion, but a good solution using with <strong>css edit.</strong> I&#8217;m triyng now the <strong>trial</strong> version and thinking if to buy or not, but for the moment I prefer <strong>textmate</strong>, that cost less and is more powefull.</p>
<h4><a title="download espresso" href="http://macrabbit.com/espresso/" class="download">Download Espresso.</a></h4>
<h2 class="title"><a title="aptana studio" href="http://www.aptana.com/studio">Aptana Studio.</a></h2>
<p><img class="size-full wp-image-43 img-post" title="aptana" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/aptana.jpg" alt="aptana studio" width="550" height="185" /></p>
<p>A <strong>free</strong> and complete <strong>Ide for work on you web project, </strong>is based on <strong>Eclipse</strong>, so you can use like eclipse plugin or standalone editor(I prefer this solution). you can extend it with plugin to work with p<strong>hp, ruby on railsm Python Java </strong>etc&#8230; The build an Ajax server too, <strong>Jaxer</strong>, and support the most used ajax and javascript libraries, like <strong>Jquery</strong>, <strong>Mootools</strong> etc.etc. A really powerful Ide, and free!! The only think that I don&#8217;t like from this editor is that is too much slow, like ecplipse, so for this reason I prefer work with textmate. BUt if you are searching for a powerful and complete ide editor for your porject, maybe you can consider to download and try aptana studio.</p>
<h4><a href="http://www.aptana.com/studio/download" class="download">Download Aptana Studio.</a></h4>
<h2 class="title"><a title="color schemer studio" href="http://www.colorschemer.com/">Color schemer studio.</a></h2>
<p><a href="http://www.colorschemer.com/"><img class="size-full wp-image-45 img-post" title="color-schemer" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/color-schemer.jpg" alt="color schemer studio" width="550" height="176" /></a></p>
<p>Powerful software for all the <strong>designers</strong>. I love this software, great software that help us to find the right colors scheme of a website.</p>
<p>You can use color schemer studio to help you to choose the perfect harmony color scheme for you projects.<br />
Work with a dynamic visual color wheel, instantly explore harmony relationships and even let ColorSchemer Studio intelligently suggest color schemes for you!<br />
Yes, this is another great software, on the website you can take a look to the scheme color published too.<br />
it cost : <strong>$49.99</strong>, you can buy directly from the website and try the trial before. <img src='http://lastwebdesigner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Last Mac editors collection." /> </p>
<h4><a href="http://www.colorschemer.com/colorschemerstudio.dmg" class="download">Download Color Schemer Studio.</a></h4>
<h2 class="title"><a title="gimp" href="http://www.gimp.org/">The Gimp.</a></h2>
<p><a href="http://www.gimp.org/"><img class="size-full wp-image-49 img-post" title="gimp" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/gimp.jpg" alt="The Gimp" width="550" height="205" /></a></p>
<p>The free alternative to <strong>photoshop</strong>, The <strong>GNU Image Manipulation Program</strong>, is a wonderful software, with a lots of features that it make it the only, unique, really photoshop aternative. But if I must be honest I prefer photoshop, I think is a must.</p>
<h4><a href="http://www.gimp.org/downloads/" class="download">Download Gimp</a></h4>
<h2 class="title"><a title="photoshop" href="http://www.adobe.com/products/photoshop/photoshop/">Photoshop.</a></h2>
<p><a href="http://www.adobe.com/products/photoshop/photoshop/"><img class="size-full wp-image-50 img-post" title="psd" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/psd.jpg" alt="Photoshop" width="550" height="201" /></a></p>
<p>The best! I know is not <strong>free</strong>, it c<strong>ost much,</strong> but I can&#8217;t work without this software, is the best image authoring software, the art of the <strong>photo</strong> <strong>retouch</strong>. THe Gimp is a good alternative, but I think that, at this moment, photoshop is one of the software indispensable for every <strong>webdesigner</strong>.</p>
<h4><a href="https://www.adobe.com/cfusion/tdrc/index.cfm?loc=en&amp;product=photoshop" class="download">Download Photoshop Trial.</a></h4>
<h2 class="title"><a title="illustrator" href="http://www.adobe.com/products/illustrator/">Illustrator.</a></h2>
<p><a href="http://www.adobe.com/products/illustrator/"><img class="size-full wp-image-69 img-post" title="illustrator" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/illustrator.jpg" alt="Illustrator" width="550" height="255" /></a></p>
<p>Illustrator is the best vector-based computer drawing tool actually. Usually I work  with photoshop, and Illustrator using , at least, to make some logos or vectorial images. Well .. I must learn better this software actually I&#8217;m not using too much. Like all the adobe product, you can download the trial and try the software.</p>
<h4><a href="https://www.adobe.com/cfusion/tdrc/index.cfm?loc=en&amp;product=illustrator" class="download">Download Illustrator Trial.</a></h4>
<h2 class="title"><a title="inkiscape" href="http://www.inkscape.org/">Inkscape.</a></h2>
<h2 class="title"><a href="http://www.inkscape.org/"><img class="size-full wp-image-71 img-post" title="inkscape" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/inkscape.jpg" alt="inkscape Last Mac editors collection." width="550" height="190" /></a></h2>
<p>Inkscape, is the illustrator free alternative, like Gimp is for photoshop, is a good solution if you can&#8217;t spend money to illustrator.</p>
<p>You can download directly form the website.</p>
<h4><a href="http://www.inkscape.org/download/?lang=en" class="download">Download Inkscape.</a></h4>
<h2 class="title"><a title="dreamweaver" href="http://www.adobe.com/products/dreamweaver/">Dreamweaver.</a></h2>
<div id="attachment_47" class="wp-caption alignnone" style="width: 560px"><a href="http://www.adobe.com/products/dreamweaver/"><img class="size-full wp-image-47 img-post" title="dreamweaver" src="http://lastwebdesigner.com/wp-content/uploads/2009/05/dreamweaver.jpg" alt="dreamweaver Last Mac editors collection." width="550" height="208" /></a><p class="wp-caption-text">dreamweaver</p></div>
<p>Need explications? The <strong>Adobe</strong> software, the prince of web editing. I don&#8217;t use more, for 2 reasons :<br />
<strong> 1</strong>) I think that use dreamweaver is a limit when you are starting with <strong>web design</strong>, yes you can use in split mode, or only in source view, but if you are starting with the html,css and the web programming language,  I suggest to use a text editor, to learn the code without use WYSIWYG.<br />
<strong> 2</strong>) The last version of <strong>Dreamweaver</strong> are too much slow!! I&#8217;ve tried the cs4 version on my <strong>macbook pro with 2G</strong> Ram and is too, too much slow!</p>
<p>Well this is the list of the best <strong>mac software</strong> for <strong>web editing</strong>, in my own opinion. If you want to suggest other software or you know other software feel free to suggest it using the comments!</p>
<h4><a href="https://www.adobe.com/cfusion/tdrc/index.cfm?product=dreamweaver&amp;loc=en" class="download">Download here the trial of Dreamweaver.</a></h4>
<p><strong>Hasta Luego!</strong><br />
<h3 class="related-title">This posts may be interesting too</h3>
<ul class="related_post">
<li><a href="http://lastwebdesigner.com/jquery/simple-animated-menu-with-jquery.html" title="Simple animated menu with jquery">Simple animated menu with jquery</a></li>
<li><a href="http://lastwebdesigner.com/xhtml/myths-legends-and-mysteries-of-the-absolute-paths-and-urls.html" title="Myths, legends and mysteries of the absolute paths and urls">Myths, legends and mysteries of the absolute paths and urls</a></li>
</ul>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://lastwebdesigner.com/web-design/last-mac-editors-collection.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
