<?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>Social Blogsite</title>
	<atom:link href="http://socialblogsitewebdesign.com/feed" rel="self" type="application/rss+xml" />
	<link>http://socialblogsitewebdesign.com</link>
	<description>web design</description>
	<lastBuildDate>Sun, 05 Feb 2012 03:31:37 +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>Definitive solution to your subversion issues when uploading your wordpress plugin</title>
		<link>http://socialblogsitewebdesign.com/definitive-solution-to-your-subversion-issues-when-uploading-your-wordpress-plugin</link>
		<comments>http://socialblogsitewebdesign.com/definitive-solution-to-your-subversion-issues-when-uploading-your-wordpress-plugin#comments</comments>
		<pubDate>Wed, 01 Feb 2012 19:28:00 +0000</pubDate>
		<dc:creator>Sergio Zambrano</dc:creator>
				<category><![CDATA[Developer tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://socialblogsitewebdesign.com/?p=673</guid>
		<description><![CDATA[Subversion GUIs are not made for Mac users, yet. I mean, we, Mac users, are used to friendly interfaces, which don&#8217;t require more than 10% of knowledge about the system/mechanics behind we are dealing with. That 10% (or less, please!) is what we expect to be in the documentation, and today&#8217;s internet-age users would like [...]]]></description>
			<content:encoded><![CDATA[<p>Subversion GUIs are not made for Mac users, yet.</p>
<p>I mean, we, Mac users, are used to friendly interfaces, which don&#8217;t require more than 10% of knowledge about the system/mechanics behind we are dealing with. That 10% (or less, please!) is what we expect to be in the documentation, and today&#8217;s internet-age users would like to be one page long <strong>at most</strong>.</p>
<p>Unfortunately, SVN apps (clients?) documentation are STILL several pages long, and although I&#8217;m sure our issue is user-related, if such documentation is that long, that&#8217;s not a user anymore, but a slave.</p>
<p>For all of you, like me, who like Apple-style easy apps, well, there&#8217;s no app out there that makes me smile, but here&#8217;s the DEFINITE solution to your pain with subversion apps (rapidSVN, svnX, versions, etc).</p>
<p>I UNDERSTAND some of those apps seem to ROCK! for developers and geeks, but for Mac Users, drag-drop and interacting with finder is A MUST.</p>
<p><strong>The biggest problem I found about all those apps is that you are forced to work and call things different than the way you used to. You can&#8217;t copy, move, or replace those files in finder</strong>, and are told to add, commit… instead. EVERYTHING is freakily controlled.</p>
<p>For that reason, and because their developers are not Adobe nor Apple&#8217;s, any attempt to work as a person, not as a geeky developer, will most definitely corrupt your subversioned files and any attempt to upload (commit) them will receive a nasty response from the server.</p>
<p>For first versions you&#8217;d probably won&#8217;t have any problem. <strong>The problem comes when you duplicate an existing version to make changes for the next version in finder</strong>.</p>
<h2>Skipping more ranting: The solution</h2>
<p>Just work with your files any way you want, all in your finder, like a normal person does. Duplicate the previous version or copy files from the trunk if this is not your first version. Then, just before to upload (add) that new version <strong>just delete every directory named svn in the new version&#8217;s folder</strong>.</p>
<p>For example, to create version 1.1, just duplicate folder 1.0 inside tags folder, and delete every hidden folder named svn inside that new copy. DO NOT DELETE svn folders from the already-uploaded versions (already added or committed copies)</p>
<h3>How to delete svn hidden folders in Mac</h3>
<p>There are apps and preference panels you can install to get that, but installing them and learning to use them will take you the same time that &#8220;the Mac&#8221; way below.</p>
<p><img class="alignnone size-full wp-image-683" title="svn_anim" src="http://socialblogsitewebdesign.com/social_media/advertising_conversion_images/svn_anim.gif" alt="" width="499" height="278" /></p>
<ol>
<li>Open the new directory, following the above example namely 1.1, type command-f to reveal the spotlight field at the top right of your finder window if it&#8217;s not already there, and type in &#8220;<strong>svn</strong>&#8220;.</li>
<li>Then, in the new options header row that appears between your window&#8217;s content and the window name and tools icons, you&#8217;ll see options to choose where to look for your query, e.g. &#8220;<strong>Search: This Mac  1.1</strong>&#8221;  and &#8220;<strong>Contents  Filename</strong>&#8221; Like the picture below.</li>
<li>There, choose &#8220;1.1&#8243; and &#8221; Filename&#8221;, so you restrict the search to that folder, not your whole Mac, and prevent spotlight to search in file contents, set as default.</li>
<li>Below, there is another row with options that you can add or remove with the + or &#8211; sign at the right. It defaults to &#8220;Kind&#8221; and &#8220;Any&#8221;. Change them to &#8220;<strong>Visibility</strong>&#8221; and &#8220;<strong>Invisible</strong>&#8220;. The &#8220;Visibility&#8221; option might not be there if you never used it before, so look for it under &#8220;other&#8221;. You can choose for it to stay there next time you search.</li>
<li>You&#8217;ll get all the files or folders named svn inside 1.1 folder. If there&#8217;s any file named so, I&#8217;m sure it&#8217;s nothing related to your WordPress plugin. You can make sure everything is fine by clicking each svn folder and checking the absolute path below in the status bar at the bottom of the window. If it shows a path other than the path to 1.1, you missed something. If everything is ok, just select them all and move them to the trash (command-delete)</li>
</ol>
<h2>In Windows:</h2>
<div>Google it <img src='http://socialblogsitewebdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  for a graphic tutorial or just <a title="How to view hidden files in Windows" href="http://answers.microsoft.com/en-us/windows/forum/windows_7-files/search-for-hidden-files-and-folders-in-windows-7/f47f5bf2-2678-4dae-bbb3-62e202b54b18" target="_blank">read it from MS website</a></div>
<h2>Now, the why:</h2>
<p>If you are like me, you prefer to &#8220;test&#8221; everything the intuitive way and then just memorize what&#8217;s different from that new system to the new one you are dealing with, like &#8220;this is like I&#8217;m used to, except this or that sucks&#8221;, rather than reading the whole documentation and learning a whole new language for one upload a month.</p>
<p>If you moved and copied svn files in finder like me, you know what happens. If you don&#8217;t:</p>
<p>In order to keep track of saved, modified, deleted! files, your &#8220;subversioned&#8221; (freakly controlled) files need to have the info saved somewhere. Such info (Until a good GUI expert develop a better app) is saved in those invisible folders named svn, so when you copy one of your previous versions, e.g. <strong>1.0</strong> to make version <strong>1.1</strong> (called &#8220;tags&#8221; by WordPress) you are ALSO copying those invisible directories (After all, they are files, not data in a locked field in some document, and you are human, and your OS have little icons with names to allow you move and rename them).</p>
<p>Those hidden folders contain files that say &#8220;the file named xxx in this directory belongs to such version of such date by such author&#8221;… Not need to say what WordPress server will reply to an attempt to e.g. upload a file which <strong>appears to be already uploaded somewhere else </strong>(your original files in folder 1.0)</p>
<p>So until a new app which deals with all the mess OFF our finder and still keep up with NORMAL human behavior like copy, move, renaming icons, just DELETE all those folders before to &#8220;add&#8221; them as a new version and voilá! no errors.</p>
<p>Now you can still deal with geeky files, the Mac way.</p>
]]></content:encoded>
			<wfw:commentRss>http://socialblogsitewebdesign.com/definitive-solution-to-your-subversion-issues-when-uploading-your-wordpress-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook jQuery Photo Gallery plugin for WordPress released</title>
		<link>http://socialblogsitewebdesign.com/facebook-jquery-photo-gallery-plugin-for-wordpress-released</link>
		<comments>http://socialblogsitewebdesign.com/facebook-jquery-photo-gallery-plugin-for-wordpress-released#comments</comments>
		<pubDate>Wed, 01 Feb 2012 18:23:59 +0000</pubDate>
		<dc:creator>Sergio Zambrano</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress plugins]]></category>

		<guid isPermaLink="false">http://socialblogsitewebdesign.com/?p=670</guid>
		<description><![CDATA[I released my new Plugin to showcase your Facebook photo albums to WordPress, with a nice animated interface using jQuery, not flash, so your get rid of another bag of flash Here’s a Live demo which looks like the image below: Here&#8217;s the official page for Darkroom facebook photo gallery where you can comment and get help:]]></description>
			<content:encoded><![CDATA[<p>I released my new Plugin to showcase your Facebook photo albums to WordPress, with a nice animated interface using jQuery, not flash, so your get rid of another bag of flash <img src='http://socialblogsitewebdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here’s a <a title="Work" href="http://socialblogsitewebdesign.com/portfolio">Live demo</a> which looks like the image below:</p>
<p><a href="http://socialblogsitewebdesign.com/social_media/advertising_conversion_images/screenshot-11.jpg" rel="shadowbox[sbpost-670];player=img;"><img class="alignnone size-large wp-image-665" title="screenshot-1" src="http://socialblogsitewebdesign.com/social_media/advertising_conversion_images/screenshot-11-480x327.jpg" alt="" width="480" height="327" /></a></p>
<p>Here&#8217;s the official page for <a title="Official website for Darkroom facebook photo gallery plugin" href="http://socialblogsitewebdesign.com/wordpress_plugins/darkroom-facebook-photo-gallery">Darkroom facebook photo gallery</a> where you can comment and get help:</p>
]]></content:encoded>
			<wfw:commentRss>http://socialblogsitewebdesign.com/facebook-jquery-photo-gallery-plugin-for-wordpress-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for WordPress not sending password registration emails from Godaddy shared hosting</title>
		<link>http://socialblogsitewebdesign.com/fix-for-wordpress-not-sending-password-registration-emails-from-godaddy-shared-hosting</link>
		<comments>http://socialblogsitewebdesign.com/fix-for-wordpress-not-sending-password-registration-emails-from-godaddy-shared-hosting#comments</comments>
		<pubDate>Fri, 20 Jan 2012 15:17:47 +0000</pubDate>
		<dc:creator>Sergio Zambrano</dc:creator>
		
		<guid isPermaLink="false">http://socialblogsitewebdesign.com/?page_id=573</guid>
		<description><![CDATA[After 2 previous times when they told me &#8220;there&#8217;s nothing wrong&#8221;, I finally got a &#8216;secretary&#8217; (yes, the ones who answer your call are not real cutomer reps, since they can just access the online help you can see yourself, and the real help is behind them) who was lucky to find someone willing to [...]]]></description>
			<content:encoded><![CDATA[<p>After 2 previous times when they told me &#8220;there&#8217;s nothing wrong&#8221;, I finally got a &#8216;secretary&#8217; (yes, the ones who answer your call are not real cutomer reps, since they can just access the online help you can see yourself, and the real help is behind them) who was lucky to find someone willing to really test what I said.</p>
<p>The other times they even told me &#8220;we just placed a php script and it sent us mail fine&#8221; (I have no proof of that since it didn&#8217;t go to me, nor they gave me a copy of the script used)</p>
<p>This time, Godaddy ADMITED they were able to replicate the issue. Same issue that I asked them for in my last call, a month ago, when I read about somebody saying the php files were corrupt.</p>
<p>So their solution now is to UPDATE the files, and they can&#8217;t do it! So they sent me the instructions to do it by hand.</p>
<p><span id="more-573"></span></p>
<p>For the ones who suffered this issue like me, here&#8217;s the solution from their response email.</p>
<blockquote><p>Thank you for contacting hosting support and bringing this to our attention.</p>
<p>The issue with php mail not functioning has been addressed and resolved. We unblocked the email address associated to the account that was having issues. All you need to do now is reinstall the form mail scripts and everything will start to work following these instructions:</p>
<p><strong>To Reinstall the Default Directory to Your Hosting Account<br />
</strong></p>
<p>Log in to your Account Manager.</p>
<p>From the My Products section, click Web Hosting.</p>
<p>Next to the hosting account you want to use, click Launch.</p>
<p>In the Content section of the Hosting Control Center, click the Form Mail icon.</p>
<p>Select the Reinstall Default Scripts Directory box.</p>
<p>Click Continue.</p>
<p>Should this issue re-occur, or should you experience any other delivery or access problems please let us know and we would be happy to assist you further. We appreciate your patience and understanding in this matter.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://socialblogsitewebdesign.com/fix-for-wordpress-not-sending-password-registration-emails-from-godaddy-shared-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix missing Prezi files embedded (self-hosted) for auto-start presentation</title>
		<link>http://socialblogsitewebdesign.com/fix-missing-prezi-files-embedded-self-hosted-for-auto-start-presentation</link>
		<comments>http://socialblogsitewebdesign.com/fix-missing-prezi-files-embedded-self-hosted-for-auto-start-presentation#comments</comments>
		<pubDate>Tue, 27 Sep 2011 17:13:44 +0000</pubDate>
		<dc:creator>Sergio Zambrano</dc:creator>
				<category><![CDATA[Developer tips]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress hacks]]></category>
		<category><![CDATA[autoplay]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[prezi]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[selfhosted]]></category>

		<guid isPermaLink="false">http://socialblogsitewebdesign.com/?p=488</guid>
		<description><![CDATA[This post should be 3 posts but for lack of time, I&#8217;ll give it to you all in one: Why your embedded Prezi presentation looks different than in their servers. How to fix it with the only solution in the market (as of September 2011) How to fix missing files if your Prezi is not [...]]]></description>
			<content:encoded><![CDATA[<p>This post should be 3 posts but for lack of time, I&#8217;ll give it to you all in one:</p>
<ol>
<li>Why your embedded Prezi presentation looks different than in their servers.</li>
<li>How to fix it with the only solution in the market (as of September 2011)</li>
<li>How to fix missing files if your Prezi is not in the same folder as your html.</li>
</ol>
<h2>Your embedded presentation looks different than the one hosted at Prezi community</h2>
<p>What you embed in your website is not your presentation, but a player, which calls your presentation from Prezi servers. They won&#8217;t tell you the player used for presentations hosted externally (your server) is a degraded version, which will show you a low-resolution version until clicked, to save bandwith in their servers, and a GIANT presentation name, so it looks better in their &#8220;Explore&#8221; page listings. So they have their reasons, and you are stuck with a Prezi presentation in which you invested hours or days and now it doesn&#8217;t match your sleek design.</p>
<p><span id="more-488"></span></p>
<h2>How to fix your self-hosted / embedded Prezi uglyness</h2>
<p><strong>The only</strong> auto-start solution for you to get rid of the ugly Prezi player is developed by <a href="http://www.slidedynamic.com/prezi-autoplayer/prezi-autoloader-only">slidynamic.com</a></p>
<p>These guys developed their own player but it depends on the stand-alone player from Prezi that you upload together to your site.</p>
<p>That stand-alone player was designed to be next to your presentation&#8217;s html, and thus it only searches for the required presentation files in the SAME directory it is at.</p>
<p><strong>The Problem</strong> comes when you place the presentation, as many people do, in the header section of your site, or in more than one page. The player looks for the required files in EACH of those locations for each page. So if your presentation appears at the home page and /products/product1.html, and you uploaded the files in a directory called &#8220;/prezi&#8221;, your Prezi will only work in pages under &#8220;/prezi&#8221; directory. NOT in the home page nor in product1.html, or any other level other than /prezi.</p>
<p>By the contrary, If you drop the prezi files in your root (&#8220;yourdomain.com/&#8221;) the presentation files will work for the top level pages ONLY and not for any other sub-directory (e.g. wordpress subpage, gategory, etc). Below a graphic example:</p>
<h2>Without this fix, self-hosted prezi would only works at…</h2>
<p>(Pages in <span style="color: #ff0000;">RED</span> WONT access prezi files. Pages in <span style="color: #3366ff;">BLUE</span> will work )</p>
<h3>Logical common-sense desired installation</h3>
<ul class="compact">
<li><strong><span style="color: #000000;">yourdomain.com </span></strong>
<ul>
<li><span style="color: #000000;">toplevel_page_1 </span>
<ul>
<li><span style="color: #ff0000;">sub-page_a</span></li>
<li><span style="color: #ff0000;">sub-page_b</span></li>
</ul>
</li>
<li><span style="color: #ff0000;">toplevel_page_2 </span>
<ul>
<li><span style="color: #ff0000;">sub-page_c</span></li>
<li><span style="color: #ff0000;">sub-page_d</span></li>
</ul>
</li>
<li><span style="color: #000000;"><strong>prezi_directory</strong></span>
<ul>
<li>prezi_file_1</li>
<li>prezi_file_2</li>
<li><strong><span style="color: #3366ff;">original_standalone_player_location.html</span></strong></li>
</ul>
</li>
<li><span style="color: #ff0000;">toplevel_page_3</span></li>
<li><span style="color: #ff0000;">toplevel_page_4</span></li>
</ul>
</li>
</ul>
<h3>Fix attempt by dropping files in the home directory</h3>
<ul class="compact">
<li><span style="color: #000000;"><strong>yourdomain.com </strong></span>
<ul>
<li><span style="color: #000000;"><strong>prezi_file_1</strong></span></li>
<li><span style="color: #000000;">prezi_file_2</span></li>
<li><strong><span style="color: #3366ff;">original_standalone_player_location.html</span></strong></li>
<li><span style="color: #3366ff;">toplevel_page_1 </span>
<ul>
<li><span style="color: #ff0000;">sub-page_a</span></li>
<li><span style="color: #ff0000;">sub-page_b</span></li>
</ul>
</li>
<li><span style="color: #3366ff;">toplevel_page_2 </span>
<ul>
<li><span style="color: #ff0000;">sub-page_c</span></li>
<li><span style="color: #ff0000;">sub-page_d</span></li>
</ul>
</li>
<li><span style="color: #3366ff;">toplevel_page_3</span></li>
<li><span style="color: #3366ff;">toplevel_page_4</span></li>
</ul>
</li>
</ul>
<h3>Using my .htaccess redirects</h3>
<ul class="compact">
<li><strong><span style="color: #000000;">yourdomain.com </span></strong>
<ul>
<li><span style="color: #3366ff;">toplevel_page_1</span>
<ul>
<li><span style="color: #3366ff;">sub-</span><span style="color: #3366ff;">page_a</span></li>
<li><span style="color: #3366ff;">sub-page_b</span></li>
</ul>
</li>
<li><span style="color: #3366ff;">toplevel_page_2</span>
<ul>
<li><span style="color: #3366ff;">sub-page_c</span></li>
<li><span style="color: #3366ff;">sub-page_d</span></li>
</ul>
</li>
<li><strong><span style="color: #000000;">prezi_directory</span></strong>
<ul>
<li>prezi_file_1</li>
<li>prezi_file_2</li>
<li><strong><span style="color: #3366ff;">original_standalone_player_location.html</span></strong></li>
</ul>
</li>
<li><span style="color: #3366ff;">toplevel_page_3</span></li>
<li><span style="color: #3366ff;">toplevel_page_4</span></li>
</ul>
</li>
</ul>
<h2>The Solution to the missing Prezi player files:</h2>
<p>Since you can&#8217;t modify the swf scripts (&#8220;there&#8217;s an app for that&#8221;, but it is not affordable), here&#8217;s a fix, at least for Linux servers (the common option for serious WordPress installations) you paste into the .htaccess file. It assumes the directory name you have your presentation in is &#8220;_prezi&#8221;, under the root of your domain.</p>
<p><code>#Slidedynamic fix<br />
Options +FollowSymlinks<br />
RewriteEngine On<br />
RewriteCond %{REQUEST_URI} !_prezi<br />
RewriteRule ^.*slidedynamic\.xml$ /_prezi/slidedynamic.xml [R=301,L]<br />
RewriteCond %{REQUEST_URI} !_prezi<br />
RewriteRule ^.*textdynamic\.txt$ /_prezi/textdynamic.txt [R=301,L]<br />
RewriteCond %{REQUEST_URI} !_prezi<br />
RewriteRule ^.*content\.xml$ /_prezi/data/content.xml [R=301,L]<br />
RewriteCond %{REQUEST_URI} !_prezi<br />
RewriteRule ^.*data/fonts/(.*)$ /_prezi/data/fonts/$1 [R=301,L]<br />
RewriteCond %{REQUEST_URI} !_prezi<br />
RewriteRule ^.*data/repo/(.*)$ /_prezi/data/repo/$1 [R=301,L]<br />
RewriteCond %{REQUEST_URI} !_prezi<br />
RewriteRule ^.*prezi\.app/(.*) /_prezi/prezi.app/$1 [R=301,L]<br />
RewriteCond %{REQUEST_URI} !_prezi<br />
RewriteRule ^.*movie.swf /_prezi/prezi.app/Contents/Resources/movie.swf [R=301,L]<br />
RewriteCond %{REQUEST_URI} !_prezi<br />
RewriteRule ^.*data/main.swf /_prezi/data/main.swf [R=301,L]</code></p>
<p>Basically those rules say &#8220;if the url doesn&#8217;t have the string &#8216;_prezi&#8217; in it, replace the requested file/folder by its unique url (i.e. &#8220;find it here&#8221;)</p>
<p>If you are a programmer, and you can make it cleaner, I&#8217;d appreaciate your input. The way it is here does the trick.</p>
<h2>[UPDATE] New Plugin for WordPress</h2>
<p>I&#8217;ve created a plugin for WordPress to write these code where it belongs (it works in Linux server only, for now)</p>
<p><a title="A better prezi: Wordprezi plugin" href="http://socialblogsitewebdesign.com/wordpress_plugins/a-better-prezi-wordprezi/">A better prezi: Wordprezi plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://socialblogsitewebdesign.com/fix-missing-prezi-files-embedded-self-hosted-for-auto-start-presentation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cultura y Media 5 en Buenos Aires</title>
		<link>http://socialblogsitewebdesign.com/cultura-y-media-5-en-buenos-aires</link>
		<comments>http://socialblogsitewebdesign.com/cultura-y-media-5-en-buenos-aires#comments</comments>
		<pubDate>Thu, 11 Nov 2010 20:53:05 +0000</pubDate>
		<dc:creator>Sergio Zambrano</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social videos]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://socialblogsitewebdesign.com/?p=414</guid>
		<description><![CDATA[Watch live video from socialblogsite on Justin.tv]]></description>
			<content:encoded><![CDATA[<p><object id="live_embed_player_flash" width="480" height="294" 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="data" value="http://www.justin.tv/widgets/live_embed_player.swf?channel=socialblogsite" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="flashvars" value="channel=socialblogsite&amp;auto_play=false&amp;start_volume=25" /><param name="src" value="http://www.justin.tv/widgets/live_embed_player.swf" /><param name="allowfullscreen" value="true" /><param name="allownetworking" value="all" /><param name="allowscriptaccess" value="always" /><embed id="live_embed_player_flash" width="480" height="294" type="application/x-shockwave-flash" src="http://www.justin.tv/widgets/live_embed_player.swf" data="http://www.justin.tv/widgets/live_embed_player.swf?channel=socialblogsite" allowFullScreen="true" allowScriptAccess="always" allowNetworking="all" flashvars="channel=socialblogsite&amp;auto_play=false&amp;start_volume=25" allowfullscreen="true" allownetworking="all" allowscriptaccess="always" /></object><a class="trk" style="padding: 2px 0px 4px; display: block; width: 345px; font-weight: normal; font-size: 10px; text-decoration: underline; text-align: center;" href="http://www.justin.tv/socialblogsite#r=-rid-&amp;s=em">Watch live video from socialblogsite on Justin.tv</a></p>
]]></content:encoded>
			<wfw:commentRss>http://socialblogsitewebdesign.com/cultura-y-media-5-en-buenos-aires/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nuestros mejores clientes fueron arruinados por el &#8220;black hat SEO&#8221;</title>
		<link>http://socialblogsitewebdesign.com/como-sus-truquitos-de-posicionamiento-web-benefician-nuestros-servicios-de-internet-marketing</link>
		<comments>http://socialblogsitewebdesign.com/como-sus-truquitos-de-posicionamiento-web-benefician-nuestros-servicios-de-internet-marketing#comments</comments>
		<pubDate>Mon, 08 Nov 2010 02:47:43 +0000</pubDate>
		<dc:creator>Sergio Zambrano</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[authority]]></category>
		<category><![CDATA[autoridad]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[posicionamiento]]></category>
		<category><![CDATA[posicionamiento web]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[white hat]]></category>

		<guid isPermaLink="false">http://socialblogsitewebdesign.com/?p=404</guid>
		<description><![CDATA[Este artículo se podría llamar tambien &#8220;Como sus truquitos de posicionamiento web benefician nuestros servicios de internet marketing&#8221; (y al final de este artículo &#8220;como saber si Ud será el próximo afectado&#8221;) Hay un montón de artículos por ahi, acerca de porqué &#8220;black hat SEO&#8221; (truquitos de posicionamiento web) dañarán su presencia web, pero éste [...]]]></description>
			<content:encoded><![CDATA[<p>Este artículo se podría llamar tambien &#8220;Como sus truquitos de posicionamiento web benefician nuestros servicios de internet marketing&#8221; (y al final de este artículo &#8220;como saber si Ud será el próximo afectado&#8221;)</p>
<p>Hay un montón de artículos por ahi, acerca de porqué &#8220;black hat SEO&#8221; (truquitos de posicionamiento web) dañarán su presencia web, pero éste va directamente a las pruebas mas definitivas.</p>
<p>¿Dónde se puede poner el medidor para estar seguro que es la prueba definitiva, final, de que han habido daños a su presencia en la web? ¿En los libros de balance? ¿En la cuenta de adwords? Piense en algo mas lejos…</p>
<p>Nuestro signo es el más lejano que pueda encontrar, en la cadena de eventos desafortunados:<span id="more-404"></span></p>
<h2>Nuestros mejores clientes son los que fueron arruinados por el &#8220;black SEO&#8221;</h2>
<p>Si, nada mas definitivo que eso. Estamos agradecidos por su ruina; representa nuestro mejor ingreso. Nos da el margen de ganancia mas alto, nos hace usar todo nuestro potencial y nos hace lo más orgullosos.</p>
<h3>&#8220;A mi siempre me funcionaron&#8221;</h3>
<p>Y si… entrar en guerra siempre acelera la toma de ciudades más rapidamente que por elecciones, pero luego de un tiempo la ciudad queda destruida.</p>
<p>A la larga, sólo hay unos pocos que sobreviven a esas técnicas, y generalmente es porque YA TENIAN semejante presencia en la web o importancia en el mercado como para haberlo podido hacer parecer limpio, incluso mas económicamente, pue ya poseían su público hablando de ellos. Ése no es su caso, y si lo es… le recuerdo que también tenemos clientes así de grandes, quienes también han caído rotundamente luego de usar &#8220;truquitos&#8221; de SEO.</p>
<h3>&#8220;Si viene funcionando será porque saben lo que hacen&#8221;</h3>
<p>No es muy difícil hacerse pasar por médico y evitar las decisiones difíciles, derivando a los pacientes que no tienen un resfrio a médicos reales. Tarde o temprano el falso médico será descubierto, pero esa no será su mayor preocupación. Mientras lo atienden toda la vida, Ud nunca se daría cuenta que realmente no saben mucho, y menos las consecuencias de dejar pasar sus síntomas por mucho tiempo.</p>
<p>El SEO se estudia, al igual que medicina, al igual que tácticas militares, y si uno sale a la guerra con un paquete de curitas o con un bazooka, sin haber estudiado ninguna de las dos cosas, habrán muchas bajas tarde o temprano.</p>
<h3>Que diferencia hay entre consultar un experto en SEO para posicionar una página web y consultarlo para salvarla luego de optar por posicionador web (no experto en SEO)?</h3>
<p>Probablemente el buen SEO cueste lo mismo que 2 años de pagar constantemente adwords, &#8220;truquitos&#8221; de SEO (generalmente de algunos que declaran tener una relacion especial con Google) PERO haciéndolo de la manera correcta esa inversion de 2 años de dinero se CONSERVA, engrandeciendo a la empresa, a su marca, y dejando una base sólida para la internet del mañana, en la cual mejor pertenecer, o morir.</p>
<p>Si usa algún truquito que &#8220;engañe&#8221; a Google (y eso es lo que seguramente esté haciendo alguien que no arme un website con contenido real) tarde o temprano su algoritmo es corregido y un dia se pierde todo.</p>
<p>Al final, luego de dañar su &#8220;ilusión&#8221; de ganadores, nuestros mejores clientes tienen que invertir el triple para sacar del hueco a la empresa. Ud decide.</p>
<p><a title="Contact" href="http://socialblogsitewebdesign.com/blogsite-web-design-contact/">Contáctenos</a>, y le informaremos GRATIS qué técnica sucia se está usando en su websie, y usted mismo podrá encontrar en internet testimonios de websites perjudicados por ello.</p>
]]></content:encoded>
			<wfw:commentRss>http://socialblogsitewebdesign.com/como-sus-truquitos-de-posicionamiento-web-benefician-nuestros-servicios-de-internet-marketing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ArtMedia 2010 Buenos Aires</title>
		<link>http://socialblogsitewebdesign.com/artmedia-2010-buenos-aires</link>
		<comments>http://socialblogsitewebdesign.com/artmedia-2010-buenos-aires#comments</comments>
		<pubDate>Thu, 04 Nov 2010 22:41:28 +0000</pubDate>
		<dc:creator>Sergio Zambrano</dc:creator>
				<category><![CDATA[Blogsite]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://socialblogsitewebdesign.com/?p=397</guid>
		<description><![CDATA[Watch live video from socialblogsite on Justin.tv Aunque llegué tarde, había muy buena onda en el Centro Cultural Recoleta, y Anaclara Dalla Valle presentó sus proyectos, todos para el bien de nosotros, beneficiarios del social media. En vivo en http://justin.tv/socalblogsite Con esos videos ya solucioné el tener que contarte todo lo que vi, sin ser [...]]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" height="360" width="480" id="clip_embed_player_flash" data="http://www.justin.tv/widgets/archive_embed_player.swf" bgcolor="#000000"><param name="movie" value="http://www.justin.tv/widgets/archive_embed_player.swf" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="auto_play=false&#038;start_volume=25&#038;title=Ana Clara en ArtMedia 2010&#038;channel=socialblogsite&#038;archive_id=273177084" /></object><br /><a href="http://www.justin.tv/socialblogsite#r=-rid-&#038;s=em" class="trk" style="padding:2px 0px 4px; display:block; width: 320px; font-weight:normal; font-size:10px; text-decoration:underline; text-align:center;">Watch live video from socialblogsite on Justin.tv</a> </p>
<p>Aunque llegué tarde, había muy buena onda en el Centro Cultural Recoleta, y Anaclara Dalla Valle presentó sus proyectos, todos para el bien de nosotros, beneficiarios del social media.</p>
<p>En vivo en http://justin.tv/socalblogsite</p>
<p>Con esos videos ya solucioné el tener que contarte todo lo que vi, sin ser novedad, y sólo contarte…</p>
<h2><span id="more-397"></span>Mi reflexiones de lo charlado:</h2>
<h3>Video Juegos. Tema caliente: Se deben prohibir?</h3>
<p>Aún quedan mayores de generaciones anteriores y sus hijos influenciados por ellos, a quien les preocupa que hayan cada vez mas juegos que sacíen las ganas natas de destruir y provocar daño a otros de una manera virtual como modo de diversión.<br />
Tratando de dejar de lado las miles de variables que hacen que uno repita lo visto, siempre trato de remitirme a la razon principal por la que uno juega a esos juegos (por ej: violentos): Aburrimiento. Falta de una situación real en la cual poder satisfacer ese deseo &#8220;profundo&#8221;, digamos marginado… y eso ya explica todo: Uno sabe que es algo que no va a poder hacer en la vida real, y si tuviera que elegir con darle a un pirómano la oportunidad de quemar cosas virtuales y saciar el 90% de sus deseos, contra dejar que acumule el 100% de sus ganas y las tenga que saciar sólo con situaciones reales… refiero la terapia virtual.</p>
<p>Lo único que creo que influye un poco es lo que la democracia misma permite. En epocas de dictadura, comunismo, uno JAMAS llega a ver que existe o es posible lo que los dueños del pais no quieren que sepas. Sabiendo que se puede disparar a gente y salir ileso (ilusión de) o que se puede bombardear inocentes y disfrutar de la escena, nacen ideas nuevas que, aunque no hacen mas que reproducirse en cabezas que lo disfrutan, se comienzan a convertir en deseo.  Es como en Cuba que los ciudadanos son privados de noticias del exterior para que no reclamen todo eso que otros disfrutan mientras ellos no. Al no saber siquiera que existen los celulares, nadie los pide.</p>
<p>Todo eso ya viene con la democracia, y la libre expresión. Es un precio a pagar por no vivir en una dictadura, y lo hemos elegido. El dia que nos quiten el derecho a esos videojuegos, vamos a protestar muchas otras cosas.</p>
<p>Como dije, sólo se asustan los mayores, y sus hijos influenciados. En poco tiempo las nuevas generaciones descubrirán que no son mas violentos por esos videojuegos pero si por otras razones, que probablemente tambien hayan traido los videojuegos.</p>
<h2>Video Mapping, atado con alambre:</h2>
<p>Dos grupos presentaron Video Mapping, uno mas artístico, otro mas técnico. Ambos demostraron que en Argentina se pueden hacer superproducciones sin comprar los chips que guian los misiles chinos de las películas, y que cuando uno tiene pasión, los dias de trabajo pueden ser de 24 horas.</p>
<p>Una vez vi unos tutoriales en algun lado en internet, de cómo usar unas plaquetitas de no-recuerdo-que (valor = 10centavos c/u) para construir un panel de leds multicolor controlados por píxeles de una placa de video de computadora. El resultado no era para nada útil, hasta que un grupo de argentinos sin miedo lo convirtió en el techo video-iluminado controlado remotamente por iPod de un salón muy importante, dejándolo instalado como atracción permanente, con ocasionales expresiones de arte en vivo enviados desde Argentina.</p>
<p>Ambos los chicos de ladoblea.com y de estadolateral.net nos hicieron sentir que esos descubrimientos que habíamos visto en otros países no estaban tan lejos ni en manos tan científicas.</p>
<p>Si, no dije nada… porque para explicarlo tendría que hacer 5 o 6 artículos. Mejor los visitan.</p>
<p><a title="Media Lab" href="http://ladoblea.com" target="_blank">ladoblea</a></p>
<p><a title="Video Mapping - Media Lab" href="http://estadolateral.net/medialab" target="_blank">estadolateral</a></p>
]]></content:encoded>
			<wfw:commentRss>http://socialblogsitewebdesign.com/artmedia-2010-buenos-aires/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erzebet Bathory Photoshoot Video</title>
		<link>http://socialblogsitewebdesign.com/erzebet-bathory-photoshoot-video</link>
		<comments>http://socialblogsitewebdesign.com/erzebet-bathory-photoshoot-video#comments</comments>
		<pubDate>Thu, 07 Oct 2010 01:00:14 +0000</pubDate>
		<dc:creator>Sergio Zambrano</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshoot]]></category>
		<category><![CDATA[producción fotográfica]]></category>
		<category><![CDATA[social video]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://socialblogsitewebdesign.com/?p=391</guid>
		<description><![CDATA[Aqui les presento un video rápidamente editado del photoshoot de Erzebet Bathory, un fabricante de Muebles estilo Luis XV y XVI para la venta y alquiler para eventos. Este video es para el Eventomuebles a realizarse a fin de año en nuestro Showroom en Pilar, destacando nuestras piezas icono, como son los sillones Luis XV. [...]]]></description>
			<content:encoded><![CDATA[<p>Aqui les presento un video rápidamente editado del photoshoot de <a href="http://eventomuebles.com/contacto/buenos-aires">Erzebet Bathory</a>, un fabricante de Muebles estilo Luis XV y XVI para la venta y alquiler para eventos. Este video es para el Eventomuebles a realizarse a fin de año en nuestro Showroom en Pilar, destacando nuestras piezas icono, como son los sillones Luis XV.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" 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/4jL1o1Q_mBE?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/4jL1o1Q_mBE?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.youtube.com/v/4jL1o1Q_mBE">Ver en iPhone</a></p>
]]></content:encoded>
			<wfw:commentRss>http://socialblogsitewebdesign.com/erzebet-bathory-photoshoot-video/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Como solucionar el problema de red de datos en el iPhone4 en Argentina</title>
		<link>http://socialblogsitewebdesign.com/como-solucionar-el-problema-de-red-de-datos-en-el-iphone4-en-argentina</link>
		<comments>http://socialblogsitewebdesign.com/como-solucionar-el-problema-de-red-de-datos-en-el-iphone4-en-argentina#comments</comments>
		<pubDate>Thu, 07 Oct 2010 00:26:02 +0000</pubDate>
		<dc:creator>Sergio Zambrano</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[APN]]></category>
		<category><![CDATA[Argentina]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[datos]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[Movistar]]></category>
		<category><![CDATA[problemas]]></category>

		<guid isPermaLink="false">http://socialblogsitewebdesign.com/?p=384</guid>
		<description><![CDATA[Después de luchar con Movistar (ver artículo anterior IPhone4 with &#8220;no data&#8221; issue) por los repetidos problemas de la red de datos &#8220;No cellular data network found&#8221; y otros como &#8220;Safari is not connected to internet&#8221; (&#8220;No se encontró una red de datos celular&#8221; o &#8220;Safari no está conectado a internet&#8221;) finalmente encontré una solución, [...]]]></description>
			<content:encoded><![CDATA[<p>Después de luchar con Movistar (ver artículo anterior <a href="http://socialblogsitewebdesign.com/iphone-4-with-no-data-issue/">IPhone4 with &#8220;no data&#8221; issue</a>) por los repetidos problemas de la red de datos &#8220;No cellular data network found&#8221; y otros como &#8220;Safari is not connected to internet&#8221; (&#8220;No se encontró una red de datos celular&#8221; o &#8220;Safari no está conectado a internet&#8221;) finalmente encontré una solución, y vino de la mano de Apple. Claro que no la hubiera encontrado si no hubiera usado previamente otra opción extra-oficial que hacía lo mismo, pero aparentemente Apple vió el problema ocurriendo incluso usando el operador &#8220;oficial&#8221;.</p>
<p>En Argentina, la configuración para Movistar (Movistar-ar) provista en el iPhone de fábrica, lo que le llaman el &#8220;bundle&#8221; (Movistar-ar.bundle) trae la configuración correcta, pero por razones extrañas el IPhone no la toma si no se ponen a mano, como si el &#8220;bundle&#8221; o el operador no existieran.</p>
<p>La solución, no es tan fácil para alguien que sólo quiere soluciones. Hay que instalar un programa en Mac o Windows, crear una nueva configuración, poner los datos de APN provistos por Movistar (me dieron datos distintos en distintas ocasiones), enviar el archivo por email a una cuenta activa en el iPhone4 en cuestión, abrir el attachment…<span id="more-384"></span></p>
<h3>Descarga el archivo</h3>
<p>Para que no tengas que descargar la aplicación y tener que complicarte siguiendo tooodos los pasos indicados por apple, bajate el archivo que yo creé para cualquier iPhone con operador Movistar, aqui mismo.</p>
<div class="downloads">
<h4>Download <strong>Configuración APN para Movistar</strong></h4>
<p><a alt="You need to register or login to download this file" title="Photoshop perfect skin retouching: Pore &amp; texture extractor" alt="You need to register or login to download this file" title="You need to register or login to download this file" href="http://socialblogsitewebdesign.com/wp-login.php?action=register&#038;redirect_to=http://socialblogsitewebdesign.com/como-solucionar-el-problema-de-red-de-datos-en-el-iphone4-en-argentina" class="icon-mobileconfig">Movistar_Data.mobileconfig</a></p>
<p class="dlb_linklove"><small>Downloads Box by <a href="http://socialblogsitewebdesign.com" alt="Social Blogsites and Wordpress plugins" title="Social Blogsites and Wordpress plugins" >SocialBlogsiteWebDesign.com</a></small></p>
</div>
<p>Sí, ese archivo es para Movistar. Si tenés tu iPhone con otra compañía, dejame dicho aqui y genero otro nuevo para vos… pero no se porque podrías querer otra compañía, pues Movistar es mas barato x minuto y tiene mas antenas (mejor cobertura)!</p>
]]></content:encoded>
			<wfw:commentRss>http://socialblogsitewebdesign.com/como-solucionar-el-problema-de-red-de-datos-en-el-iphone4-en-argentina/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook and Twitter apps workshop at Universidad de Palermo Live feed</title>
		<link>http://socialblogsitewebdesign.com/facebook-and-twitter-apps-workshop-at-universidad-de-palermo-live-feed</link>
		<comments>http://socialblogsitewebdesign.com/facebook-and-twitter-apps-workshop-at-universidad-de-palermo-live-feed#comments</comments>
		<pubDate>Thu, 23 Sep 2010 23:49:07 +0000</pubDate>
		<dc:creator>Sergio Zambrano</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogsite]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Design Tips]]></category>
		<category><![CDATA[Developer tips]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[buenos aires]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[conferencia]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[evento]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[palermo]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social media week]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[taller]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[universidad]]></category>
		<category><![CDATA[universidad de palermo]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[week]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://socialblogsitewebdesign.com/?p=375</guid>
		<description><![CDATA[Here, I&#8217;ll be streaming live, the &#8220;Twitter and Facebook appications workshop&#8221; as much as I can, held at Universidad de Palermo, for the &#8220;Social Media week, Buenos Aires&#8221; Friday&#8217;s event… Watch live video from socialblogsite on Justin.tv …if I&#8217;m allowed to. Para hacerle honor al social media week, decidí encontrar los medios para hacerlo con [...]]]></description>
			<content:encoded><![CDATA[<p>Here, I&#8217;ll be streaming live, the &#8220;Twitter and Facebook appications workshop&#8221; as much as I can, held at Universidad de Palermo, for the &#8220;Social Media week, Buenos Aires&#8221; Friday&#8217;s event…</p>
<p><object type="application/x-shockwave-flash" height="300" width="480" id="clip_embed_player_flash" data="http://www.justin.tv/widgets/archive_embed_player.swf" bgcolor="#000000"><param name="movie" value="http://www.justin.tv/widgets/archive_embed_player.swf" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="allowFullScreen" value="true" /><param name="flashvars" value="auto_play=false&#038;start_volume=25&#038;title=Social apps&#038;channel=socialblogsite&#038;archive_id=270652930" /></object><br /><a href="http://www.justin.tv/socialblogsite#r=-rid-&#038;s=em" class="trk" style="padding:2px 0px 4px; display:block; width: 320px; font-weight:normal; font-size:10px; text-decoration:underline; text-align:center;">Watch live video from socialblogsite on Justin.tv</a> </p>
<p><img class="alignnone size-large wp-image-376" title="Universidad de Palermo" src="http://socialblogsitewebdesign.com/social_media/advertising_conversion_images/UP-480x313.gif" alt="" width="480" height="313" /></p>
<p>…if I&#8217;m allowed to.</p>
<p>Para hacerle honor al social media week, decidí encontrar los medios para hacerlo con mi teléfono, mas que con equipo profesional. Luego de probar Justin.tv, y su aplicación para iphone, no busqué más, y está probado: funciona. Mañana veremos si me dejan, y aqui debajo vendrá el resumen.</p>
]]></content:encoded>
			<wfw:commentRss>http://socialblogsitewebdesign.com/facebook-and-twitter-apps-workshop-at-universidad-de-palermo-live-feed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

