<?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>Xavi Esteve &#187; Study</title>
	<atom:link href="http://xaviesteve.com/category/life/study/feed/" rel="self" type="application/rss+xml" />
	<link>http://xaviesteve.com</link>
	<description>I&#039;m a front end web developer and graphic designer from Barcelona based in London. I am passionate in JavaScript, jQuery, CSS, PHP, Wordpress, usability and SEO.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:22:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>SnippShot – Ultra-minimal simple Code Snippet tool</title>
		<link>http://xaviesteve.com/1200/snippshot-ultra-minimal-code-snippet-collector/</link>
		<comments>http://xaviesteve.com/1200/snippshot-ultra-minimal-code-snippet-collector/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 09:19:40 +0000</pubDate>
		<dc:creator>Xavi</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Front-End]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[snipplr]]></category>

		<guid isPermaLink="false">http://xaviesteve.com/?p=1200</guid>
		<description><![CDATA[SnippShot is a free online code snippet collector tool. The snippets are stored online and since it is web based, you can access them from any computer, platform and browser without the need to install any additional software. The interface is ultra-minimalistic which makes it really easy, simple and quick to use, you can even [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://snippshot.com"><img class="alignright size-large wp-image-1983" title="SnippShot - Snippet tool" src="http://xaviesteve.com/wp-content/uploads/2010/07/snippshotlogo-big-600x600.jpg" alt="" width="600" height="600" /></a></p>
<p>SnippShot is a <strong>free online code snippet collector tool</strong>. The snippets are <strong>stored online</strong> and since it is web based, you can <strong>access them from any computer</strong>, platform and browser without the need to install any additional software. The interface is ultra-minimalistic which makes it r<strong>eally easy, simple and quick to use</strong>, you can even start using it without reading any instructions.</p>
<h2>SnippShot video tutorial</h2>
<p><object width="640" height="385" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/pKwTTOxwNb0?fs=1&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/pKwTTOxwNb0?fs=1&amp;hl=en_GB" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<h2>How to use SnippShot</h2>
<p>That&#8217;s simple! It is what you see in the image: a big textarea on the right, a list on the left and a text box at the top left.</p>
<h3>Creating a code snippet</h3>
<p>Type in at the top left box and press Enter.</p>
<h3>Editing/Saving a snippet</h3>
<p>Edit the code and it will be saved real-time. No need to press any buttons, close the window and it will be saved for the next time (when you edit the code this will turn red, wait 1 second until it turns black again).</p>
<h3>Loading a snippet</h3>
<p>Just click on it, the code will load on the right panel.</p>
<h3>Searching for a snippet</h3>
<p>Type in at the top left box to search automatically as you type .</p>
<h3>Renaming a snippet</h3>
<p>Double click the name in the list and a window will let you change it.</p>
<h3>Deleting a snippet</h3>
<p>Double click the name in the list and rename it to nothing. Confirm.</p>
<h2>SnippShot Bookmarklet</h2>
<p>What makes SnippShot really handy is the use of its bookmarklet. At the right top of the app there is a link called &#8220;snippshot&#8221;. Drag and drop it to your bookmarks folder to create a Bookmarklet. Then click on it whenever you want and SnippShot will appear in a window, you can resize it the size you want.</p>
<h2>No account required</h2>
<p>Oh, and what&#8217;s best of all is that you don&#8217;t even need to register, just to own a Google Account.</p>
<h2>Some technical details</h2>
<ul>
<li>There&#8217;s just one server request per action</li>
<li>SnippShot loads really fast because it doesn&#8217;t use any images at all (it uses CSS3 for all the website styling and even an embedded Base 64 image in the style sheet for the favicon)</li>
<li>and it works really fast because everything is loaded dynamically through AJAX and JSON/XHTML calls, no apparent loading times when using it</li>
</ul>
<p>The user interface is <strong>just what you see</strong> in the screen: no menus, no links. The user experience can be described as <em>click and type</em>.</p>
<p>Modern compliant browsers should see the beautiness of CSS3. As HTML5 support increases SnippShot will progressively upgrade to it.</p>
<p>To avoid server overload and keep the service quick they are limiting each snippet code to 64kb and a limit of 100 per user (more than enough, I am currently using 78 and can&#8217;t think of anything else to note down). They accept donations to eventually upgrade the server and increase the limits and add new functionalities.</p>
<h2>Check SnippShot now</h2>
<p>The website is <a href="http://snippshot.com">snippshot.com</a> and it is completely free. Check it out and let us know what you think.</p>
<p><a href="http://snippshot.com"><img class="alignleft size-large wp-image-1201" title="snippshot" src="http://xaviesteve.com/wp-content/uploads/2010/07/snippshot-600x468.jpg" alt="" width="600" height="468" /></a></p>
<p><a href="http://snippshot.com"><span class="big blue button">snippshot.com</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://xaviesteve.com/1200/snippshot-ultra-minimal-code-snippet-collector/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>English Web Design Glossary</title>
		<link>http://xaviesteve.com/627/english-web-design-glossary/</link>
		<comments>http://xaviesteve.com/627/english-web-design-glossary/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 01:30:25 +0000</pubDate>
		<dc:creator>Xavi</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Español]]></category>
		<category><![CDATA[Front-End]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[glossary]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[terminology]]></category>
		<category><![CDATA[terms]]></category>
		<category><![CDATA[vocab]]></category>
		<category><![CDATA[vocabulary]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://xaviesteve.com/?p=627</guid>
		<description><![CDATA[Here&#8217;s a check-list of terms that every Web Designer or Developer should know. It&#8217;s not an extensive tutorial with long definitions, just a list to check how much you know. The purpose of this post is basically intended for non-native English speakers that work in English design agencies so some of the words you&#8217;ll see [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-700" title="pencils" src="http://xaviesteve.com/wp-content/uploads/2010/04/pencils.jpg" alt="" width="670" height="243" /></p>
<p>Here&#8217;s a check-list of terms that every Web Designer or Developer should know. It&#8217;s not an extensive tutorial with long definitions, just a list to check how much you know. The purpose of this post is basically intended for non-native English speakers that work in English design agencies so some of the words you&#8217;ll see here are really basic (although frequently used while at work).</p>
<p>Some of the definitions are made by me keeping them short and strictly to the point, some are from Wikipedia. The <em>Learn more</em> links to the Wikipedia article or sometimes to another website I found had more accurate information than Wikipedia.</p>
<p><em>(I&#8217;m working on it but published it prematurely since a friend needs it urgently, please search the words not still defined in Google. I&#8217;m also planning on translating the words into Spanish. Any help/feedback or corrections are truly appreciated.)</em></p>
<h2>Job titles description</h2>
<ol>
<li><strong>Graphic Designer</strong>: A graphic designer that does designs for things that need to be printed (posters, magazines, vouchers) or other digital pieces. <a href="#">Learn more</a></li>
<li><strong>Web Designer</strong>: A graphic designer that specializes in designing websites. <a href="#">Learn more</a></li>
<li><strong>Web Developer</strong>: A programmer that codes websites, converting static images to full-featured coded pages with interaction features. <a href="#">Learn more</a></li>
<li><strong>Content Editor</strong>: A writer that creates articles, news or posts for a website. <a href="#">Learn more</a></li>
<li><strong>Freelancer</strong>: Someone that works on short-term contracts (one week to six months but can be more or less). Usually from home but can work in the client&#8217;s office. <a href="#">Learn more</a></li>
<li><strong>Project Manager</strong>: <a href="#">Learn more</a></li>
</ol>
<h2>Project Management vocabulary</h2>
<ol>
<li><strong>Branding</strong>: The application of marketing techniques to a specific product, product line, or brand. <a href="http://en.wikipedia.org/wiki/Brand_management">Learn more</a></li>
<li><strong>Specifications</strong> (especificaciones): <a href="#">Learn more</a></li>
<li><strong>Deadline</strong> (fecha límite): Time when a milestone needs to be finished. <a href="#">Learn more</a></li>
<li><strong>Milestone</strong>: The end of a stage that marks the completion of a work package or phase. <a href="http://en.wikipedia.org/wiki/Milestone_%28project_management%29">Learn more</a></li>
<li><strong>Target</strong> (objetivo): An objective that needs to be met. <a href="#">Learn more</a></li>
<li><strong>Agile Development</strong>: An intense but really effective work methodology. <a href="#">Learn more</a></li>
</ol>
<h2>Graphic Design vocabulary</h2>
<ol>
<li><strong>Mockup</strong>: (Esbozo) <a href="#">Learn more</a></li>
<li><strong>Wireframe</strong>: <a href="#">Learn more</a></li>
<li><strong>Assets</strong>: Files used during the creation of something.</li>
<li><strong>Copy</strong>: The text that goes in a web page.</li>
</ol>
<h2>Frequently used adjectives in web design</h2>
<ol>
<li><strong>Intuitive</strong>: <a href="#">Learn more</a></li>
<li><strong>Edgy</strong>:</li>
<li><strong>Minimal</strong>: Simple, with the fewest objects as possible and using white space in a smart way.</li>
<li><strong>Sleek</strong>:</li>
<li><strong>Trendy</strong>:</li>
<li><strong>&#8216;<em>Make it pop</em>&#8216;</strong>: Just ignore that.</li>
</ol>
<h2>Web Design vocabulary</h2>
<h2>Web Development vocabulary</h2>
<ol>
<li><strong>Update</strong> (actualizacion): Part of a software that includes fixes and tweaks.</li>
<li><strong>Upgrade</strong> (mejora): Bigger than an update, has major changes to the code.</li>
<li><strong>Alpha release</strong>: Really early version of a product, barely functional and not thoroughly tested.</li>
<li><strong>Beta version</strong>: The next stage in development of a product.</li>
<li><strong>Local Server</strong> (): The server in your computer or Intranet with private access.</li>
<li><strong>Development Server</strong> (): The server used to develop websites.</li>
<li><strong>Staging Server</strong> (): The server used to test websites, also known as Testing Server or Environment.</li>
<li><strong>Production Server</strong> (): The server that is published to the Internet and publicly viewable, also known as Live Server.</li>
<li><strong>Bug</strong>: Error in the code.</li>
</ol>
<h2>Business vocabulary</h2>
<ol>
<li><strong>Project Plan</strong>: <a href="#">Learn more</a></li>
<li><strong>Salary raise</strong> (aumento de sueldo).</li>
<li><strong>Promotion</strong> (aumento de rango, promoción)</li>
<li><strong>Job title</strong>: (título de la profesión)</li>
<li><strong>60K pa</strong>: 60,000 pounds per annum (year). <a href="#">Learn more</a></li>
<li><strong>Preview</strong>: <a href="#">Learn more</a></li>
<li><strong>Purpose</strong>: <a href="#">Learn more</a></li>
<li><strong>Outsource</strong>: To ask for an external company to take care of a part of a project or work. <a href="#">Learn more</a></li>
<li><strong>Circa</strong> (aproximadamente): around, approximately. Learn more</li>
<li><strong>Cold call</strong>: a business call to someone who doesn&#8217;t know you.</li>
</ol>
<h2>Parts of a website</h2>
<ol>
<li><strong>Header</strong> (cabecera): The top part of a website that repeats along all the pages in the site. Usually composed by a logo and main heading.</li>
<li><strong>Menu</strong> (menú): <a href="#">Learn more</a></li>
<li><strong>Body</strong> (cuerpo, contenido): <a href="#">Learn more</a></li>
<li><strong>Sidebar</strong> (barra lateral): <a href="#">Learn more</a></li>
<li><strong>Footer</strong> (pie de página): <a href="#">Learn more</a></li>
<li><strong>Quote</strong> (cita): Some text that someone wrote, normally stating an opinion on a product or service. <a href="#">Learn more</a></li>
<li><strong>Heading</strong> (título): <a href="#">Learn more</a></li>
<li><strong>Post</strong> (artículo): <a href="#">Learn more</a></li>
<li><strong>Nips</strong> (trocito de texto): Small pieces of text.</li>
<li><strong>Banner</strong>: A graphic advertisement in a website. <a href="#">Learn more</a></li>
<li><strong>Front page</strong> (página principal): <a href="#">Learn more</a></li>
<li><strong>Sitemap</strong> (mapa del sitio): A site map is a list of all the pages a web site has, it is accessible to crawlers or users. <a href="http://en.wikipedia.org/wiki/Sitemap">Learn more</a></li>
<li><strong>ToS</strong>: Terms of Service. <a href="#">Learn more</a></li>
<li><strong>Logo</strong> (logotipo): <a href="#">Learn more</a></li>
<li><strong>Tagline</strong> (Eslogan): A tagline is a variant of a branding slogan. <a href="http://en.wikipedia.org/wiki/Tagline">Learn more</a></li>
<li><strong>Strapline</strong> (Eslogan): Secondary sentence attached to a brand name. <a href="http://en.wikipedia.org/wiki/Advertising_slogan">Learn more</a></li>
<li><strong>CTA</strong> (botón de acción): Call-to-Action. Se refiere al boton xxx <a href="#">Learn more</a></li>
<li><strong>Theme</strong> (): A design for a website. <a href="#">Learn more</a></li>
<li><strong>Template</strong> (plantilla): Sometimes used as a synonym for Theme. Sometimes means</li>
<li><strong>Testimonial</strong> (): Someone&#8217;s personal experience with a product or service. <a href="#">Learn more</a></li>
<li><strong>ROI</strong>: Return On Investment. <a href="#">Learn more</a></li>
<li><strong>Pro-Rata</strong>: <a href="#">Learn more</a></li>
<li><strong>Contract</strong> (contrato temporal): <a href="#">Learn more</a></li>
<li><strong>In-house</strong> (interno): Something done for the company. <a href="#">Learn more</a></li>
<li><strong>FY10</strong>: For year 2010. Usually used to refer for previsions and planning on that year. <a href="#">Learn more</a></li>
<li><strong>Q3</strong> (tercer cuatrimestre): Third Quarter. Three months. Q1 is January to March, Q2 is</li>
<li><strong>UI</strong> (interfaz de usuario): User Interface. What the user sees and interacts with. The placement of buttons, links, text, forms&#8230; <a href="#">Learn more</a></li>
<li><strong>Drop down</strong> (menú desplegable): <a href="#">Learn more</a></li>
<li><strong>Radio button</strong>: <a href="#">Learn more</a></li>
<li><strong>Checkbox</strong> (casilla): <a href="#">Learn more</a></li>
<li><strong>Textarea</strong> (caja de texto grande): <a href="#">Learn more</a></li>
<li><strong>RGB</strong> (Rojo, Verde y Azul): Red Green Blue. A way of writing colours for screen displays. The amount of colour for each. From 0 to 255 (like 255.0.0 would be pure red, 0.0.0 would be black, 255.255.255 is white). <a href="#">Learn more</a></li>
<li><strong>Hexadecimal</strong>: A way of writing colours usually for websites. <a href="#">Learn more</a></li>
<li><strong>CMYK</strong>: Cyan, Magenta, Yellow, K. A way of writing colours for printed media. <a href="#">Learn more</a></li>
<li><strong>Web Safe colors</strong>: Traditional color palette used tune ago when screens could display limited colors and these looked different in every screen. It is not necessary to stick to web safe colors nowadays. <a href="#">Learn more</a></li>
<li><strong>CAD</strong>: Computer Assisted Design. Used by architects and engineers to produce 2D and 3D graphics of models, buildings, etc. <a href="#">Learn more</a></li>
<li><strong>Web 2.0</strong>: A new way of Internet were users have much more importance and can not only read content but rate, comment and participate. <a href="#">Learn more</a></li>
<li><strong>Social network</strong>: <a href="#">Learn more</a></li>
<li><strong>Professional network</strong>: <a href="#">Learn more</a></li>
<li><strong>Bookmarking network</strong>: <a href="#">Learn more</a></li>
<li><strong>Front-end</strong>: Designs the user interface with its buttons, images, boxes&#8230; and animations.<br />
Languages used: HTML, CSS, JavaScript, jQuery&#8230;</li>
<li><strong>Back-end</strong>: Programs the coding and sets up the database.<br />
Languages used: PHP, MySQL, ASP, ASP.Net, Python, ColdFusion, ActionScript&#8230;</li>
<li><strong>WWW</strong>: World Wide Web. The Internet. <a href="#">Learn more</a></li>
<li><strong>FTP</strong>: File Transfer Protocol. A protocol to upload and download files from a server. <a href="#">Learn more</a></li>
</ol>
<h2>Office talk</h2>
<ol>
<li><strong>ASAP</strong>: As soon as possible.</li>
<li><strong>ATM</strong>: At the moment.</li>
<li><strong>IMHO</strong>: In my honest opinion.</li>
<li><strong>LOL</strong> (jajaja): Laughing out loud.</li>
<li><strong>TY</strong>: Thank you.</li>
<li><strong>TA</strong>: Thank you.</li>
</ol>
<h2>Techy Vocab</h2>
<ol>
<li><strong>HTML</strong>: The language in which websites are coded. It is not a programming language but a markup language. <a href="#">Learn more</a></li>
<li><strong>HTML5</strong>: The new version of HTML. xxx <a href="#">Learn more</a></li>
<li><strong>Flash</strong>: <a href="#">Learn more</a></li>
<li><strong>ActionScript</strong>: <a href="#">Learn more</a></li>
<li><strong>FLV</strong>: Flash Video. A video format commonly used by web streaming services liek YouTube, Vimeo&#8230; <a href="#">Learn more</a></li>
<li><strong>Quicktime</strong>: <a href="#">Learn more</a></li>
<li><strong>RealPlayer</strong>: <a href="#">Learn more</a></li>
<li><strong>Java</strong>: <a href="#">Learn more</a></li>
<li><strong>Silverlight</strong>: Like Flash but made by Microsoft instead of Adobe. <a href="#">Learn more</a></li>
<li><strong>CSS</strong>: The style sheet of the websites that define colors, background images, font sizes and families, etc. <a href="#">Learn more</a></li>
<li><strong>JavaScript</strong>: A website programming language often used to enhance websites with animations, drop-down menus, etc. <a href="#">Learn more</a></li>
<li><strong>jQuery</strong>: A JavaScript framework that makes JavaScript much easy and faster to code. <a href="#">Learn more</a></li>
<li><strong>AJAX</strong>: A JavaScript technology that sends and receives information in a web site without refreshing the whole page (Facebook uses it a lot). <a href="#">Learn more</a></li>
<li><strong>PHP</strong>: A website programming language. Very popular. <a href="#">Learn more</a></li>
<li><strong>Cross-browser</strong>: <a href="#">Learn more</a></li>
<li><strong>ASP</strong>: <a href="#">Learn more</a></li>
<li><strong>ASP.NET</strong>: <a href="#">Learn more</a></li>
<li><strong>Perl</strong>: <a href="#">Learn more</a></li>
<li><strong>Production Server</strong>: <a href="#">Learn more</a></li>
<li><strong>Development Server</strong>: <a href="#">Learn more</a></li>
<li><strong>Apache</strong>: A web server software that can be installed in Windows, Linux, OSX and Unix. <a href="#">Learn more</a></li>
<li><strong>IIS</strong>: A web server software from Microsoft and for Windows only. <a href="#">Learn more</a></li>
<li><strong>Linux</strong>: (correctly written as GNU/Linux) <a href="#">Learn more</a></li>
<li><strong>Unix</strong>: <a href="#">Learn more</a></li>
<li><strong>OSX</strong>: The newest version of the Apple Mac operative system. <a href="#">Learn more</a></li>
<li><strong>Chrome</strong>: An internet browser from Google. It&#8217;s fast and simple. <a href="#">Learn more</a></li>
<li><strong>Safari</strong>: An internet browser from Apple. It&#8217;s simple and the default browser on Macs. <a href="#">Learn more</a></li>
<li><strong>Firefox</strong>: An internet browser from Mozilla. It has lots of features and addons that help web developers and designers. It is slow and memory consuming. <a href="#">Learn more</a></li>
<li><strong>IE</strong>: Internet Explorer. An internet browser from Microsoft. Version 6 doesn&#8217;t follow the web standards and it is a nightmare for web developers. IE7 is better but still not compliant and IE8 is quite compliant. <a href="#">Learn more</a></li>
<li><strong>W3C</strong>: World Wide Web Consorcium. A non-profit organization that focuses on standarisation of the WWW. <a href="#">Learn more</a></li>
<li><strong>Ruby</strong>: Another programming language. <a href="#">Learn more</a></li>
<li><strong>RoR</strong>: Ruby on Rails. Means Ruby coding powered by a Rails server. <a href="#">Learn more</a></li>
<li><strong>SQL</strong>: A database language. <a href="#">Learn more</a></li>
<li><strong>MySQL</strong>: A variation of SQL optimized for websites running PHP. <a href="#">Learn more</a></li>
<li><strong>Framework</strong>: <a href="#">Learn more</a></li>
<li><strong>Creative Commons</strong>: <a href="#">Learn more</a></li>
<li><strong>Copyright</strong>: Copyright is the set of exclusive rights granted to the author or creator of an original work. <a href="#">Learn more</a></li>
<li><strong>Cookie</strong>: <a href="#">Learn more</a></li>
<li><strong>Variable</strong>: <a href="#">Learn more</a></li>
<li><strong>Session</strong>: <a href="#">Learn more</a></li>
<li><strong>LAN</strong>: <a href="#">Learn more</a></li>
<li><strong>WLAN</strong>: <a href="#">Learn more</a></li>
<li><strong>WAN</strong>: <a href="#">Learn more</a></li>
<li><strong>IP address</strong>: Every device that connects to the Internet has one (computers, web servers, mobile phones, printers&#8230;) <a href="#">Learn more</a></li>
<li><strong>Hostname</strong>: <a href="#">Learn more</a></li>
<li><strong>DNS</strong>: <a href="#">Learn more</a></li>
<li><strong>Domain name</strong>: <a href="#">Learn more</a></li>
<li><strong>SEO</strong>: Search Engine Optimization. Tricks and practises to improve websites so that target specific keywords in a search engine and appear first in the results. <a href="#">Learn more</a></li>
<li><strong>SEM</strong>: Search Engine Marketing. <a href="#">Learn more</a></li>
<li><strong>SERP</strong>: Search Engine Page Results. <a href="#">Learn more</a></li>
<li><strong>Conversion</strong>:When a user ends a process (like visiting an informational website and buying from it). <a href="#">Learn more</a></li>
<li><strong>Affiliate</strong>: A company that gives comissions to other companies. <a href="#">Learn more</a></li>
<li><strong>PPC</strong>: Pay per click. <a href="#">Learn more</a></li>
<li><strong>Google Adwords</strong>: A way to advertise. <a href="#">Learn more</a></li>
<li><strong>Google Adsense</strong>: A way to show ads and earn money. The main difference to other advertising systems is that shows relevant ads based on the website content or what the user searched. <a href="#">Learn more</a></li>
<li><strong>Google Analytics</strong>: <a href="#">Learn more</a></li>
<li><strong>WordPress</strong>: A very popular and easy to use blog system. <a href="#">Learn more</a></li>
<li><strong>CMS</strong>: Content Management System. <a href="#">Learn more</a></li>
<li><strong>Blog</strong>: <a href="#">Learn more</a></li>
<li><strong>Microblog</strong>: <a href="#">Learn more</a></li>
</ol>
<h2>Popular websites</h2>
<ol>
<li><strong>Twitter</strong>: A real-time microblogging tool. <a href="#">Learn more</a></li>
<li><strong>LinkedIn</strong>: A professional network to publish your work experience, offer job positions, etc.</li>
<li><strong>Stumble Upon</strong>: <a href="#">Learn more</a></li>
<li><strong>Digg</strong>: <a href="http://www.digg.com/">Visit site</a></li>
<li><strong>Meneame</strong>: The spanish version of Digg. <a href="#">Learn more</a></li>
<li><strong>Design Float</strong>: A Digg for web developers and designers. <a href="#">Learn more</a></li>
<li><strong>Delicious</strong>: A bookmarking network. <a href="#">Learn more</a></li>
<li><strong>Reddit</strong>: <a href="#">Learn more</a></li>
<li><strong>Flickr</strong>: <a href="#">Learn more</a></li>
<li><strong>DeviantArt</strong>: <a href="#">Learn more</a></li>
<li><strong>Behance</strong>: <a href="#">Learn more</a></li>
<li><strong>Posterous</strong>: A blogging system that automatizes everuthing and everyone can post content very easily and quick. <a href="#">Learn more</a></li>
<li><strong>Tumblr</strong>: Like Posterous but being even more simpler (but maybe even more powerful). <a href="#">Learn more</a></li>
<li><strong>Vimeo</strong>: Like YouTube but for artists and creatives. Higher quality videos.</li>
<li><strong>Engadget</strong>:</li>
<li><strong>NetTuts</strong>:</li>
<li><strong>MakeUseOf</strong>:</li>
<li><strong>Lifehacker</strong>:</li>
<li><strong>Stack Overflow</strong>: Questions and Answers for programmers</li>
<li><strong>W3Schools</strong>: Online tutorials for web development.</li>
</ol>
<h2>Advanced techy vocab</h2>
<ol>
<li><strong>Localhost</strong>: The hostname of the current computer, device or server. <a href="#">Learn more</a></li>
<li><strong>127.0.0.1</strong>: The IP address of the current computer, device or server. <a href="#">Learn more</a></li>
<li><strong>DoS</strong>: A denial of service attack, the most common and easy attack to web servers. It exhausts the server by sending tons of resource consuming requests. <a href="#">Learn more</a></li>
<li><strong>XSS</strong>: Cross Side Scripting. <a href="#">Learn more</a></li>
<li><strong>SQL injection</strong>: <a href="#">Learn more</a></li>
<li><strong>Phishing</strong>: A fraudulent verbatim copy of a website that pretends to be the real one but gathers personal information such as passwords from users. <a href="#">Learn more</a></li>
<li><strong>RegEx</strong>: Regular Expressions. A kind of coding that can extract and interact very accurately with text (detect valid e-mails, extract data from code&#8230;). <a href="#">Learn more</a></li>
<li><strong>Microformats</strong>: <a href="#">Learn more</a></li>
<li><strong>MVC</strong>: Model-View-Controller.</li>
<li><strong>OOP</strong>: Object Oriented Programming.</li>
</ol>
<h2>Polite sentences</h2>
<h3>Interviews</h3>
<ul>
<li>Excuse me, I have an appointment with Mr. Smith.</li>
</ul>
<hr />
<p><small>Top image by <a href="http://www.flickr.com/photos/stephenliveshere/" rel="nofollow">Stephen Mitchell</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://xaviesteve.com/627/english-web-design-glossary/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>La Verdad Acerca del Colegio</title>
		<link>http://xaviesteve.com/443/la-verdad-acerca-del-colegio/</link>
		<comments>http://xaviesteve.com/443/la-verdad-acerca-del-colegio/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 09:40:44 +0000</pubDate>
		<dc:creator>Xavi</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Español]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Psychology]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[colegio]]></category>
		<category><![CDATA[escuela]]></category>

		<guid isPermaLink="false">http://xaviesteve.com/?p=443</guid>
		<description><![CDATA[El colegio es un montón de habitaciones donde te sientas unas 2,000 horas o así y tratas de memorizar cosas. Estas 2,000 horas se reparten en 4 años. Pasas el resto del tiempo durmiendo, de fiesta y tratando de ligar. Básicamente, aprenderás dos tipos de cosas en el colegio: Cosas que necesitas saber en tu [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1997" src="http://xaviesteve.com/wp-content/uploads/2009/11/1.jpg" alt="" width="600" height="280" /></p>
<p>El colegio es un montón de habitaciones donde te sientas unas 2,000 horas o así y tratas de memorizar cosas. Estas 2,000 horas se reparten en 4 años. Pasas el resto del tiempo durmiendo, de fiesta y tratando de ligar.</p>
<p>Básicamente, aprenderás dos tipos  de cosas en el colegio:</p>
<ol>
<li>Cosas que necesitas saber en tu futura vida (2 horas).</li>
<li>Cosas que no necesitas saber en tu futura vida (1,998 horas).</li>
</ol>
<p>Lo mejor son esas cosas que aprendes en las asignaturas que acaban en -ología, -osofía y demás. La idea es que memorices todas estas cosas, luego las escribas en pequeños exámenes, y más tarde las olvides. Si fallas en olvidarlas, acabas siendo profesor y tienes que quedarte en la escuela para el resto de tu vida.</p>
<p>Después de primaria, necesitas escoger una dirección, que es la que más intentas memorizar y en la que más acabas olvidando la mayoría de las cosas. Aquí va un muy buen consejo: Asegúrate de escoger una especialidad que no implique &#8220;realidades&#8221; ni &#8220;respuestas correctas&#8221;. Esto significa que no debes especializarte en Matemáticas, Física, Biología, Química o Geología porque implican hechos concretos. Si por ejemplo te especializas en Matemáticas, un día estarás en clase y el profesor te dirá: &#8220;<em>Define el coseno integral de la raíz cuadrada de un romboide de eje binario y extrapola el resultado a cinco vértices significativos.</em>&#8221; Si no sales con la respuesta exacta que el profesor tiene en mente, suspendes.</p>
<p>Lo mismo pasa con Química: Si escribes en tu libro de examen que el Carbono con el Hidrógeno forman el roble, tu profesor the cateará. Él quiere que escribas la misma respuesta que él y los demás químicos han acordado. Los científicos son muy temperamentales con esto.</p>
<p>Así que deberías escoger materias como Lengua, Filosofía, Psicología o Sociología (asignaturas en que nadie realmente entiende de lo que se habla y que no implica ningún hecho real.</p>
<p>Atendí a clases en todas estas asignaturas así que os daré unas breves pautas:</p>
<h4>Filología</h4>
<p>Implica escribir redacciones acerca de libros largos que has leído a trozos el día antes de clase. Aquí va un consejo para tener buenas notas en las redacciones: Nunca digas nada acerca del libro que nadie con sentido común diría. Por ejemplo, supongamos que estás leyendo Moby Dick. Nadie con sentido común diría que Moby Dick es una ballena grande y blanca ya que el libro se refiere a una ballena grande y blanca casi 11,000 veces. Así que en tu redacción, tienes que decir que Moby Dick es en realidad la República de Irlanda. Tu profesor, quien está harto de leer redacciones y a quien nunca le gustó Moby Dick, pensará que eres enormemente creativo. Si puedes encontrar interpretaciones lunáticas de simples historias, aprobarás con buena nota.</p>
<h4>Filosofía</h4>
<p>Se trata básicamente en sentarse en una habitación y decidir que no existe tal cosa como la realidad y cuando acaba la clase ir a comer. Escoge Filosofía si tomas muchas drogas.</p>
<h4>Psicología</h4>
<p>Trata de hablar sobre ratas y sueños.</p>
<p>Los psicólogos están obsesionados con las ratas y los sueños. Una vez estuve un semestre entero entrenando a una rata a apretar pequeños botones en una secuencia determinada, y luego enseñar a mi compañero de piso a hacer la misma cosa. La rata aprendió más rápido. Mi compañero de piso es ahora doctor. Si te gustan las ratas o los sueño, y más que eso, si sueñas con ratas, deberías escoger Psicología.</p>
<h4>Sociología</h4>
<p>Por simple falta de inteligibilidad, la sociología es la asignatura número uno. Me senté durante cientos de horas en cursos de Sociología y a leer escritos de sociología, y nunca leí ninguno que tuviera una explicación coherente. Esto es porque los sociólogos quieren que se les considere científicos, así que dedican la mayoría de su tiempo a convertir simples y obvias observaciones a jerga científica.<br />
Si planeas escoger Sociología, tienes que aprender a hacer eso. Por ejemplo, supón que has observado que los niños lloran cuando caen al suelo. Deberías escribir &#8220;La observación metodológica sobre las tendencias comportamentales sociométricas en individuos prematuros indica que existe una relación causal entre el tropismo y las formas de comportamiento lacrimológico.&#8221; Si puedes escribir más como eso unas 50 o 60 páginas obtendrás una sustentosa subvención del gobierno.</p>
<pre>Adaptación al castellano por Xavi Esteve.
Fuente original en inglés: <a href="http://lorien.ncl.ac.uk/ming/Dept/Fun/jokes/college.htm">The Truth About College</a>.</pre>
]]></content:encoded>
			<wfw:commentRss>http://xaviesteve.com/443/la-verdad-acerca-del-colegio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

