<?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>illuminea web presence agency &#187; Blogging</title>
	<atom:link href="http://illuminea.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://illuminea.com</link>
	<description>Create and optimize your web presence with blogging &#38; social media strategies</description>
	<lastBuildDate>Sun, 05 Feb 2012 11:39:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Why can&#8217;t I embed YouTube videos in WordPress?</title>
		<link>http://illuminea.com/blogging/why-cant-i-embed-youtube-videos-in-wordpress/</link>
		<comments>http://illuminea.com/blogging/why-cant-i-embed-youtube-videos-in-wordpress/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 16:20:49 +0000</pubDate>
		<dc:creator>Deena</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress embed]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=3194</guid>
		<description><![CDATA[About a year ago, WordPress added a feature that made it ridiculously easy to embed content from various sites (like YouTube, Slideshare, Vimeo) into WordPress sites. How to embed media in WordPress in a second If you want to embed, for example, a YouTube video in a post, all you do is paste the URL of the [...]
Related posts:<ol>
<li><a href='http://illuminea.com/new-media/blogging-and-social-media-for-marketing-and-creating-videos-presentations-from-techshoret/' rel='bookmark' title='Blogging and social media for marketing and creating videos &#8211; presentations from Techshoret'>Blogging and social media for marketing and creating videos &#8211; presentations from Techshoret</a> <small>About a month ago I spoke at the Techshoret Conference...</small></li>
<li><a href='http://illuminea.com/blogging/new-course-in-wordpress-web-design-and-development/' rel='bookmark' title='New! Course in WordPress web design and development'>New! Course in WordPress web design and development</a> <small>illuminea college is offering an amazing course through which you&#8217;ll...</small></li>
<li><a href='http://illuminea.com/wordpress/automattic-creates-a-vertical-blog-source-with-foodpress-on-wordpress-com/' rel='bookmark' title='Automattic creates a vertical blog source with FoodPress on WordPress.com'>Automattic creates a vertical blog source with FoodPress on WordPress.com</a> <small>Automattic, the company behind WordPress and WordPress.com has taken a...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>About a year ago, <a href="http://illuminea.com/services/wordpress-blogs-websites/" rel="nofollow" title="WordPress site development services by illuminea" >WordPress</a> added a feature that made it ridiculously easy to embed content from <a href="http://codex.wordpress.org/Embeds#Okay.2C_So_What_Sites_Can_I_Embed_From.3F" rel="nofollow"  target="_blank">various sites</a> (like YouTube, Slideshare, Vimeo) into WordPress sites.</p>
<h2>How to embed media in WordPress in a second</h2>
<p>If you want to embed, for example, a YouTube video in a post, all you do is paste the URL of the video into the editor, unlink it and save/publish. See our <a href="http://wpgarage.com/tips/embed-html-iframes-wordpress/" rel="nofollow" title="The ultimate guide to embedding HTML and iframes in WordPress"  target="_blank">ultimate guide to embedding HTML and iframes in WordPress</a> on <a href="http://wpgarage.com" rel="nofollow" title="WP Garage"  target="_blank">WPGarage</a> for more info on how this works.</p>
<p>The problem is that it doesn&#8217;t seem to work 100% of the time. Luckily, there&#8217;s usually a reason for this. So if you&#8217;re having trouble embedding media in your WordPress site, see if the following tips help you out.</p>
<h2>1. Your WordPress site isn&#8217;t set to enable embeds of this kind.</h2>
<p>Whenever you set up a WordPress site, you have the option to allow embeds or not. Make sure you&#8217;ve chosen this option.</p>
<ol>
<li>Go to Settings &gt; Media.</li>
<li>Under Embeds check the option: &#8220;When possible, embed the media content from a URL directly onto the page. For example: links to Flickr and YouTube.&#8221;</li>
<li>Save changes.</li>
</ol>
<h2>2. You aren&#8217;t using the right link</h2>
<p>It&#8217;s possible you aren&#8217;t using the right link. For example, maybe you copied the link of a channel instead of an individual video.</p>
<p>Here is an example of a URL that won&#8217;t work:</p>
<p><a href="http://www.youtube.com/illuminea#p/u/1/LlSeZIHroNw" rel="nofollow"  target="_blank">http://www.youtube.com/illuminea#p/u/1/LlSeZIHroNw</a></p>
<p>Instead, the URL should look something like this:</p>
<p><a href="http://www.youtube.com/watch?v=LlSeZIHroNw" rel="nofollow" >http://www.youtube.com/watch?v=LlSeZIHroNw</a></p>
<p>Lets see it work (all I did was un-hyperlink the above link to get the embedded video below):</p>
<p><object width="500" height="281"><param name="movie" value="http://www.youtube.com/v/LlSeZIHroNw?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LlSeZIHroNw?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="281" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Man, it&#8217;s so easy I could spit!</p>
<h2>3. Extra code is messing things up</h2>
<p>Maybe extra code is being added to the WordPress editor without you realizing. Try embedding the link into the HTML editor instead of the Visual one. If you see any extra code aside from the link itself, remove it.</p>
<h2>4. The YouTube user isn&#8217;t allowing embeddings of their media</h2>
<p>When someone uploads a video to YouTube, they can choose whether or not others will be able to embed their video around the web. If they chose not to allow it, no matter what you do, you won&#8217;t be able to embed it into your site.</p>
<p>Want to know how to change the embedding settings on one of your YouTube videos? Here&#8217;s how:</p>
<ol>
<li>Make sure you&#8217;re logged into YouTube (with your Google account).</li>
<li>Click on the arrow next to your username in the top right-hand corner.</li>
<li>Click on My Videos.</li>
<li>Click Edit info on the video you want to edit.</li>
<li>Scroll down to Embedding and click the arrow next to it in order to see the two options.</li>
<li>Choose whether or not external sites will be able to embed your video.</li>
<li>Click Save Changes.</li>
</ol>
<div><img class="aligncenter size-full wp-image-3245" title="youtube embedding settings" src="http://illuminea.com/new08/wp-content/uploads/2011/11/youtube-embedding-settings.png" alt="youtube embedding settings Why cant I embed YouTube videos in WordPress?" width="384" height="392" /></div>
<h2>Anything else?</h2>
<p>These are the problems we&#8217;ve found that prevent the awesome WordPress embed function from working. Have you found any other issues that don&#8217;t allow you to embed using links in WordPress?</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/new-media/blogging-and-social-media-for-marketing-and-creating-videos-presentations-from-techshoret/' rel='bookmark' title='Blogging and social media for marketing and creating videos &#8211; presentations from Techshoret'>Blogging and social media for marketing and creating videos &#8211; presentations from Techshoret</a> <small>About a month ago I spoke at the Techshoret Conference...</small></li>
<li><a href='http://illuminea.com/blogging/new-course-in-wordpress-web-design-and-development/' rel='bookmark' title='New! Course in WordPress web design and development'>New! Course in WordPress web design and development</a> <small>illuminea college is offering an amazing course through which you&#8217;ll...</small></li>
<li><a href='http://illuminea.com/wordpress/automattic-creates-a-vertical-blog-source-with-foodpress-on-wordpress-com/' rel='bookmark' title='Automattic creates a vertical blog source with FoodPress on WordPress.com'>Automattic creates a vertical blog source with FoodPress on WordPress.com</a> <small>Automattic, the company behind WordPress and WordPress.com has taken a...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/why-cant-i-embed-youtube-videos-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Set Up a Branded Feedburner URL</title>
		<link>http://illuminea.com/blogging/how-to-set-up-branded-feedburner-url/</link>
		<comments>http://illuminea.com/blogging/how-to-set-up-branded-feedburner-url/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 23:22:31 +0000</pubDate>
		<dc:creator>Illuminea Team</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=2636</guid>
		<description><![CDATA[RSS feeds allow people to subscribe to get updated about your site or blog&#8217;s newest posts, usually via tools called feed readers (Google Reader is a well-known, free option). This is a nice feature, but like all things web we want to be able to measure this metric too and know how many people are [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/what-is-rss-and-how-do-i-use-it/' rel='bookmark' title='What is RSS and how do I use it?'>What is RSS and how do I use it?</a> <small>You&#8217;ve heard about RSS, you&#8217;ve seen the little RSS icons,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/RSS" rel="nofollow" title="RSS in Wikipedia"  target="_blank">RSS feeds</a> allow people to subscribe to get updated about your site or blog&#8217;s newest posts, usually via tools called feed readers (<a href="http://google.com/reader" rel="nofollow" title="Google Reader"  target="_blank">Google Reader</a> is a well-known, free option). This is a nice feature, but like all things web we want to be able to measure this metric too and know how many people are subscribing, and how they are using the feed.</p>
<p><a href="http://feedburner.google.com" rel="nofollow" title="Feedburner"  target="_blank">Feedburner</a> is the only tool available that allows you to measure the number of people subscribed to your feed. It also allows you to offer people an email subscription option, which automatically sends them new posts by email if they subscribe to that option.</p>
<p>In order to measure the feed subscribers via feed reader, you need to redirect your blog&#8217;s feed to a Feedburner URL. Most of the time, people use the regular Feedburner URL that looks like feeds.feedburner.com/MyFeed. But you can also have a branded feed URL like http://feeds.illuminea.com/illumineaBlog. Here&#8217;s how to do it:</p>
<p>1. Go to <a href="http://feedburner.google.com/fb/a/mybrand" rel="nofollow" >http://feedburner.google.com/fb/a/mybrand</a> and login with your Google account. Copy the higlighted text after CNAME.</p>
<p><img title="mybrand" src="http://illuminea.com/new08/wp-content/uploads/2011/02/mybrand.png" alt="mybrand How to Set Up a Branded Feedburner URL" width="455" height="250" /></p>
<p>2. Go into your cPanel where your domain is hosted and open the Simple DNS Zone Editor:</p>
<p><img title="simpledns" src="http://illuminea.com/new08/wp-content/uploads/2011/02/simpledns.png" alt="simpledns How to Set Up a Branded Feedburner URL" width="92" height="74" /></p>
<p>3. Add a CNAME as follows. In the Name field, type in: <strong>feeds</strong> In the CNAME field, paste in the highlighted text. The cPanel automatically fills in info to create a subdomain: feeds.thedomain.com. Basically, Google/Feedburner has you set up a subdomain that points to Google&#8217;s servers so they can serve the feed on your subdomain.</p>
<p><img title="cname" src="http://illuminea.com/new08/wp-content/uploads/2011/02/cname.png" alt="cname How to Set Up a Branded Feedburner URL" width="269" height="146" /></p>
<p>4. Wait up to 24 hours for propogation to finish. You can tell when it&#8217;s finished by going to feeds.yourdomain.com and getting a login page instead of a 404 error page.<br />
5. Go to <a href="http://feedburner.google.com/fb/a/mybrand" rel="nofollow" >http://feedburner.google.com/fb/a/mybrand</a> and fill in your feeds.yourdomain.com where designated on the page.<br />
6. Click Activate.<br />
7. Check to see if it&#8217;s working. Your feed should look something like this:  http://feeds.illuminea.com/illumineaBlog<br />
8. Make sure to change the URL everywhere that a link to your RSS Feed appears but note that people can still sign up to your old URL: feeds.feedburner.com/illumineaBlog so you won&#8217;t lose out on any followers.</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/what-is-rss-and-how-do-i-use-it/' rel='bookmark' title='What is RSS and how do I use it?'>What is RSS and how do I use it?</a> <small>You&#8217;ve heard about RSS, you&#8217;ve seen the little RSS icons,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/how-to-set-up-branded-feedburner-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New! Course in WordPress web design and development</title>
		<link>http://illuminea.com/blogging/new-course-in-wordpress-web-design-and-development/</link>
		<comments>http://illuminea.com/blogging/new-course-in-wordpress-web-design-and-development/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 08:29:37 +0000</pubDate>
		<dc:creator>Deena</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[building websites]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[website development]]></category>
		<category><![CDATA[wordpress course]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=2454</guid>
		<description><![CDATA[illuminea college is offering an amazing course through which you&#8217;ll learn all the basics you need to know in order to get a website up and running using WordPress. Why WordPress? WordPress is an open source Content Management System (CMS). Basically this means that regular people like you and me can, relatively very easily, build [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/illuminea-has-a-new-site-design/' rel='bookmark' title='illuminea has a new site design!'>illuminea has a new site design!</a> <small>Yes, we&#8217;ve revamped our website, and it&#8217;s about time! If...</small></li>
<li><a href='http://illuminea.com/blogging/why-cant-i-embed-youtube-videos-in-wordpress/' rel='bookmark' title='Why can&#8217;t I embed YouTube videos in WordPress?'>Why can&#8217;t I embed YouTube videos in WordPress?</a> <small>About a year ago, WordPress added a feature that made...</small></li>
<li><a href='http://illuminea.com/blogging/why-dont-israelis-design-for-firefox/' rel='bookmark' title='Why don&#8217;t Israelis Design for Firefox?'>Why don&#8217;t Israelis Design for Firefox?</a> <small>I love Firefox. I loved it before version 2.0, and...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://college.illuminea.com" rel="nofollow" ><img class="alignright size-medium wp-image-2455" title="illuminea college logo" src="http://illuminea.com/new08/wp-content/uploads/2010/12/illuminea-college-logo-300x213.png" alt="illuminea college logo 300x213 New! Course in WordPress web design and development" width="300" height="213" /></a>illuminea college is offering an amazing course through which you&#8217;ll learn all the basics you need to know in order to get a website up and running using WordPress.</p>
<h4>Why WordPress?</h4>
<p>WordPress is an <a href="http://en.wikipedia.org/wiki/Open_source" rel="nofollow"  target="_blank">open source</a> <a href="http://en.wikipedia.org/wiki/Content_management_system" rel="nofollow"  target="_blank">Content Management System</a> (CMS). Basically this means that regular people like you and me can, relatively very easily, build and tweak websites that are cool, clear, professional and unique.</p>
<h4>What is the course exactly?</h4>
<p><strong>When:</strong> Starts Feb. 15, 2011. 9:30am-1:30pm Tuesdays for 8 weeks.</p>
<p><strong>Where: </strong><a href="http://illuminea.com/contact-us/" rel="nofollow"  target="_self">Our office in Jerusalem</a></p>
<p><strong>What:</strong> Here is the course outline:</p>
<ol>
<li>HTML</li>
<li>CSS</li>
<li>How do websites and internet work? (And how to get mine to work)</li>
<li>Familiarizing yourself with WordPress part 1</li>
<li>Familiarizing yourself with WordPress part 2</li>
<li>Working with template files</li>
<li>Programming 101</li>
<li>Social networks, SEO, RSS&#8230;</li>
</ol>
<p><strong>Who&#8217;s teaching?</strong> Us, the illuminea team, will be teaching the course. We are the ones who work with WordPress every day and are very excited to share our knowledge with others!</p>
<p><strong>Price:</strong> The course is 4,300 NIS though you&#8217;ll get a 10% discount if you sign up before January 13 and a 15% discount if you&#8217;re already an illuminea client. You will receive three months free hosting of your website and a certificate at the end.</p>
<h4>Language</h4>
<p>We decided that we&#8217;ll first offer the course in Hebrew. You can see <a href="http://college.illuminea.com/" rel="nofollow"  target="_self">our landing page for the course here</a>.</p>
<p>Please <a href="mailto:admin@illuminea.com" rel="nofollow" >let us know</a> if you have any questions and/or if you may be interested in attending this or a different course later on in English.</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/illuminea-has-a-new-site-design/' rel='bookmark' title='illuminea has a new site design!'>illuminea has a new site design!</a> <small>Yes, we&#8217;ve revamped our website, and it&#8217;s about time! If...</small></li>
<li><a href='http://illuminea.com/blogging/why-cant-i-embed-youtube-videos-in-wordpress/' rel='bookmark' title='Why can&#8217;t I embed YouTube videos in WordPress?'>Why can&#8217;t I embed YouTube videos in WordPress?</a> <small>About a year ago, WordPress added a feature that made...</small></li>
<li><a href='http://illuminea.com/blogging/why-dont-israelis-design-for-firefox/' rel='bookmark' title='Why don&#8217;t Israelis Design for Firefox?'>Why don&#8217;t Israelis Design for Firefox?</a> <small>I love Firefox. I loved it before version 2.0, and...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/new-course-in-wordpress-web-design-and-development/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mapping a wordpress.com blog from scratch: Part two &#8211; the mapping</title>
		<link>http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-two-the-mapping/</link>
		<comments>http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-two-the-mapping/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 10:06:03 +0000</pubDate>
		<dc:creator>Deena</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[domain mapping]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress.com]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=1971</guid>
		<description><![CDATA[Read part one here in order to learn how to buy a domain name. Step II: Time to start mapping You own your dream domain! Don&#8217;t leave the domain provider site yet. Here is how to change the Nameservers in name.com. Click on the cute “Account” man button at the top of the page: You’ll arrive [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-one-purchasing-a-domain-name/' rel='bookmark' title='Mapping a wordpress.com blog from scratch: Part one &#8211; purchasing a domain name'>Mapping a wordpress.com blog from scratch: Part one &#8211; purchasing a domain name</a> <small>Who is this tutorial for? This tutorial is helpful to...</small></li>
<li><a href='http://illuminea.com/wordpress/automattic-creates-a-vertical-blog-source-with-foodpress-on-wordpress-com/' rel='bookmark' title='Automattic creates a vertical blog source with FoodPress on WordPress.com'>Automattic creates a vertical blog source with FoodPress on WordPress.com</a> <small>Automattic, the company behind WordPress and WordPress.com has taken a...</small></li>
<li><a href='http://illuminea.com/blogging/4-steps-to-a-really-professional-blog-rpb/' rel='bookmark' title='4 steps to a really professional blog (RPB)'>4 steps to a really professional blog (RPB)</a> <small>More and more professionals are starting their own blogs. There...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-one-purchasing-a-domain-name/" rel="nofollow" >Read part one here</a></strong><strong> in order to learn how to buy a domain name.</strong></p>
<h2>Step II: Time to start mapping</h2>
<p>You own your dream domain! Don&#8217;t leave the domain provider site yet. Here is how to change the Nameservers in name.com.</p>
<p>Click on the cute “Account” man button at the top of the page:</p>
<p><a href="http://illuminea.com/new08/wp-content/uploads/2010/09/account-button.jpg"><img title="account button" src="http://illuminea.com/new08/wp-content/uploads/2010/09/account-button.jpg" alt="account button Mapping a wordpress.com blog from scratch: Part two   the mapping" width="558" height="47" /></a></p>
<p>You’ll arrive at a page like this:</p>
<p><a href="http://illuminea.com/new08/wp-content/uploads/2010/09/account-page.jpg"><img title="account page" src="http://illuminea.com/new08/wp-content/uploads/2010/09/account-page.jpg" alt="account page Mapping a wordpress.com blog from scratch: Part two   the mapping" width="413" height="101" /></a></p>
<p>Click on the info button of the domain you want to map to. You’ll get a pop up page and on the right it says Nameservers with a list under it.</p>
<p>To the right of Nameservers it says “edit.” Click on that button.</p>
<p><a href="http://illuminea.com/new08/wp-content/uploads/2010/09/domain-management.jpg"><img title="domain management" src="http://illuminea.com/new08/wp-content/uploads/2010/09/domain-management.jpg" alt="domain management Mapping a wordpress.com blog from scratch: Part two   the mapping" width="467" height="316" /></a></p>
<p>Insert the code from wordpress.com:</p>
<p>NS1.WORDPRESS.COM<br />
NS2.WORDPRESS.COM<br />
NS3.WORDPRESS.COM</p>
<p>And remove the code that was there before.</p>
<p>Click Update and now lets move into the wordpress.com site.</p>
<h2>Step III: Make changes in wordpress.</h2>
<p>Make sure you&#8217;re logged into wordpress.com. Also make sure you&#8217;re in the the dashboard of the correct blog!!!</p>
<p>In the dashboard of the blog, along the left run a bunch of buttons. At the bottom is Settings and inside Settings is Domains. Click on that.</p>
<p><a href="http://illuminea.com/new08/wp-content/uploads/2010/09/settings-domains-in-wordpress1.jpg"><img title="settings - domains in wordpress" src="http://illuminea.com/new08/wp-content/uploads/2010/09/settings-domains-in-wordpress1.jpg" alt="settings domains in wordpress1 Mapping a wordpress.com blog from scratch: Part two   the mapping" width="180" height="290" /></a></p>
<p><a href="http://illuminea.com/new08/wp-content/uploads/2010/09/settings-domains-in-wordpress1.jpg"></a>You&#8217;ll be prompted to add a domain. Write in the one you just purchased:</p>
<p><a href="http://illuminea.com/new08/wp-content/uploads/2010/09/add-a-domain-in-wordpress1.jpg"><img title="add a domain in wordpress" src="http://illuminea.com/new08/wp-content/uploads/2010/09/add-a-domain-in-wordpress1.jpg" alt="add a domain in wordpress1 Mapping a wordpress.com blog from scratch: Part two   the mapping" width="395" height="178" /></a></p>
<p><a href="http://illuminea.com/new08/wp-content/uploads/2010/09/add-a-domain-in-wordpress1.jpg"></a>After you click Add domain to blog, you&#8217;ll be prompted to purchase the credits needed to pay for the mapping. Once you finish with that purchase, go back to Settings &#8211;&gt; Domains. Click on the new domain which you want to act as your primary domain.</p>
<p><a href="http://illuminea.com/new08/wp-content/uploads/2010/09/change-primary-domain.jpg"><img title="change primary domain" src="http://illuminea.com/new08/wp-content/uploads/2010/09/change-primary-domain-1024x134.jpg" alt="change primary domain 1024x134 Mapping a wordpress.com blog from scratch: Part two   the mapping" width="491" height="64" /></a></p>
<h2>Step IV: Check out your new domain!</h2>
<p>Go to the new address of your site, make sure it works, feel very proud and then tell the world!</p>
<p>Good job!</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-one-purchasing-a-domain-name/' rel='bookmark' title='Mapping a wordpress.com blog from scratch: Part one &#8211; purchasing a domain name'>Mapping a wordpress.com blog from scratch: Part one &#8211; purchasing a domain name</a> <small>Who is this tutorial for? This tutorial is helpful to...</small></li>
<li><a href='http://illuminea.com/wordpress/automattic-creates-a-vertical-blog-source-with-foodpress-on-wordpress-com/' rel='bookmark' title='Automattic creates a vertical blog source with FoodPress on WordPress.com'>Automattic creates a vertical blog source with FoodPress on WordPress.com</a> <small>Automattic, the company behind WordPress and WordPress.com has taken a...</small></li>
<li><a href='http://illuminea.com/blogging/4-steps-to-a-really-professional-blog-rpb/' rel='bookmark' title='4 steps to a really professional blog (RPB)'>4 steps to a really professional blog (RPB)</a> <small>More and more professionals are starting their own blogs. There...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-two-the-mapping/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mapping a wordpress.com blog from scratch: Part one &#8211; purchasing a domain name</title>
		<link>http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-one-purchasing-a-domain-name/</link>
		<comments>http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-one-purchasing-a-domain-name/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 10:06:25 +0000</pubDate>
		<dc:creator>Deena</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[mapping a domain]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress.com]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=1911</guid>
		<description><![CDATA[Who is this tutorial for? This tutorial is helpful to someone who has decided to have a wordpress.com blog but wants to look cooler or more professional by using a custom domain like deenascreations.com instead of the standard wordpress.com domain like deenascreations.wordpress.com. Notice that both of those links go to the same place? Once you [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-two-the-mapping/' rel='bookmark' title='Mapping a wordpress.com blog from scratch: Part two &#8211; the mapping'>Mapping a wordpress.com blog from scratch: Part two &#8211; the mapping</a> <small>Read part one here in order to learn how to...</small></li>
<li><a href='http://illuminea.com/wordpress/automattic-creates-a-vertical-blog-source-with-foodpress-on-wordpress-com/' rel='bookmark' title='Automattic creates a vertical blog source with FoodPress on WordPress.com'>Automattic creates a vertical blog source with FoodPress on WordPress.com</a> <small>Automattic, the company behind WordPress and WordPress.com has taken a...</small></li>
<li><a href='http://illuminea.com/blogging/4-steps-to-a-really-professional-blog-rpb/' rel='bookmark' title='4 steps to a really professional blog (RPB)'>4 steps to a really professional blog (RPB)</a> <small>More and more professionals are starting their own blogs. There...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>Who is this tutorial for?</h2>
<p>This tutorial is helpful to someone who has decided to have a wordpress.com blog but wants to look cooler or more professional by using a custom domain like <a href="http://deenascreations.com/" rel="nofollow" >deenascreations.com</a> instead of the standard wordpress.com domain like <a href="http://deenascreations.wordpress.com/" rel="nofollow" >deenascreations.wordpress.com</a>. Notice that both of those links go to the same place? Once you map your domain, you&#8217;ll be able to tell everyone your more impressive URL without the .wordpress.com part.</p>
<p>This is relatively easy to accomplish (just follow the instructions in this post) and then you will look oh so impressive and no one needs to know that it cost oh so little.</p>
<h2>So, how much <em>will </em>it cost?</h2>
<p>According to the current prices, around $10US per year will go to wordpress.com for the mapping and another amount will go to your domain provider of choice (the price depends on a few factors but the price of a “regular” domain is around $10US/year). You will need an American/Canadian or international credit card in order to fill these transactions.</p>
<h2>Step I: Purchase a domain name</h2>
<p>I am assuming you already signed up to wordpress.com and own a domain name there. It will look something like: iamwonderful.wordpress.com.</p>
<p>Now you need to purchase a custom domain. We currently recommend using <a href="http://name.com" rel="nofollow" >name.com</a> for this. Generally the way it works is that you own the domain name for a year and then have an option to pay for another year. When signing up to name.com, make sure to use an email address that you check regularly so you will get the notification when it’s time to renew the domain. Either that or you can set it up for automatic renewal.</p>
<p>So now, search for the domain name of your dreams. Enter any name in the space. Remember that:</p>
<ol>
<li>It&#8217;s nice though unnecessary that both your .wordpress.com domain and your .com domain have the same name.</li>
<li>Don&#8217;t write any ending. So, for example, just write &#8220;iwishiweredeena&#8221; without .com.</li>
</ol>
<p>Click enter and you&#8217;ll get results telling you which domains are available for that name. Here is an example:</p>
<p style="text-align: center;"><a href="http://illuminea.com/new08/wp-content/uploads/2010/09/searching-for-domain.jpg"><img class="aligncenter size-large wp-image-1912" title="searching for domain" src="http://illuminea.com/new08/wp-content/uploads/2010/09/searching-for-domain-1024x531.jpg" alt="searching for domain 1024x531 Mapping a wordpress.com blog from scratch: Part one   purchasing a domain name" width="491" height="255" /></a></p>
<p>Of course most people will agree that a .com domain is preferable over any of the other endings but on the other hand, sometimes it’s just too difficult to find an appropriate domain name with .com. You need to decide which one best fits your goals. (I personally think .co is also a cool option that recently came out but all endings are second to .com.)</p>
<p>Now check off the domain you want and click the checkout button.</p>
<p>Now you get to this page:</p>
<p style="text-align: center;"><a href="http://illuminea.com/new08/wp-content/uploads/2010/09/checkout-review-name.jpg"><img class="aligncenter size-large wp-image-1917" title="checkout review name" src="http://illuminea.com/new08/wp-content/uploads/2010/09/checkout-review-name-1024x535.jpg" alt="checkout review name 1024x535 Mapping a wordpress.com blog from scratch: Part one   purchasing a domain name" width="491" height="257" /></a></p>
<p>It’s a good idea to purchase the Whois Privacy so that not just anyone can have access to the information regarding who owns this domain. I recommend unclicking Google Apps for now. Google Apps is the way to host your email address on Google but that&#8217;s a whole other story.</p>
<p>Now create an account with name.com.</p>
<p>Pay for the domain.</p>
<p><strong>Continue to <a href="http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-two-the-mapping/" rel="nofollow"  title="" target="">the second and final part</a> of this tutorial.</strong></p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-two-the-mapping/' rel='bookmark' title='Mapping a wordpress.com blog from scratch: Part two &#8211; the mapping'>Mapping a wordpress.com blog from scratch: Part two &#8211; the mapping</a> <small>Read part one here in order to learn how to...</small></li>
<li><a href='http://illuminea.com/wordpress/automattic-creates-a-vertical-blog-source-with-foodpress-on-wordpress-com/' rel='bookmark' title='Automattic creates a vertical blog source with FoodPress on WordPress.com'>Automattic creates a vertical blog source with FoodPress on WordPress.com</a> <small>Automattic, the company behind WordPress and WordPress.com has taken a...</small></li>
<li><a href='http://illuminea.com/blogging/4-steps-to-a-really-professional-blog-rpb/' rel='bookmark' title='4 steps to a really professional blog (RPB)'>4 steps to a really professional blog (RPB)</a> <small>More and more professionals are starting their own blogs. There...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-one-purchasing-a-domain-name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hot July events from our Israel hi-tech and business events calendar</title>
		<link>http://illuminea.com/blogging/hot-july-events-from-our-israel-hi-tech-and-business-events-calendar/</link>
		<comments>http://illuminea.com/blogging/hot-july-events-from-our-israel-hi-tech-and-business-events-calendar/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 10:09:06 +0000</pubDate>
		<dc:creator>Illuminea Team</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=1747</guid>
		<description><![CDATA[Ya feel the weather getting hotter outside? WRONG! You are feeling the hot July events sizzling off the illuminea calendar that you DO NOT WANT TO MISS! Here is just a glimpse of what is going on. To get caught up on all the latest event check out the illuminea events calendar! July 6, 2010. [...]
Related posts:<ol>
<li><a href='http://illuminea.com/events/sizzling-august-events-from-our-israel-hi-tech-and-business-events-calendar/' rel='bookmark' title='Sizzling August events from our Israel hi-tech and business events calendar'>Sizzling August events from our Israel hi-tech and business events calendar</a> <small>We know it&#8217;s hot outside but these events are too...</small></li>
<li><a href='http://illuminea.com/events/fresh-may-events-from-our-israel-hi-tech-and-business-events-calendar/' rel='bookmark' title='Fresh May events from our Israel hi-tech and business events calendar'>Fresh May events from our Israel hi-tech and business events calendar</a> <small>You might have sunshine on a cloudy day, but you...</small></li>
<li><a href='http://illuminea.com/events/featured-april-business-hitech-israel-events/' rel='bookmark' title='Featured April events from our hi-tech and business events calendar'>Featured April events from our hi-tech and business events calendar</a> <small>We know how tough it can be to keep track...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ya feel the weather getting hotter outside? WRONG! You are feeling the hot July events sizzling off the illuminea calendar that you DO NOT WANT TO MISS!</p>
<p>Here is just a glimpse of what is going on. To get caught up on all the latest event check out the <a href="http://illuminea.com/events/" rel="nofollow" title="illuminea Israel hi-tech and business events calendar" >illuminea events calendar</a>!</p>
<p><img class="alignleft size-full wp-image-1749" title="140" src="http://illuminea.com/new08/wp-content/uploads/2010/06/1401.png" alt="1401 Hot July events from our Israel hi tech and business events calendar" width="49" height="60" /> <strong>July 6, 2010. Tel Aviv, Israel.</strong><a href="http://140conf.com/" rel="nofollow" ></a><a href="http://140conf.com/" rel="nofollow" title="140 Characters Conference" >The #140conf</a>. The #140conf Tel Aviv  conference will be a place for people to share their passion about the  real-time web and it&#8217;s ongoing effects on both business and on people.</p>
<p><img class="alignleft size-full wp-image-1751" title="eventbrite" src="http://illuminea.com/new08/wp-content/uploads/2010/06/eventbrite.png" alt="eventbrite Hot July events from our Israel hi tech and business events calendar" width="90" height="51" /> <strong>July 14-16, 2010. Tel Aviv, Israel. </strong><a href="http://www.eventbrite.com/event/708467044" rel="nofollow" title="Eventbrite, Start-up Weekend" >Start-up Weekend 2010. </a>Startup  Weekend has been introduced to over 15,000 entrepreneurs in more  than  100 cities around the world. Founded in June 2007, Startup Weekend   provides a platform to pitch an idea, build the concept and present it   to the audience in around 50 hours. At least 500 companies have been   created over the lifetime of the worldwide event raising more than $2M   in financing. This Startup Weekend will be held in The Peres Center for  Peace’s  facility. The event is planned to be significantly larger with  160  attendees and will offer more <a href="../../services/" rel="nofollow" title="services" >services</a> than before. The  Center will work  with the management team in bringing Israeli &amp;  Arab entrepreneurs  and “startupists” from the ICT community in Israel  as well as the  Palestinian Authority.</p>
<p><img class="alignleft size-full wp-image-1752" title="Aran" src="http://illuminea.com/new08/wp-content/uploads/2010/06/Aran.gif" alt="Aran Hot July events from our Israel hi tech and business events calendar" width="93" height="68" /><strong>July 21, 2010. Tel Aviv, Israel. </strong>Hottest Trends and  Innovations in the Digital Signage Market!. Aran Electronics will uphold a special seminar for marketing people to   reveal the hottest trends and innovations in the Digital Signage market.   The seminar will take place on July 21st at “Yafe Lee”-Park Hayarkon,   Tel Aviv- between 09:30 – 12:30. Admission is free but subjected to   early registration [limited seats). Come and learn how you can recruit  the most powerful marketing tool to  the advantage of your organization!</p>
<p>To check out what other exciting event are happening this July visit our <a href="http://illuminea.com/events/july-2010/" rel="nofollow" title="July Israel business events" >July calendar page</a>.  To plan ahead, view<a href="../../events/" rel="nofollow" title="calendar page" > illuminea&#8217;s calendar page</a>.</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/events/sizzling-august-events-from-our-israel-hi-tech-and-business-events-calendar/' rel='bookmark' title='Sizzling August events from our Israel hi-tech and business events calendar'>Sizzling August events from our Israel hi-tech and business events calendar</a> <small>We know it&#8217;s hot outside but these events are too...</small></li>
<li><a href='http://illuminea.com/events/fresh-may-events-from-our-israel-hi-tech-and-business-events-calendar/' rel='bookmark' title='Fresh May events from our Israel hi-tech and business events calendar'>Fresh May events from our Israel hi-tech and business events calendar</a> <small>You might have sunshine on a cloudy day, but you...</small></li>
<li><a href='http://illuminea.com/events/featured-april-business-hitech-israel-events/' rel='bookmark' title='Featured April events from our hi-tech and business events calendar'>Featured April events from our hi-tech and business events calendar</a> <small>We know how tough it can be to keep track...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/hot-july-events-from-our-israel-hi-tech-and-business-events-calendar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Tips for Writing a Great CV</title>
		<link>http://illuminea.com/blogging/10-tips-for-writing-a-great-cv/</link>
		<comments>http://illuminea.com/blogging/10-tips-for-writing-a-great-cv/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 07:50:22 +0000</pubDate>
		<dc:creator>Illuminea Team</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[CommuniTech]]></category>
		<category><![CDATA[CV]]></category>
		<category><![CDATA[Elinor Bat-Genstein]]></category>
		<category><![CDATA[Resume]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=1381</guid>
		<description><![CDATA[10 Tips for Writing a Great CV Guest post by Elinor Bat-Genstein, Founder &#38; Managing Partner of CommuniTech. Elinor has worked as Marketing Director, Product Marketing Manager, and Sales Operation Manager in the Israel high-tech industry since 1996. Elinor established CommuniTech in order to develop best practices and domain expertise, with a special emphasis on Product Marketing [...]
Related posts:<ol>
<li><a href='http://illuminea.com/bootstrapping/8-bootstrapping-tips-that-will-cut-costs-today/' rel='bookmark' title='8 Bootstrapping Tips That Will Cut Costs Today'>8 Bootstrapping Tips That Will Cut Costs Today</a> <small>The following is a guest post by Heather Johnson. Her...</small></li>
<li><a href='http://illuminea.com/blogging/presentation-from-f5-refreshing-why-blogs-are-so-great-for-seo/' rel='bookmark' title='Presentation from F5-Refreshing: Why blogs are so great for SEO'>Presentation from F5-Refreshing: Why blogs are so great for SEO</a> <small>A little over a week ago I spoke at the...</small></li>
<li><a href='http://illuminea.com/bootstrapping/6-tips-for-cleaning-up-your-computer-for-pessach/' rel='bookmark' title='6 tips for cleaning up your computer (for Pessach)'>6 tips for cleaning up your computer (for Pessach)</a> <small>With Pessach around the corner, many people are busy scrubbing...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>10 Tips for Writing a Great CV</strong> <em>Guest post by Elinor Bat-Genstein, Founder &amp; Managing Partner of CommuniTech. Elinor has worked as Marketing Director, Product Marketing Manager, and Sales Operation Manager in the Israel high-tech industry since 1996. Elinor established CommuniTech in order to develop best practices and domain expertise, with a special emphasis on Product Marketing for global companies, so as to utilize her personal strength in this domain.</em></p>
<p><em>Today CommuniTech is concentrating on placement of, and training for, Marketing and Sales position worldwide. Growing up in Paris gives Elinor a clear advantage while helping Israeli organizations in placement projects for their European subsidiaries. Before founding CommuniTech, Elinor was the marketing director at the Israeli Mobile Association (IMA), Global Director of Marketing at Personeta, and Product Marketing Manager at Amdocs, from where she has a vast and global network of candidates. Learn more about Communitech here: <a href="http://www.communitech.co.il/" rel="nofollow"  target="_blank">www.communitech.co.il</a>.</em></p>
<p>Today when the market is full of excellent candidates – the first buffer for you to get an interview is your CV. Your CV is your most important marketing tool – worth investing.</p>
<p><img class="alignnone size-full wp-image-1399" title="front" src="http://illuminea.com/new08/wp-content/uploads/2010/03/front.jpg" alt="front  10 Tips for Writing a Great CV" width="272" height="500" /></p>
<p>1. Personal Details – Must: Name/ Phone number and email</p>
<p><strong>Do not forget email</strong>; companies use it for communication!</p>
<p>You can add other parameters like if you are born elsewhere – but <strong>marital status, children and your age are not </strong>relevant for getting a job and should not be listed</p>
<p>and no picture on the CV</p>
<p>2. Try <strong>not to exceed 2 pages </strong>(and yes – we know you have a lot to write about yourself)</p>
<p><img class="alignnone size-full wp-image-1382" title="cv" src="http://illuminea.com/new08/wp-content/uploads/2010/03/cv.jpg" alt="cv  10 Tips for Writing a Great CV" width="232" height="279" /></p>
<p><strong>Do not have more than 5 bullets on each position</strong></p>
<p>3. Font: people are reading your CV.</p>
<p>If you want recruiters to like you use: Ariel font – size 11</p>
<p>4. Colors: I personally adore it; if someone is writing the company names in another color, it makes it easy to follow</p>
<p>5. Companies&#8217; logo – if you worked for well known companies – add the logo to the CV – this always makes an impression</p>
<p>6. Executive summary – personally I am not a fan, but in some cases when it is hard to categorize the person, try to have a short one : write 4 bullets about</p>
<p>a. The role you can perform</p>
<p>b. Your market experience – Telco/ Web / Security/ Clean-Tech</p>
<p>c. Geographic expertise (Europe / APAC / Africa etc.)</p>
<p>d. Your strengths</p>
<p>7. Always write a short sentence about the companies you worked for – do not assume all recruiters know all the market (i.e. &#8221; leading provider billing-ordering and CRM for telecom and IPTV&#8221;)</p>
<p>8. Education vs. Work Experience &#8211; what comes first? The order should be as follows: if you went to a well known university: put in on the top page (you worked hard to get in and it worth credibility). However, if you chose an unknown university but your career path is impressive: put the education on the bottom (and spare us your high-school name…and &#8220;megama&#8221;)</p>
<p>9. Prizes and awards: write about every single prize you ever got and if your company gave you a bonus awards / top grades – mention that as well.</p>
<p>10. Tips per roles:</p>
<p>a. Sales: write your customers’ names and size of deals</p>
<p>b. Marketing: write which PR agency / firm you used and which conventions you promoted</p>
<p>c. Engineer: write about all the technologies you are familiar with</p>
<p>A good CV is all about MARKETING!</p>
<p><img class="alignnone size-full wp-image-1400" title="back" src="http://illuminea.com/new08/wp-content/uploads/2010/03/back.jpg" alt="back  10 Tips for Writing a Great CV" width="342" height="431" /></p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/bootstrapping/8-bootstrapping-tips-that-will-cut-costs-today/' rel='bookmark' title='8 Bootstrapping Tips That Will Cut Costs Today'>8 Bootstrapping Tips That Will Cut Costs Today</a> <small>The following is a guest post by Heather Johnson. Her...</small></li>
<li><a href='http://illuminea.com/blogging/presentation-from-f5-refreshing-why-blogs-are-so-great-for-seo/' rel='bookmark' title='Presentation from F5-Refreshing: Why blogs are so great for SEO'>Presentation from F5-Refreshing: Why blogs are so great for SEO</a> <small>A little over a week ago I spoke at the...</small></li>
<li><a href='http://illuminea.com/bootstrapping/6-tips-for-cleaning-up-your-computer-for-pessach/' rel='bookmark' title='6 tips for cleaning up your computer (for Pessach)'>6 tips for cleaning up your computer (for Pessach)</a> <small>With Pessach around the corner, many people are busy scrubbing...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/10-tips-for-writing-a-great-cv/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Thanks to our blog, we are now considered PayPal Israel experts</title>
		<link>http://illuminea.com/blogging/paypal-israel-experts/</link>
		<comments>http://illuminea.com/blogging/paypal-israel-experts/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 19:05:55 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[online payment]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[paypal Israel]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=821</guid>
		<description><![CDATA[So you’re wondering how you can use PayPal in Israel? Does PayPal accept Shekels? Can you withdraw your PayPal funds to your Israeli bank account? Etc. As you often do when in doubt, you head over to Google and type in “PayPal Israel” to see what the web has to say about your questions. If [...]
Related posts:<ol>
<li><a href='http://illuminea.com/ecommerce/paypal-israel-now-has-a-customer-support-number/' rel='bookmark' title='PayPal Israel now has a customer support number!'>PayPal Israel now has a customer support number!</a> <small>We at illuminea get quite a lot of PayPal support...</small></li>
<li><a href='http://illuminea.com/ecommerce/withdraw-paypal-to-israeli-bank-accounts/' rel='bookmark' title='Israel PayPal accounts can now withdraw funds to Israeli bank accounts! Amen!'>Israel PayPal accounts can now withdraw funds to Israeli bank accounts! Amen!</a> <small>The day that I thought would never arrive is here:...</small></li>
<li><a href='http://illuminea.com/ecommerce/review-of-paypal-israel-qa-event-with-nissim-ohayon/' rel='bookmark' title='Review of PayPal Israel Q&amp;A Event with Nissim Ohayon'>Review of PayPal Israel Q&#038;A Event with Nissim Ohayon</a> <small>Still confused by how to use PayPal in Israel? You&#8217;re...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So you’re wondering how you can use <a href="http://illuminea.com/cool-tools/how-paypal-really-works-for-israelis-and-shekels/" rel="nofollow" title="how paypal really works for israelis and shekels" >PayPal in Israel</a>? Does <a href="http://paypal.com" rel="nofollow" title="PayPal" >PayPal</a> accept Shekels? Can you withdraw your PayPal funds to your Israeli bank account? Etc. As you often do when in doubt, you head over to Google and type in “<a href="http://www.google.com/search?rlz=1C1GGLS_enIL319IL319&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=paypal+israel" rel="nofollow" >PayPal Israel</a>” to see what the web has to say about your questions. If you are located in Israel, here are approximately what the results will look like:</p>
<p><img class="aligncenter" title="Google search results for term PayPal Israel" src="http://farm3.static.flickr.com/2495/3763132272_5672677398.jpg?v=0" alt=" Thanks to our blog, we are now considered PayPal Israel experts" width="500" height="426" /></p>
<p>See results number 3 and 4? That’s us. Where’s PayPal or PayPal Israel? Nowhere to be seen.</p>
<p>Ranking high for this term was an accident for us. We happen to have published two blog posts on the subject of using PayPal in Israel over the past year, and as you can see the web is not exactly saturated with good content on this topic, so it was an easy score.</p>
<p>The funny thing is that as a result, people have begun to perceive illuminea as PayPal Israel experts. We get at least one phone call and/or email from people with questions about using PayPal in Israel about once a week.</p>
<h2>PayPal Israel is missing an opportunity</h2>
<p>Although PayPal officially serves the Israeli community, the amount of information available online about using PayPal in Israel is meager at best and confusing at worst, and the amount of people with questions is huge as is evidenced by the number of them contacting <em>us</em> with their PayPal questions.</p>
<p>I must give credit to Nissim Ohayon, Sr. Business Development Manager at PayPal Israel, who wrote a post on our blog about using PayPal in Israel, and even took the time to answer the many questions posed by readers in the comments.</p>
<p>However – maybe this is a sign that PayPal and/or PayPal Israel needs its own blog? PayPal should be engaging in the conversation, providing solid and timely information. I suspect that PayPal could win quite a lot of Israeli clients if it provided a minimum standard of online customer support.</p>
<h2>Twitter’s great, but it can never take the place of the blog</h2>
<p>This accidental positioning of our company as experts in the field of PayPal use in Israel demonstrates the strength and importance of blogging.</p>
<p>Twitter is all the rage these days, and people have even <a href="http://www.guardian.co.uk/technology/2009/jun/24/charles-arthur-blogging-twitter" rel="nofollow" title="The long tail of blogging is dying" >questioned whether twitter</a> <a href="http://www.leadingsmart.com/leadingsmart/2009/02/is-twitter-replacing-blogging.html" rel="nofollow" title="Is Twitter Replacing Blogging?" >will take the place of the blog</a>. The truth is, many people, myself included, are blogging less because they are spending more time on twitter. However, with all the value that twitter provides let nobody tell you that it can replace the power of blogging.</p>
<p>A blog allows you to present an idea and follow through on it. You cannot do that in 140 characters. (Can you imagine this post as a tweet? Let’s try: “illuminea appears #3 &amp; 4 in Google SERPS for term PayPal Israel thanks 2 our blog. PayPal not even on 1st page. Lesson: keep blogging”. Not too bad!) In addition, it offers loads of content for search engines to index and present to users in their results. Yes, tweets do appear in search results but less than blog posts, and also with a strange sort of randomness.</p>
<p>Also, a blog gives you your own place on the web. The content you create on <a href="http://facebook.com" rel="nofollow" title="facebook" >facebook</a> or <a href="http://twitter.com" rel="nofollow" title="twitter" >twitter</a> helps prop up those networks. The content you create on your blog helps prop up your own place on the web.</p>
<p>So don’t bury blogging yet. It’s still the foundation of any online marketing activity you undertake, whether it’s SEO, PPC, email, or social media. It’s on your blog that you have a chance to convert users in whatever way you hope to do so.</p>
<p>In the meantime, we’re happy to answer your PayPal questions as best as we can so don’t let this post stop you from contacting us! And keep blogging!</p>
<p>Our previous posts about using PayPal in Israel:</p>
<ul>
<li><a href="http://illuminea.com/israel/everything-you-wanted-to-know-about-paypal-and-the-israeli-shekel/" rel="nofollow" title="everything you wanted to know about paypal and the israeli shekel  " >Everything you wanted to know about paypal and the Israeli Shekel</a></li>
<li><a href="http://illuminea.com/cool-tools/how-paypal-really-works-for-israelis-and-shekels/" rel="nofollow" title="how paypal really works for israelis and shekels" >How paypal really works for Israelis and shekels</a></li>
</ul>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/ecommerce/paypal-israel-now-has-a-customer-support-number/' rel='bookmark' title='PayPal Israel now has a customer support number!'>PayPal Israel now has a customer support number!</a> <small>We at illuminea get quite a lot of PayPal support...</small></li>
<li><a href='http://illuminea.com/ecommerce/withdraw-paypal-to-israeli-bank-accounts/' rel='bookmark' title='Israel PayPal accounts can now withdraw funds to Israeli bank accounts! Amen!'>Israel PayPal accounts can now withdraw funds to Israeli bank accounts! Amen!</a> <small>The day that I thought would never arrive is here:...</small></li>
<li><a href='http://illuminea.com/ecommerce/review-of-paypal-israel-qa-event-with-nissim-ohayon/' rel='bookmark' title='Review of PayPal Israel Q&amp;A Event with Nissim Ohayon'>Review of PayPal Israel Q&#038;A Event with Nissim Ohayon</a> <small>Still confused by how to use PayPal in Israel? You&#8217;re...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/paypal-israel-experts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Getting started with blogging and social media</title>
		<link>http://illuminea.com/blogging/blogging-social-media-tips/</link>
		<comments>http://illuminea.com/blogging/blogging-social-media-tips/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 15:00:55 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=359</guid>
		<description><![CDATA[People are always asking for background information on why and how they should blog. While there is great information out there on the web, I thought I&#8217;d put together a resource here that I can refer people to when they ask. This post will be updated regularly so keep checking back. Why blog Why Start [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/announcing-corporate-blogging-and-social-media-seminar-in-jerusalem/' rel='bookmark' title='Announcing Corporate Blogging and Social Media Seminar in Jerusalem'>Announcing Corporate Blogging and Social Media Seminar in Jerusalem</a> <small>I&#8217;m excited to announce the launch of a new course...</small></li>
<li><a href='http://illuminea.com/new-media/blogging-and-social-media-for-marketing-and-creating-videos-presentations-from-techshoret/' rel='bookmark' title='Blogging and social media for marketing and creating videos &#8211; presentations from Techshoret'>Blogging and social media for marketing and creating videos &#8211; presentations from Techshoret</a> <small>About a month ago I spoke at the Techshoret Conference...</small></li>
<li><a href='http://illuminea.com/blogging/how-blogging-can-harm-you/' rel='bookmark' title='How Blogging Can Harm You'>How Blogging Can Harm You</a> <small>The blogosphere is full of examples of how blogs can...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>People are always asking for background information on why and how they should blog. While there is great information out there on the web, I thought I&#8217;d put together a resource here that I can refer people to when they ask. This post will be updated regularly so keep checking back.</p>
<h2>Why blog</h2>
<p><a href="http://www.conversationagent.com/2008/11/why-start-a-blog-and-25-tips-to-make-it-work.html" rel="nofollow" title="Why Start a Blog and 25 Tips to Make it Work" >Why Start a Blog and 25 Tips to Make it Work</a>, Conversation Agent, Nov. 6, 2008</p>
<p><a href="http://www.imediaconnection.com/content/5229.asp" rel="nofollow" >iMedia Connection: Five Reasons to Blog</a></p>
<p><a href="http://www.trendsspotting.com/blog/?p=351" rel="nofollow" title="Permanent Link to Social Media still on rise: Comparative global study" rel="bookmark" >Social Media still on rise: Comparative global study</a></p>
<div id="__ss_502603" style="width: 425px; text-align: left;"><a href="http://www.slideshare.net/illuminea/why-businesses-should-blog?type=powerpoint" rel="nofollow" style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Why businesses should blog" >Why businesses should blog</a><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" 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://static.slideshare.net/swf/ssplayer2.swf?doc=whyblog-1215441628585241-9&amp;stripped_title=why-businesses-should-blog" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=whyblog-1215441628585241-9&amp;stripped_title=why-businesses-should-blog" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View SlideShare <a href="http://www.slideshare.net/illuminea/why-businesses-should-blog?type=powerpoint" rel="nofollow" style="text-decoration:underline;" title="View Why businesses should blog on SlideShare" >presentation</a> or <a href="http://www.slideshare.net/upload?type=powerpoint" rel="nofollow" style="text-decoration:underline;" >Upload</a> your own. (tags: <a href="http://slideshare.net/tag/media" rel="nofollow" style="text-decoration:underline;" >media</a> <a href="http://slideshare.net/tag/social" rel="nofollow" style="text-decoration:underline;" >social</a>)</div>
</div>
<h2>Blogging tips</h2>
<p><a href="http://www.problogger.net/archives/2006/02/14/blogging-for-beginners-2/" rel="nofollow" title="Blogging tips for Beginners" >Blogging Tips for Beginners from Problogger</a></p>
<p><a href="http://lorelle.wordpress.com/books/blogging-tips/" rel="nofollow" title="Blogging Tips from Lorelle Van Fossen" >Blogging Tips from Lorelle VanFossen</a></p>
<p><a href="http://www.idratherbewriting.com/2007/04/09/twenty-usability-tips-for-your-blog-%e2%80%94-condensed-from-dozens-of-bloggers-experiences/" rel="nofollow" title="Permanent Link: Twenty Usability Tips for Your Blog — Condensed from Dozens of Bloggers’ Experiences" rel="bookmark" >Twenty Usability Tips for Your Blog — Condensed from Dozens of Bloggers’ Experiences</a></p>
<p><a href="http://www.copyblogger.com/blogging-writing-guide/" rel="nofollow" title="The Ultimate Blogger Writing Guide" >The Ultimate Blogger Writing Guide</a>, Dean Rieck, <em>CopyBlogger</em></p>
<p><a href="http://www.problogger.net/archives/2008/12/10/you-need-a-blog-strategy/" rel="nofollow" title="You Need a Blog Strategy" >You Need a Blog Strategy</a>, Darren Rowse, <em>Problogger</em>, Dec. 10, 2008</p>
<h2>Social Media Tips</h2>
<p><a href="http://smallbusiness.officelive.com/socialmedia" rel="nofollow" title="Let's Talk: Social Media for Small Businesses" >Let’s talk: Social Media for Small Business</a> &#8211; e-book from Microsoft (who would&#8217;ve thought)</p>
<p><a href="http://www.chrisbrogan.com/if-i-started-today/" rel="nofollow" title="If I Started Today" >If I Started Today</a>, Chris Brogan, Nov. 22, 2008 &#8211; Chris Brogan gives advice on how he would start a social media strategy from scratch</p>
<p><a href="http://www.techipedia.com/2008/social-media-etiquette-handbook/" rel="nofollow" title="Permanent Link to The Ultimate Social Media Etiquette Handbook" rel="bookmark" >The Ultimate Social Media Etiquette Handbook</a>, Tamar Weinberg, <em>Techipedia</em>, Dec. 10, 2008<a title="Permanent Link to The Ultimate Social Media Etiquette Handbook" rel="bookmark" href="http://www.techipedia.com/2008/social-media-etiquette-handbook/"><br />
</a></p>
<h2>Combining blogging with social media</h2>
<p><a href="http://www.mpdailyfix.com/2008/06/your_social_media_strategy_sta.html" rel="nofollow" title="Your Social Media Strategy Starts with Monitoring" >Your Social Media Strategy Starts with Monitoring, Marketing Profs</a> &#8211; before you dive into social media, you must monitor it first.</p>
<p><a href="http://mashable.com/2008/07/10/how-to-develop-a-social-media-plan/" rel="nofollow" title="Permalink to How to Develop a Social Media Plan for Your Business in 5 Steps" rel="bookmark" >How to Develop a Social Media Plan for Your Business in 5 Steps, Mashable</a> &#8211; Great 5 step guide to getting your business into social media</p>
<p><a href="http://www.seomoz.org/article/social-media-marketing-tactics" rel="nofollow" title="How to Leverage Web 2.0 &amp; Social Media Sites to Market Your Brand &amp; Control Your Message" >How to Leverage Web 2.0 &amp; Social Media Sites to Market Your Brand &amp; Control Your Message, SEOmoz</a> &#8211; a business-minded look at thirty sites whose content fits the Web 2.0 description</p>
<p><a href="http://www.scribd.com/doc/3283966/The-Essential-Guide-to-Social-Media" rel="nofollow" >The Essential Guide to Social Media (PDF)</a></p>
<div id="__ss_773385" style="width: 425px; text-align: left;"><a href="http://www.slideshare.net/illuminea/automating-your-blogging-and-social-media-activity-presentation-773385?type=powerpoint" rel="nofollow" style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Automating your blogging and social media activity" >Automating your blogging and social media activity</a><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" 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://static.slideshare.net/swf/ssplayer2.swf?doc=wordcamp2008social-media-1227221228140276-8&amp;stripped_title=automating-your-blogging-and-social-media-activity-presentation-773385" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=wordcamp2008social-media-1227221228140276-8&amp;stripped_title=automating-your-blogging-and-social-media-activity-presentation-773385" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View SlideShare <a href="http://www.slideshare.net/illuminea/automating-your-blogging-and-social-media-activity-presentation-773385?type=powerpoint" rel="nofollow" style="text-decoration:underline;" title="View Automating your blogging and social media activity on SlideShare" >presentation</a> or <a href="http://www.slideshare.net/upload?type=powerpoint" rel="nofollow" style="text-decoration:underline;" >Upload</a> your own. (tags: <a href="http://slideshare.net/tag/2008" rel="nofollow" style="text-decoration:underline;" >2008</a> <a href="http://slideshare.net/tag/israel" rel="nofollow" style="text-decoration:underline;" >israel</a>)</div>
</div>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/announcing-corporate-blogging-and-social-media-seminar-in-jerusalem/' rel='bookmark' title='Announcing Corporate Blogging and Social Media Seminar in Jerusalem'>Announcing Corporate Blogging and Social Media Seminar in Jerusalem</a> <small>I&#8217;m excited to announce the launch of a new course...</small></li>
<li><a href='http://illuminea.com/new-media/blogging-and-social-media-for-marketing-and-creating-videos-presentations-from-techshoret/' rel='bookmark' title='Blogging and social media for marketing and creating videos &#8211; presentations from Techshoret'>Blogging and social media for marketing and creating videos &#8211; presentations from Techshoret</a> <small>About a month ago I spoke at the Techshoret Conference...</small></li>
<li><a href='http://illuminea.com/blogging/how-blogging-can-harm-you/' rel='bookmark' title='How Blogging Can Harm You'>How Blogging Can Harm You</a> <small>The blogosphere is full of examples of how blogs can...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/blogging-social-media-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of Digital Eve Israel bloggers published by JobMob</title>
		<link>http://illuminea.com/blogging/list-of-digital-eve-israel-bloggers-published-by-jobmob/</link>
		<comments>http://illuminea.com/blogging/list-of-digital-eve-israel-bloggers-published-by-jobmob/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 19:49:44 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[corporate blogs]]></category>
		<category><![CDATA[digital eve]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=146</guid>
		<description><![CDATA[Digital Eve is a global organization for business women, with about 20 branches around the world. Most of the branches are in the US and Canada, and only three are international: Japan, the UK, and&#8230;you guessed it: Israel. The Israeli chapter of Digital Eve consists of a very active and professional email list with about [...]
Related posts:<ol>
<li><a href='http://illuminea.com/israel/digital-eve-meets-jerusalem-at-speed-networking-evening/' rel='bookmark' title='Digital Eve Meets Jerusalem at Speed-Networking Evening'>Digital Eve Meets Jerusalem at Speed-Networking Evening</a> <small>Last night I attended my first speed networking event. It...</small></li>
<li><a href='http://illuminea.com/blogging/a-list-bloggers-use-yiddish/' rel='bookmark' title='The Key to A-List Blogging: Use Yiddish!'>The Key to A-List Blogging: Use Yiddish!</a> <small>Today I came across three surprisingly prominent uses of Hebrew...</small></li>
<li><a href='http://illuminea.com/blogging/small-business-day-in-the-knesset-israeli-bloggers-unconference/' rel='bookmark' title='Small Business Day in the Knesset; Israeli Bloggers &#8220;Unconference&#8221;'>Small Business Day in the Knesset; Israeli Bloggers &#8220;Unconference&#8221;</a> <small>There are two exciting events coming up in the world...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.digitaleve.org/" rel="nofollow" title="Digital Eve" >Digital Eve</a> is a global organization for business women, with about <a href="http://www.digitaleve.org/chapters/index.html" rel="nofollow" title="Digital Eve Chapters" >20 branches around the world</a>. Most of the branches are in the US and Canada, and only three are international: Japan, the UK, and&#8230;you guessed it: Israel.</p>
<p><a href="http://digitaleveisrael.com" rel="nofollow" title="Digital Eve Israel" >The Israeli chapter of Digital Eve</a> consists of a very active and professional email list with about 1500 subscribers. People use the list to get advice, find new employees and suppliers, and promote themselves and their own businesses. The list is moderated to maintain a high level of professional dialogue, and as a result it has become a favorite among the general Israeli business community, with many men joining as well and becoming proud &#8220;Devas,&#8221; as the group members are called.</p>
<p>Jacob Share from <a href="http://jobmob.co.il/" rel="nofollow" title="JobMob" >JobMob</a> is one of those honorary male Devas, and he likes Digital Eve so much that he calls it &#8220;The best English mailing list in Israel for professionals.&#8221; Since a particular focus of the Digital Eve Israel chapter is the hi-tech industry, the topic of blogs and social media marketing have come up repeatedly on the list. As a service to the list members and even those not on the list, Jacob has put together <a href="http://jobmob.co.il/blog/digital-eve-israel-blogroll/" rel="nofollow" title="Digital Eve Israel’s Bloggers" >a list of Digital Eve bloggers</a>. It&#8217;s in a nice graphic format with screenshots of each blog displayed, and little icon links to the bloggers&#8217; various social media profiles.</p>
<p>This list an interesting insight into the Israeli business blogging world. It&#8217;s worth checking out. And if you&#8217;re not yet a member of Digital Eve, I suggest you join now (go to the Digital Eve Israel website, and click on the big red button in the middle column that says Join Now).</p>
<p><a href="http://jobmob.co.il/blog/digital-eve-israel-blogroll/" rel="nofollow" title="Digital Eve Israel’s Bloggers" >Digital Eve Israel’s Bloggers</a></p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/israel/digital-eve-meets-jerusalem-at-speed-networking-evening/' rel='bookmark' title='Digital Eve Meets Jerusalem at Speed-Networking Evening'>Digital Eve Meets Jerusalem at Speed-Networking Evening</a> <small>Last night I attended my first speed networking event. It...</small></li>
<li><a href='http://illuminea.com/blogging/a-list-bloggers-use-yiddish/' rel='bookmark' title='The Key to A-List Blogging: Use Yiddish!'>The Key to A-List Blogging: Use Yiddish!</a> <small>Today I came across three surprisingly prominent uses of Hebrew...</small></li>
<li><a href='http://illuminea.com/blogging/small-business-day-in-the-knesset-israeli-bloggers-unconference/' rel='bookmark' title='Small Business Day in the Knesset; Israeli Bloggers &#8220;Unconference&#8221;'>Small Business Day in the Knesset; Israeli Bloggers &#8220;Unconference&#8221;</a> <small>There are two exciting events coming up in the world...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/list-of-digital-eve-israel-bloggers-published-by-jobmob/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Presentation from F5-Refreshing: Why blogs are so great for SEO</title>
		<link>http://illuminea.com/blogging/presentation-from-f5-refreshing-why-blogs-are-so-great-for-seo/</link>
		<comments>http://illuminea.com/blogging/presentation-from-f5-refreshing-why-blogs-are-so-great-for-seo/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 14:38:19 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[f5 refreshing]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[women]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=136</guid>
		<description><![CDATA[A little over a week ago I spoke at the first F5-Refreshing meeting for Israeli women in the hi-tech and internet industry. Liat Vardi, the woman behind the group, did such a great job organizing the event, and it really fill a void in the Israeli hi-tech industry. You can see her follow-up post here. [...]
Related posts:<ol>
<li><a href='http://illuminea.com/women/f5-refreshing-hi-tech-women-group-sun-startup-essentials/' rel='bookmark' title='New group &#8220;F5-Refreshing&#8221; for Israeli hi-tech and web women'>New group &#8220;F5-Refreshing&#8221; for Israeli hi-tech and web women</a> <small>A new group has been formed for Israeli women in...</small></li>
<li><a href='http://illuminea.com/social-media/sphinncon-wordpress-seo-social-media/' rel='bookmark' title='Sphinncon Israel: overview and my presentation on WordPress as social media and SEO hub'>Sphinncon Israel: overview and my presentation on WordPress as social media and SEO hub</a> <small>Yesterday was the second time Sphinncon took place in Israel....</small></li>
<li><a href='http://illuminea.com/social-media/marketing-with-blogs-and-social-media/' rel='bookmark' title='Talking to the Tel Aviv Writer’s Cafe: 7 tips for marketing yourself with blogs and social media'>Talking to the Tel Aviv Writer’s Cafe: 7 tips for marketing yourself with blogs and social media</a> <small>This past Thursday I was privileged to speak to the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A little over a week ago I spoke at the <a href="http://www.facebook.com/home.php?#/event.php?eid=20239202620" rel="nofollow" title="F5-Refreshing meeting info on facebook" >first F5-Refreshing meeting</a> for Israeli women in the hi-tech and internet industry. <a href="http://www.blogla.co.il/blog/" rel="nofollow" title="Liat Vardi's blog - blogla" >Liat Vardi</a>, the woman behind the group, did such a great job organizing the event, and it really fill a void in the Israeli hi-tech industry. You can see her follow-up post <a href="http://www.blogla.co.il/blog/f5/refreshing-or-what/" rel="nofollow" title="REFRESHING OR WHAT?!" >here</a>. Kol hakavod Liat!</p>
<p>I met some inspiring and fantastic women there, and learned about some interesting technologies. It is certainly motivating to see that success is possible for women in the Israeli hi-tech industry.</p>
<p>Here is the presentation that I gave at the meeting on the topic of Blogs and SEO &#8211; Why blogs are so great for SEO. Enjoy!</p>
<div id="__ss_503633" style="width: 425px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" 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://static.slideshare.net/swf/ssplayer2.swf?doc=blogsand-seo4web-1215496563416416-9" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=blogsand-seo4web-1215496563416416-9" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed" rel="nofollow" ><img style="border:0px none;margin-bottom:-5px" src="http://static.slideshare.net/swf/logo_embd.png" alt="logo embd Presentation from F5 Refreshing: Why blogs are so great for SEO"  title="Presentation from F5 Refreshing: Why blogs are so great for SEO" /></a> | <a href="http://www.slideshare.net/illuminea/blogs-and-seo?src=embed" rel="nofollow" title="View Blogs and SEO on SlideShare" >View</a> | <a href="http://www.slideshare.net/upload?src=embed" rel="nofollow" >Upload your own</a></div>
</div>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/women/f5-refreshing-hi-tech-women-group-sun-startup-essentials/' rel='bookmark' title='New group &#8220;F5-Refreshing&#8221; for Israeli hi-tech and web women'>New group &#8220;F5-Refreshing&#8221; for Israeli hi-tech and web women</a> <small>A new group has been formed for Israeli women in...</small></li>
<li><a href='http://illuminea.com/social-media/sphinncon-wordpress-seo-social-media/' rel='bookmark' title='Sphinncon Israel: overview and my presentation on WordPress as social media and SEO hub'>Sphinncon Israel: overview and my presentation on WordPress as social media and SEO hub</a> <small>Yesterday was the second time Sphinncon took place in Israel....</small></li>
<li><a href='http://illuminea.com/social-media/marketing-with-blogs-and-social-media/' rel='bookmark' title='Talking to the Tel Aviv Writer’s Cafe: 7 tips for marketing yourself with blogs and social media'>Talking to the Tel Aviv Writer’s Cafe: 7 tips for marketing yourself with blogs and social media</a> <small>This past Thursday I was privileged to speak to the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/presentation-from-f5-refreshing-why-blogs-are-so-great-for-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emily Gould, Gawker, and privacy vs. publicity on the web</title>
		<link>http://illuminea.com/blogging/emily-gould-gawker-privacy-publicity-web/</link>
		<comments>http://illuminea.com/blogging/emily-gould-gawker-privacy-publicity-web/#comments</comments>
		<pubDate>Sun, 25 May 2008 14:09:06 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[gawker]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=250</guid>
		<description><![CDATA[Privacy by doc18 This week Emily Gould, former Editor at the mega-gossip-blog Gawker, published a stunning and moving description in the New York Times of her experience as a blogger who exposed all, both with regards to her own personal life, and those of celebrities. Her piece is fascinating and disturbing, and raises a lot [...]
Related posts:<ol>
<li><a href='http://illuminea.com/social-media/facebook-community-pages-brands-privacy/' rel='bookmark' title='Facebook Community Pages and Connections: what it means for brands, reputation management, and privacy'>Facebook Community Pages and Connections: what it means for brands, reputation management, and privacy</a> <small>Facebook made some drastic changes to its services and features...</small></li>
<li><a href='http://illuminea.com/women/f5-refreshing-hi-tech-women-group-sun-startup-essentials/' rel='bookmark' title='New group &#8220;F5-Refreshing&#8221; for Israeli hi-tech and web women'>New group &#8220;F5-Refreshing&#8221; for Israeli hi-tech and web women</a> <small>A new group has been formed for Israeli women in...</small></li>
<li><a href='http://illuminea.com/blogging/new-course-in-wordpress-web-design-and-development/' rel='bookmark' title='New! Course in WordPress web design and development'>New! Course in WordPress web design and development</a> <small>illuminea college is offering an amazing course through which you&#8217;ll...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://farm1.static.flickr.com/99/297495330_b795aa2b51_m.jpg" alt="297495330 b795aa2b51 m Emily Gould, Gawker, and privacy vs. publicity on the web" width="240" height="180" title="Emily Gould, Gawker, and privacy vs. publicity on the web" /></p>
<p style="text-align: center;"><em>Privacy by <strong><a href="http://www.flickr.com/photos/doc18/" rel="nofollow" >doc18</a></strong></em></p>
<p>This week Emily Gould, former Editor at the mega-gossip-blog <a href="http://gawker.com/" rel="nofollow" title="Gawker" >Gawker</a>, published <a href="http://www.nytimes.com/2008/05/25/magazine/25internet-t.html?_r=3&amp;pagewanted=1&amp;oref=slogin" rel="nofollow" title="http://www.nytimes.com/2008/05/25/magazine/25internet-t.html?_r=3&amp;pagewanted=1&amp;oref=slogin" >a stunning and moving description in the New York Times</a> of her experience as a blogger who exposed all, both with regards to her own personal life, and those of celebrities. Her piece is fascinating and disturbing, and raises a lot of questions about the boundaries we set up and break down between our real-life identities, and those of our online personas.</p>
<p>One of the questions that I&#8217;m often asked about blogging is about how far bloggers should go in exposing their private lives. This aspect of blogging makes people nervous, since blogging is obviously a very personal endeavor, with people exposing their personal experiences, opinions and agendas.</p>
<p>In addition, many bloggers have seen that posts relating more detailed personal information are often more successful and engaging than those that just relate their opinions. So the question becomes: <strong>do I have to write about my personal life in order to succeed as a blogger?</strong></p>
<h4>You need to be public. And private.</h4>
<p>In my opinion, the answer is yes and no. If you are blogging for professional purposes, it is very important that you stick with the main topic of your blog, and not deviate with whole posts dedicated to your dog&#8217;s antics or your spouse&#8217;s new haircut. People are reading your blog because they perceive you as an expert in your field, and they want to learn from your wisdom in that area. By writing about subjects unrelated to your main topic, you&#8217;ll make your readers wonder if it&#8217;s worth their while reading your blog post when there are five gazillion others out there that won&#8217;t waste their time.</p>
<p>Also, as we all know, exposing too much can actually be dangerous. There are unsavory creatures prowling the web, looking for juicy personal tidbits that they can use to harm you, whether it&#8217;s by <a href="http://en.wikipedia.org/wiki/Identity_theft" rel="nofollow" title="Identity theft - Wikipedia" >stealing your identity</a>, <a href="http://headrush.typepad.com/" rel="nofollow" title="Creating Passionate Users" >stalking you until you are too afraid to even leave your house</a>, or in other unpleasant ways.</p>
<p>At the same time,you must be personal (and personable) when blogging. Personality is the main difference between conventional journalism, which is supposedly objective or, in the case of opinion pieces, sophisticated and controlled, and blogging, which is emotional, temperamental, and highly subjective &#8211; and way more fun to read!</p>
<h4>Striking the balance</h4>
<p>Here are three tips to help you maintain that balance between publicity and privacy:</p>
<ul style="text-align: center;">
<li style="text-align: left;">Make sure to use the word &#8220;I&#8221; when writing as much as possible.</li>
<li style="text-align: left;">Stay focused on the topic of your blog. Remember that your readers are there to hear your words of wisdom, and that should keep you on course.</li>
<li style="text-align: left;">And most of all: if you wouldn&#8217;t want your friends, parents or coworkers to read it, don&#8217;t put it on the web! There&#8217;s this company called <a href="http://google.com" rel="nofollow" title="Google" >Google</a> that works hard to expose your web content.</li>
</ul>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/social-media/facebook-community-pages-brands-privacy/' rel='bookmark' title='Facebook Community Pages and Connections: what it means for brands, reputation management, and privacy'>Facebook Community Pages and Connections: what it means for brands, reputation management, and privacy</a> <small>Facebook made some drastic changes to its services and features...</small></li>
<li><a href='http://illuminea.com/women/f5-refreshing-hi-tech-women-group-sun-startup-essentials/' rel='bookmark' title='New group &#8220;F5-Refreshing&#8221; for Israeli hi-tech and web women'>New group &#8220;F5-Refreshing&#8221; for Israeli hi-tech and web women</a> <small>A new group has been formed for Israeli women in...</small></li>
<li><a href='http://illuminea.com/blogging/new-course-in-wordpress-web-design-and-development/' rel='bookmark' title='New! Course in WordPress web design and development'>New! Course in WordPress web design and development</a> <small>illuminea college is offering an amazing course through which you&#8217;ll...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/emily-gould-gawker-privacy-publicity-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Announcing Corporate Blogging and Social Media Seminar in Jerusalem</title>
		<link>http://illuminea.com/blogging/announcing-corporate-blogging-and-social-media-seminar-in-jerusalem/</link>
		<comments>http://illuminea.com/blogging/announcing-corporate-blogging-and-social-media-seminar-in-jerusalem/#comments</comments>
		<pubDate>Tue, 13 May 2008 10:40:35 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[corporate blogging]]></category>
		<category><![CDATA[Jerusalem]]></category>
		<category><![CDATA[seminar]]></category>

		<guid isPermaLink="false">http://illuminea.com/?p=238</guid>
		<description><![CDATA[I&#8217;m excited to announce the launch of a new course I&#8217;m giving on blogging and social media marketing strategies. About the course The new web, also known as web 2.0, is changing the way we communicate. With people spending more and more time online as active participants in the consumption and generation of content, companies [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/blogging-social-media-tips/' rel='bookmark' title='Getting started with blogging and social media'>Getting started with blogging and social media</a> <small>People are always asking for background information on why and...</small></li>
<li><a href='http://illuminea.com/social-media/upcoming-jerusalem-networking-event-with-jeff-pulver-social-media-marketing-for-non-profits/' rel='bookmark' title='Upcoming Jerusalem networking event with Jeff Pulver: social media marketing for non-profits'>Upcoming Jerusalem networking event with Jeff Pulver: social media marketing for non-profits</a> <small>I&#8217;ve been working on a new venture aimed at helping...</small></li>
<li><a href='http://illuminea.com/israel/social-media-workshop-seo-seminar/' rel='bookmark' title='illuminea presents: Social Media Workshop and SEO Seminar starting July 20, 2011 in the Tel Aviv area'>illuminea presents: Social Media Workshop and SEO Seminar starting July 20, 2011 in the Tel Aviv area</a> <small>illuminea is excited to announce a 3-part Hands-On Social Media...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://illuminea.com/courses" rel="nofollow" ><img class="alignnone size-full wp-image-248" title="seminarlogo2" src="http://illuminea.com/newsite/wp-content/uploads/2008/05/seminarlogo2.jpg" alt="seminarlogo2 Announcing Corporate Blogging and Social Media Seminar in Jerusalem" width="180" height="150" /></a></p>
<p>I&#8217;m excited to announce the launch of a new course I&#8217;m giving on blogging and social media marketing strategies.</p>
<p><strong>About the course</strong></p>
<p>The new web, also known as web 2.0, is changing the way we communicate. With people spending more and more time online as active participants in the consumption and generation of content, companies and brands who wish to engage with online customers must adopt a new way of thinking.</p>
<p>&#8220;Corporate Blogging and Social Media&#8221; is a 3-day seminar that will take place on Thursday June 5, June 12, and June 19, 2008. During the course, you&#8217;ll gain a solid background in blogging and social media, start your own blog and write and optimize your first post for social media and search engines. We&#8217;ll also cover the following:</p>
<ul>
<li>How an effective blogging strategy can be an amazing way to market your brand and/or company</li>
<li>How to set up and promote a blog with the various social media tools available</li>
<li>Creating and monitoring an online social media profile that delivers results.</li>
<li>Search engine optimization (SEO) basics for better blogging</li>
<li>Digital PR/PR 2.0 &#8211; moving beyond the conventional press release to the Social Media Press Release</li>
</ul>
<p><strong>Where and what?</strong></p>
<p>The courses will take place at Beit Shmuel in Jerusalem, conveniently located off of King David Street, near the David Citadel Hotel. Each day will begin at 9 am, and continue until 6 pm, with short breaks and a lunch break. Participants will receive printed material as well as access to a password protected part resource section on the illuminea site. Refreshments and a dairy lunch are included in the cost.</p>
<p>Find out more about the course, and see the agenda, <a href="http://illuminea.com/courses" rel="nofollow" >click here</a></p>
<p>For more information, please contact us at info@illuminea.com, or at  (02) 566-0297.</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/blogging-social-media-tips/' rel='bookmark' title='Getting started with blogging and social media'>Getting started with blogging and social media</a> <small>People are always asking for background information on why and...</small></li>
<li><a href='http://illuminea.com/social-media/upcoming-jerusalem-networking-event-with-jeff-pulver-social-media-marketing-for-non-profits/' rel='bookmark' title='Upcoming Jerusalem networking event with Jeff Pulver: social media marketing for non-profits'>Upcoming Jerusalem networking event with Jeff Pulver: social media marketing for non-profits</a> <small>I&#8217;ve been working on a new venture aimed at helping...</small></li>
<li><a href='http://illuminea.com/israel/social-media-workshop-seo-seminar/' rel='bookmark' title='illuminea presents: Social Media Workshop and SEO Seminar starting July 20, 2011 in the Tel Aviv area'>illuminea presents: Social Media Workshop and SEO Seminar starting July 20, 2011 in the Tel Aviv area</a> <small>illuminea is excited to announce a 3-part Hands-On Social Media...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/announcing-corporate-blogging-and-social-media-seminar-in-jerusalem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jeremiah Owyang&#8217;s pillar article &#8220;The Irrelevant Corporate Website&#8221; now in Hebrew</title>
		<link>http://illuminea.com/blogging/jeremiah-owyangs-pillar-article-the-irrelevant-corporate-website-now-in-hebrew/</link>
		<comments>http://illuminea.com/blogging/jeremiah-owyangs-pillar-article-the-irrelevant-corporate-website-now-in-hebrew/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 13:41:51 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[New media]]></category>
		<category><![CDATA[corporate blogs]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://illuminea.com/blogging/jeremiah-owyangs-pillar-article-the-irrelevant-corporate-website-now-in-hebrew/</guid>
		<description><![CDATA[We at illuminea try to encourage our clients to incorporate blogs into their websites since, in our opinion (and in the opinion of many others), the typical corporate website is not as effective as it could be. With content that rarely changes, and little to no engagement with clients and potential clients, traditional corporate websites [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/spam-fighting-israeli-company-commtouch-launches-new-corporate-blog/' rel='bookmark' title='Spam-fighting Israeli company Commtouch launches new corporate blog'>Spam-fighting Israeli company Commtouch launches new corporate blog</a> <small>Commtouch, one of the world&#8217;s leading email spam fighters, has...</small></li>
<li><a href='http://illuminea.com/israel/if-you-build-it-your-website-they-will-come/' rel='bookmark' title='If you build it (your website), they will come'>If you build it (your website), they will come</a> <small>A friend is currently enrolled in the MATI Small Business...</small></li>
<li><a href='http://illuminea.com/blogging/announcing-corporate-blogging-and-social-media-seminar-in-jerusalem/' rel='bookmark' title='Announcing Corporate Blogging and Social Media Seminar in Jerusalem'>Announcing Corporate Blogging and Social Media Seminar in Jerusalem</a> <small>I&#8217;m excited to announce the launch of a new course...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://illuminea.com/newsite/wp-content/uploads/2008/01/the-irrelevant-corporate-website.jpg" alt="the irrelevant corporate website Jeremiah Owyangs pillar article The Irrelevant Corporate Website now in Hebrew" height="500" width="464" title="Jeremiah Owyangs pillar article The Irrelevant Corporate Website now in Hebrew" /></p>
<p>We at illuminea try to encourage our clients to incorporate blogs into their websites since, in our opinion (and in the opinion of many others), the typical corporate website is not as effective as it could be. With content that rarely changes, and little to no engagement with clients and potential clients, traditional corporate websites are little more than online brochures, and do not utilize the power of the medium on which it sits: the web.</p>
<p>Jeremiah Owyang, a Web Strategist with Forrester, wrote a great article on the topic called &#8220;<a href="http://www.web-strategist.com/blog/2007/05/29/web-strategy-how-to-evolve-your-irrelevant-corporate-website/" rel="nofollow"  title="Web Strategy: How to evolve your irrelevant corporate website">The Irrelevant Corporate Website,</a>&#8221; explaining why the typical corporate website is increasingly irrelevant in today&#8217;s age of fresh new content and cooperation with consumers.</p>
<p>The article was so groundbreaking that it&#8217;s been translated into many languages, <a href="http://www.web-strategist.com/blog/2008/01/15/the-irrelevant-corporate-website-now-in-hebrew/" rel="nofollow"  title="http://www.web-strategist.com/blog/2008/01/15/the-irrelevant-corporate-website-now-in-hebrew/">most recently Hebrew</a>. Omer Rosen did the translation.</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/spam-fighting-israeli-company-commtouch-launches-new-corporate-blog/' rel='bookmark' title='Spam-fighting Israeli company Commtouch launches new corporate blog'>Spam-fighting Israeli company Commtouch launches new corporate blog</a> <small>Commtouch, one of the world&#8217;s leading email spam fighters, has...</small></li>
<li><a href='http://illuminea.com/israel/if-you-build-it-your-website-they-will-come/' rel='bookmark' title='If you build it (your website), they will come'>If you build it (your website), they will come</a> <small>A friend is currently enrolled in the MATI Small Business...</small></li>
<li><a href='http://illuminea.com/blogging/announcing-corporate-blogging-and-social-media-seminar-in-jerusalem/' rel='bookmark' title='Announcing Corporate Blogging and Social Media Seminar in Jerusalem'>Announcing Corporate Blogging and Social Media Seminar in Jerusalem</a> <small>I&#8217;m excited to announce the launch of a new course...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/jeremiah-owyangs-pillar-article-the-irrelevant-corporate-website-now-in-hebrew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam-fighting Israeli company Commtouch launches new corporate blog</title>
		<link>http://illuminea.com/blogging/spam-fighting-israeli-company-commtouch-launches-new-corporate-blog/</link>
		<comments>http://illuminea.com/blogging/spam-fighting-israeli-company-commtouch-launches-new-corporate-blog/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 12:28:57 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[corporate blogs]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://illuminea.com/blogging/spam-fighting-israeli-company-commtouch-launches-new-corporate-blog/</guid>
		<description><![CDATA[Commtouch, one of the world&#8217;s leading email spam fighters, has now officially launched their new corporate blog, Commtouch Cafe, which was built by none other than&#8230;illuminea (i.e. us)! Founded in 1991 in Israel and publicly traded on the NASDAQ (CTCH), Commtouch&#8217;s technologies help companies avoid the rising costs of email spam by constantly monitoring, identifying [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/two-new-features-on-illuminea-blog/' rel='bookmark' title='Two new features on illuminea blog'>Two new features on illuminea blog</a> <small>We have added two new features on illuminea blog. One...</small></li>
<li><a href='http://illuminea.com/blogging/jeremiah-owyangs-pillar-article-the-irrelevant-corporate-website-now-in-hebrew/' rel='bookmark' title='Jeremiah Owyang&#8217;s pillar article &#8220;The Irrelevant Corporate Website&#8221; now in Hebrew'>Jeremiah Owyang&#8217;s pillar article &#8220;The Irrelevant Corporate Website&#8221; now in Hebrew</a> <small>We at illuminea try to encourage our clients to incorporate...</small></li>
<li><a href='http://illuminea.com/blogging/announcing-corporate-blogging-and-social-media-seminar-in-jerusalem/' rel='bookmark' title='Announcing Corporate Blogging and Social Media Seminar in Jerusalem'>Announcing Corporate Blogging and Social Media Seminar in Jerusalem</a> <small>I&#8217;m excited to announce the launch of a new course...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://blog.commtouch.com/cafe/" rel="nofollow"  title="Commtouch Cafe Blog"><img src="http://illuminea.com/newsite/wp-content/uploads/2008/01/commtouchblog.png" alt="commtouchblog Spam fighting Israeli company Commtouch launches new corporate blog" height="121" width="115" title="Spam fighting Israeli company Commtouch launches new corporate blog" /></a></p>
<p>Commtouch, one of the world&#8217;s leading email spam fighters, has now <a href="http://news.moneycentral.msn.com/provider/providerarticle.aspx?feed=BW&amp;date=20080115&amp;id=8039902" rel="nofollow"  title="Commtouch Opens Email Security Blog to the Public to Share Insights and Early Warnings">officially launched their new corporate blog</a>, <a href="http://blog.commtouch.com/cafe/" rel="nofollow"  title="Commtouch Cafe">Commtouch Cafe</a>, which was built by none other than&#8230;<a href="http://illuminea.com" rel="nofollow"  title="illuminea">illuminea</a> (i.e. us)!</p>
<p>Founded in 1991 in Israel and publicly traded on the NASDAQ (CTCH), Commtouch&#8217;s technologies help companies avoid the rising costs of email spam by constantly monitoring, identifying and blocking new malware attacks. To accomplish this, the company analyzes the distribution patterns of billions of email messages per month. That&#8217;s quite a job.</p>
<p>The new blog, called <a href="http://blog.commtouch.com/cafe/" rel="nofollow"  title="Commtouch Cafe">Commtouch Cafe</a>, aims to &#8220;show the face &amp; voice of the people behind Commtouchâ€™s technology; share the type of informal information that [they] are exposed to daily just wandering the halls here, that might also interest our partner community or other spam/virus fighters; and have some fun.&#8221; This blog is the place to go if you want to keep up on the latest reports, figures and developments in the world of spam and malware.</p>
<p>Now I know they are my clients, so you probably should take what I have to say with a grain of salt, but this move by Commtouch into the world of social media marketing is very impressive for the following reasons:</p>
<ul>
<li><strong>Commtouch is publicly traded.</strong> Many publicly traded companies cite the complicated compliance issues of stock exchanges as reasons not to have a blog. Commtouch saw the value of becoming part of the online conversation, and overcame any obstacles that they may have faced in order to do this.</li>
<li><strong>They also launched with <a href="http://illuminea.com/newsite/wp-admin/Commtouch%20Cafe" rel="nofollow"  title="Commtouch video on YouTube">a new viral video</a>.</strong> Not only did Commtouch launch a blog, but they combined it with the launch of a cute animated video they made that is now on YouTube. (The video is below.)</li>
<li><strong>The content is written with a web audience in mind.</strong> Big corporations often speak in long expanses of corporate speak. The posts on Commtouch Cafe are short and contain a lot of visuals, like video and images.</li>
<li><strong>They are an Israeli company.</strong> Big Israeli companies in particular are still staying away from blogging. A notable exception is <a href="http://answers.com" rel="nofollow"  title="Answers.com">Answers.com</a>, a large publicly traded company with an obscure and hard-to-find corporate blog (if you look up Answers.com blog, you won&#8217;t find it): <a href="http://www.nostupidanswers.com/" rel="nofollow"  title="no.stupid.answers">no.stupid.answers</a>. This blog is also pretty good &#8211; short, useful posts about questions and answers.</li>
</ul>
<p>Congratulations to Commtouch on their entry into the world of social media, and may this signal the start of a new trend among Israeli companies!</p>
<p><em>Here&#8217;s the Commtouch video:</em></p>
<p>[youtube]http://www.youtube.com/watch?v=nnD50mSvLPk[/youtube]</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/two-new-features-on-illuminea-blog/' rel='bookmark' title='Two new features on illuminea blog'>Two new features on illuminea blog</a> <small>We have added two new features on illuminea blog. One...</small></li>
<li><a href='http://illuminea.com/blogging/jeremiah-owyangs-pillar-article-the-irrelevant-corporate-website-now-in-hebrew/' rel='bookmark' title='Jeremiah Owyang&#8217;s pillar article &#8220;The Irrelevant Corporate Website&#8221; now in Hebrew'>Jeremiah Owyang&#8217;s pillar article &#8220;The Irrelevant Corporate Website&#8221; now in Hebrew</a> <small>We at illuminea try to encourage our clients to incorporate...</small></li>
<li><a href='http://illuminea.com/blogging/announcing-corporate-blogging-and-social-media-seminar-in-jerusalem/' rel='bookmark' title='Announcing Corporate Blogging and Social Media Seminar in Jerusalem'>Announcing Corporate Blogging and Social Media Seminar in Jerusalem</a> <small>I&#8217;m excited to announce the launch of a new course...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/spam-fighting-israeli-company-commtouch-launches-new-corporate-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>4 steps to a really professional blog (RPB)</title>
		<link>http://illuminea.com/blogging/4-steps-to-a-really-professional-blog-rpb/</link>
		<comments>http://illuminea.com/blogging/4-steps-to-a-really-professional-blog-rpb/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 14:57:25 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://illuminea.com/blogging/4-steps-to-a-really-professional-blog-rpb/</guid>
		<description><![CDATA[More and more professionals are starting their own blogs. There is a growing realization that blogging can help advance a person professionally, or market a business. It helps establish them as thought leaders, create relationships with people they wouldn&#8217;t normally connect to, and increase search engine rankings for their corporate sites. But it&#8217;s hard to [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-two-the-mapping/' rel='bookmark' title='Mapping a wordpress.com blog from scratch: Part two &#8211; the mapping'>Mapping a wordpress.com blog from scratch: Part two &#8211; the mapping</a> <small>Read part one here in order to learn how to...</small></li>
<li><a href='http://illuminea.com/wordpress/automattic-creates-a-vertical-blog-source-with-foodpress-on-wordpress-com/' rel='bookmark' title='Automattic creates a vertical blog source with FoodPress on WordPress.com'>Automattic creates a vertical blog source with FoodPress on WordPress.com</a> <small>Automattic, the company behind WordPress and WordPress.com has taken a...</small></li>
<li><a href='http://illuminea.com/blogging/spam-fighting-israeli-company-commtouch-launches-new-corporate-blog/' rel='bookmark' title='Spam-fighting Israeli company Commtouch launches new corporate blog'>Spam-fighting Israeli company Commtouch launches new corporate blog</a> <small>Commtouch, one of the world&#8217;s leading email spam fighters, has...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://illuminea.com/newsite/wp-content/uploads/2007/12/conversation.png" alt="conversation 4 steps to a really professional blog (RPB)"  title="4 steps to a really professional blog (RPB)" /></p>
<p>More and more professionals are starting their own blogs. There is a growing realization that blogging can help advance a person professionally, or market a business. It helps establish them as thought leaders, create relationships with people they wouldn&#8217;t normally connect to, and increase search engine rankings for their corporate sites.</p>
<p>But it&#8217;s hard to know where to start. Here are some tips that can help you start off on the right foot, so that you can grow as a blogger and head in the direction of becoming a &#8220;really professional blogger&#8221; (RPB):</p>
<ol>
<li><strong>Really professional bloggers have self-hosted blogs.</strong> A self-hosted blog is a blog that is hosted on a person&#8217;s own hosting account, as opposed to a blog that is hosted for free on <a href="http://wordpress.com" rel="nofollow"  title="WordPress.com">WordPress.com</a> or <a href="http://www.blogger.com" rel="nofollow"  title="Google's Blogger">Google&#8217;s Blogger</a>. To self-host your own blog, you need to install one of the blogging platforms on your hosting. This means an investment of about $10 a year for a domain name, and about $8 a month for hosting. So when I say investing, we&#8217;re not talking thousands.  But it shows that they&#8217;re taking their blogging seriously. This also means that they are not at the mercy of <a href="http://www.w3guru-india.com/wordpress-tos/" rel="nofollow"  title="WordPress bloggers read the TOS before you go live">WordPress.com and Google&#8217;s Terms of Service</a>, and they also avoid the risk of being <a href="http://gigaom.com/2007/09/04/blocked-by-great-firewall-we-dont-care/" rel="nofollow"  title="Blocked by Great Firewall &amp; We Don’t Care">blocked in certain countries</a> that block entire social networks like WordPress.com.</li>
<li><strong>Really professional bloggers have their own domain name.</strong> This means that the domain name of their blog is not something like miriam.blogspot.com, but is www.miriam.com, or www.company.com/blog. If the idea of hosting your own blog makes you nervous, but you do want to have your own domain name, sign up for a blog at <a href="http://www.wordpress.com" rel="nofollow" >www.wordpress.com</a>, and then upgrade to their paid service that allows you to have your own domain name. This will also make it easier for you to move to your own self-hosted blog with that domain name in the future. (We just did that for a client and the move went really smoothly. All their URLs were preserved.) But just note that people will still know that you are using the WordPress.com hosted blogging service because their<img src="http://illuminea.com/newsite/wp-content/uploads/2007/12/wordpress-com-favicon.png" alt="wordpress com favicon 4 steps to a really professional blog (RPB)" align="left" border="0" height="22" width="140" title="4 steps to a really professional blog (RPB)" /> favicon appears next to your URL in browsers. That just means you can&#8217;t personalize your favicon, but it&#8217;s not the end of the world.</li>
<li><strong>Really professional bloggers use WordPress as their blogging platform of choice.</strong> Some may argue with me, but <a href="http://www.smashingmagazine.com/" rel="nofollow"  title="Smashing Magazine">many</a> <a href="http://www.readwriteweb.com/" rel="nofollow"  title="Read/Write Web">if</a> <a href="http://www.problogger.net/" rel="nofollow"  title="Pro Blogger">not most</a> <a href="http://www.blogherald.com/" rel="nofollow"  title="The Blog Herald">of the leading bloggers</a> (except <a href="http://sethgodin.typepad.com/" rel="nofollow"  title="Seth Godin's blog">Seth</a>, maybe) use WordPress for their blogs. Bloggers love WordPress because: 1. It has a large user community; 2. It is really flexible and many cool and wonderful things can be done with WordPress; 3. It is pretty optimized for search engines out of the box, and can be optimized even more by WordPress designers and developers. If you don&#8217;t want to invest right now in your blog, and you&#8217;re just getting your feet wet, it&#8217;s a good idea to get started with a free blog at WordPress.com. This gives you a few advantages: 1. You can easily migrate (move) your blog over to a self-hosted WordPress blog when you feel ready; 2. You will be used to the WordPress user interface and features, since the admin is basically the same for the hosted and self-hosted versions of WordPress; 3. You look much savvier than a blogspot blogger. (Ok, that&#8217;s very subjective, but at least I&#8217;ll think you&#8217;re cooler!)</li>
<li><strong>Really professional bloggers have customized blog designs.</strong> This is a serious investment in your blogging career, but in a world of millions of blogs, it&#8217;s important to find a way to differentiate yourself and show people you are serious about what you are doing. But you don&#8217;t have to worry about that right now &#8211; WordPress makes it easy to change your blog&#8217;s appearance at any time. It&#8217;s like putting a different dress on your content: the content all stays the same, but it&#8217;s now wearing its fall wardrobe.</li>
</ol>
<p>So if you&#8217;ve been bitten by the blogging bug, and want to get started on the right foot, I think the above tips can help you start a blogging career that lets your blog grow with you, and vice versa.</p>
<p>Happy blogging!</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/mapping-a-wordpress-com-blog-from-scratch-part-two-the-mapping/' rel='bookmark' title='Mapping a wordpress.com blog from scratch: Part two &#8211; the mapping'>Mapping a wordpress.com blog from scratch: Part two &#8211; the mapping</a> <small>Read part one here in order to learn how to...</small></li>
<li><a href='http://illuminea.com/wordpress/automattic-creates-a-vertical-blog-source-with-foodpress-on-wordpress-com/' rel='bookmark' title='Automattic creates a vertical blog source with FoodPress on WordPress.com'>Automattic creates a vertical blog source with FoodPress on WordPress.com</a> <small>Automattic, the company behind WordPress and WordPress.com has taken a...</small></li>
<li><a href='http://illuminea.com/blogging/spam-fighting-israeli-company-commtouch-launches-new-corporate-blog/' rel='bookmark' title='Spam-fighting Israeli company Commtouch launches new corporate blog'>Spam-fighting Israeli company Commtouch launches new corporate blog</a> <small>Commtouch, one of the world&#8217;s leading email spam fighters, has...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/4-steps-to-a-really-professional-blog-rpb/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>WordCamp over, now on to next thing: free workshop on blogging and business</title>
		<link>http://illuminea.com/blogging/wordcamp-over-now-on-to-next-thing-free-workshop-on-blogging-and-business/</link>
		<comments>http://illuminea.com/blogging/wordcamp-over-now-on-to-next-thing-free-workshop-on-blogging-and-business/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 08:29:09 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://illuminea.com/blogging/wordcamp-over-now-on-to-next-thing-free-workshop-on-blogging-and-business/</guid>
		<description><![CDATA[WordCamp Israel is over. It was fun and interesting, and you can read my complete review of the event over here. But, there is no rest for the weary, so it&#8217;s on to the next event: this Tuesday I&#8217;ll be giving a free workshop on using blogs as a marketing tool. Here&#8217;s more info: The [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/join-us-and-lorelle-at-wordcamp-israel-blogging-conference/' rel='bookmark' title='Join us (and Lorelle) at WordCamp Israel blogging conference'>Join us (and Lorelle) at WordCamp Israel blogging conference</a> <small>Itâ€™s now official &#8211; Lorelle Van Fossen (yes, THE Lorelle)...</small></li>
<li><a href='http://illuminea.com/blogging/alright-alright-you%e2%80%99ve-convinced-us-and-we%e2%80%99re-blogging/' rel='bookmark' title='Alright, alright &#8211; youâ€™ve convinced us, and weâ€™re blogging'>Alright, alright &#8211; youâ€™ve convinced us, and weâ€™re blogging</a> <small>About a month ago I really discovered the value of...</small></li>
<li><a href='http://illuminea.com/blogging/blogging-effectiveness-report-february-2007/' rel='bookmark' title='Blogging effectiveness report: February 2007'>Blogging effectiveness report: February 2007</a> <small>When I began blogging at the end of November, I...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://2007.wordcamp.co.il/" rel="nofollow"  title="WordCamp Israel">WordCamp Israel</a> is over. It was fun and interesting, and you can read my complete review of the event over <a href="http://wpgarage.com/news-views/wordcamp-israel-overview/" rel="nofollow"  title="WordCamp Israel">here</a>.  But, there is no rest for the weary, so it&#8217;s on to the next event: this Tuesday I&#8217;ll be giving a free workshop on using blogs as a marketing tool. Here&#8217;s more info:</p>
<p>The Oct. 30 meeting of the Yokneam Forum of Technical Writers (<a href="http://elephant.org.il" rel="nofollow"  title="Elephant">Elephant</a>) will  feature a workshop on &#8220;<a href="http://www.elephant.org.il/headlines/oct_30_workshop_on_using_blogging_as_a_m.html" rel="nofollow"  title="Workshop on using blogging as a marketing tool">Using Blogging as a Marketing Tool</a>&#8220;. Meetings of the Forum  are free and open to the public (most are technical or marcom writers, but  others are welcome). The standard for presentations and workshops at the Forum  is very high because many of the participants come to meetings with a lot of  technical and practical experience. The informal atmosphere leads to a  discussion format rather than frontal presentations. Meetings always begin with  AA style introductions and announcements. Networking is always an important part  of the meetings, especially at the start and during breaks.</p>
<p><strong>Location:</strong> Yokneam City Hall</p>
<p><strong>Date:</strong> Oct. 30</p>
<p><strong>Time:</strong> 18:00-19:15</p>
<p><strong>Cost:</strong> Free, but you are expected to bring a refreshment to share (New England  style potluck) and registration is required</p>
<p><strong>Registration</strong>: <a href="http://www.elephant.org.il/headlines/oct_30_workshop_on_using_blogging_as_a_m.html" rel="nofollow" >www.elephant.org.il/headlines/oct_30_workshop_on_using_blogging_as_a_m.html</a></p>
<p>Join us to learn how blogs can help you take your company&#8217;s marketing to the  next level. We will cover:</p>
<ul>
<li>What makes a blog a blog?</li>
<li>What are all these things we&#8217;ve heard about: RSS feeds, trackbacks,  pingbacks?</li>
<li>What system should we use to blog: we&#8217;ll look at blogger, typepad,  wordpress.com and self-hosted WordPress.</li>
<li>How blogs benefit your business: increase search engine rankings, control  your online brand, strengthen customer loyalty, and more.</li>
<li>Blog writing strategies: how often should we post, what should we write  about, how long do the posts need to be, how do we find new material?</li>
</ul>
<p>I know Yokneam isn&#8217;t the most convenient location, but it&#8217;s not impossible, so I really hope I&#8217;ll see you there!</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/join-us-and-lorelle-at-wordcamp-israel-blogging-conference/' rel='bookmark' title='Join us (and Lorelle) at WordCamp Israel blogging conference'>Join us (and Lorelle) at WordCamp Israel blogging conference</a> <small>Itâ€™s now official &#8211; Lorelle Van Fossen (yes, THE Lorelle)...</small></li>
<li><a href='http://illuminea.com/blogging/alright-alright-you%e2%80%99ve-convinced-us-and-we%e2%80%99re-blogging/' rel='bookmark' title='Alright, alright &#8211; youâ€™ve convinced us, and weâ€™re blogging'>Alright, alright &#8211; youâ€™ve convinced us, and weâ€™re blogging</a> <small>About a month ago I really discovered the value of...</small></li>
<li><a href='http://illuminea.com/blogging/blogging-effectiveness-report-february-2007/' rel='bookmark' title='Blogging effectiveness report: February 2007'>Blogging effectiveness report: February 2007</a> <small>When I began blogging at the end of November, I...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/wordcamp-over-now-on-to-next-thing-free-workshop-on-blogging-and-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On iDrink and social networking</title>
		<link>http://illuminea.com/blogging/on-idrink-and-social-networking/</link>
		<comments>http://illuminea.com/blogging/on-idrink-and-social-networking/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 08:35:08 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Israel]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://illuminea.com/blogging/on-idrink-and-social-networking/</guid>
		<description><![CDATA[Last night I went to my first iDrink event. For those of you who are not familiar with iDrink, it&#8217;s a party/event for Israelis in the Internet and web industries. The format usually includes presentations by startups and sponsors of the event, some free drinks, and a lot of socializing and networking. This was their [...]
Related posts:<ol>
<li><a href='http://illuminea.com/social-media/upcoming-jerusalem-networking-event-with-jeff-pulver-social-media-marketing-for-non-profits/' rel='bookmark' title='Upcoming Jerusalem networking event with Jeff Pulver: social media marketing for non-profits'>Upcoming Jerusalem networking event with Jeff Pulver: social media marketing for non-profits</a> <small>I&#8217;ve been working on a new venture aimed at helping...</small></li>
<li><a href='http://illuminea.com/israel/digital-eve-meets-jerusalem-at-speed-networking-evening/' rel='bookmark' title='Digital Eve Meets Jerusalem at Speed-Networking Evening'>Digital Eve Meets Jerusalem at Speed-Networking Evening</a> <small>Last night I attended my first speed networking event. It...</small></li>
<li><a href='http://illuminea.com/marketing/my-4-step-social-media-strategy/' rel='bookmark' title='My 4 step (ok, 16 step) social media strategy'>My 4 step (ok, 16 step) social media strategy</a> <small>There are so many social media sites and tools out...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://illuminea.com/newsite/wp-content/uploads/2007/10/idrink.jpg" alt="idrink On iDrink and social networking"  title="On iDrink and social networking" /></p>
<p>Last night I went to my first <a href="http://idrink.ning.com" rel="nofollow"  title="iDrink">iDrink</a> event. For those of you who are not familiar with iDrink, it&#8217;s a party/event for Israelis in the Internet and web industries. The format usually includes presentations by startups and sponsors of the event, some free drinks, and a lot of socializing and networking. This was their seventh event, and there were tons of people there. At first, we couldn&#8217;t even get into the bar, and people were literally spilling out the door. But that was ok, cuz even the door was a social place to be. We got inside in time to hear/see the end of a presentation by a startup called <a href="http://www.kitchenbug.com/" rel="nofollow"  title="KitchenBug">KitchenBug</a>. It was so noisy that I couldn&#8217;t hear so well, but what I saw and heard made me a little worried: a pretty presentation with really cool shiny graphics, and a concept that I think has little value (sorry KitchenBug and investors). This screams &#8220;bubble&#8221; &#8211; pretty face, no content, investors investing. Yikes.</p>
<p>Aside from that, I actually had fun. Despite the fact that I was the only religious woman who looked like she stepped out of Biblical times, I met some interesting people and got an in-depth explanation of a new blogging-widget being developed by one of the startups (sorry, but that one also has signs of a bubble).</p>
<p>So what do you think it&#8217;s like to get into a room with a bunch of web fanatics? Well, upon meeting you they immediately take out their phone and &#8220;friend&#8221; you on <a href="http://facebook.com" rel="nofollow"  title="facebook">facebook</a>. I&#8217;m serious. Also, I had more than one person come up to me and say hi because they recognized me from facebook. I&#8217;m surprised no one was live-blogging.</p>
<p>The line between real and virtual life has become very thin.</p>
<p>Anyways, it was an experience. Kol hakavod to the organizers &#8211; it&#8217;s really great that they provide a setting for everyone in the industry to get together in a casual atmosphere. In a bar, it&#8217;s so easy to be friends, especially after a few drinks.</p>
<p>Maybe real life isn&#8217;t that different from facebook after all:</p>
<ul>
<li>Real life &#8211; drink, be friends</li>
<li>facebook &#8211; &#8220;friend me,&#8221; we&#8217;re friends</li>
</ul>
<p>And in that spirit, Demetri Maritin on the Daily Show gives his point of view on social networking:</p>
<p>[youtube]http://www.youtube.com/watch?v=VpcvR1tIBfQ[/youtube]</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/social-media/upcoming-jerusalem-networking-event-with-jeff-pulver-social-media-marketing-for-non-profits/' rel='bookmark' title='Upcoming Jerusalem networking event with Jeff Pulver: social media marketing for non-profits'>Upcoming Jerusalem networking event with Jeff Pulver: social media marketing for non-profits</a> <small>I&#8217;ve been working on a new venture aimed at helping...</small></li>
<li><a href='http://illuminea.com/israel/digital-eve-meets-jerusalem-at-speed-networking-evening/' rel='bookmark' title='Digital Eve Meets Jerusalem at Speed-Networking Evening'>Digital Eve Meets Jerusalem at Speed-Networking Evening</a> <small>Last night I attended my first speed networking event. It...</small></li>
<li><a href='http://illuminea.com/marketing/my-4-step-social-media-strategy/' rel='bookmark' title='My 4 step (ok, 16 step) social media strategy'>My 4 step (ok, 16 step) social media strategy</a> <small>There are so many social media sites and tools out...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/on-idrink-and-social-networking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>illuminea has a new site design!</title>
		<link>http://illuminea.com/blogging/illuminea-has-a-new-site-design/</link>
		<comments>http://illuminea.com/blogging/illuminea-has-a-new-site-design/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 22:04:24 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.illuminea.com/?p=169</guid>
		<description><![CDATA[Yes, we&#8217;ve revamped our website, and it&#8217;s about time! If you&#8217;re reading this in a feed reader, come on over and check it out. Our old site was divided into two parts: one part was a static site built on old-fashioned HTML, and the second part was the blog, sitting separately on WordPress. There were [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/new-course-in-wordpress-web-design-and-development/' rel='bookmark' title='New! Course in WordPress web design and development'>New! Course in WordPress web design and development</a> <small>illuminea college is offering an amazing course through which you&#8217;ll...</small></li>
<li><a href='http://illuminea.com/blogging/why-dont-israelis-design-for-firefox/' rel='bookmark' title='Why don&#8217;t Israelis Design for Firefox?'>Why don&#8217;t Israelis Design for Firefox?</a> <small>I love Firefox. I loved it before version 2.0, and...</small></li>
<li><a href='http://illuminea.com/blogging/vote-for-illuminea-on-the-bloggers-choice-awards/' rel='bookmark' title='Vote for illuminea on the Blogger&#8217;s Choice Awards'>Vote for illuminea on the Blogger&#8217;s Choice Awards</a> <small>illuminea has been nominated as a candidate in the Blogger&#8217;s...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.illuminea.com/blog/wp-content/uploads/2007/10/tractor.jpg" alt="tractor illuminea has a new site design!"  title="illuminea has a new site design!" /></p>
<p>Yes, we&#8217;ve revamped our website, and it&#8217;s about time! If you&#8217;re reading this in a feed reader, come on over and check it out.</p>
<p>Our old site was divided into two parts: one part was a static site built on old-fashioned HTML, and the second part was the blog, sitting separately on <a href="http://wordpress.org" rel="nofollow"  title="WordPress">WordPress</a>.</p>
<p>There were a few problems with that setup:</p>
<ol>
<li>Updating the static site was not fun, especially if we needed to update elements that were repeated across the site, like the navigation bar, or the footer.</li>
<li>The blog should have been tied into the site for better search engine results.</li>
<li>The blog was sitting on a really old version of WordPress.</li>
</ol>
<p>It was the old story of the shoemaker going barefoot &#8211; how can I recommend to clients to integrate their blogs with their websites for better web exposure, and not do so myself?</p>
<p><a href="http://2007.wordcamp.co.il/" rel="nofollow"  title="WordCamp Israel">WordCamp Israel</a> was the final push &#8211; if I&#8217;m going to be on the business panel at a WordPress conference, my business had better be oozing WordPress.</p>
<p>Having a new site has actually inspired me to pick up the pace on my blogging. It&#8217;s kind of like getting a new toy (i.e. laptop, PDA) which encourages you to become more productive.</p>
<p>I hope you like the site, and feedback is welcome. I know there are some quirks that need to be worked out, plus a lot of content is still missing, but we&#8217;ll get there!</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/new-course-in-wordpress-web-design-and-development/' rel='bookmark' title='New! Course in WordPress web design and development'>New! Course in WordPress web design and development</a> <small>illuminea college is offering an amazing course through which you&#8217;ll...</small></li>
<li><a href='http://illuminea.com/blogging/why-dont-israelis-design-for-firefox/' rel='bookmark' title='Why don&#8217;t Israelis Design for Firefox?'>Why don&#8217;t Israelis Design for Firefox?</a> <small>I love Firefox. I loved it before version 2.0, and...</small></li>
<li><a href='http://illuminea.com/blogging/vote-for-illuminea-on-the-bloggers-choice-awards/' rel='bookmark' title='Vote for illuminea on the Blogger&#8217;s Choice Awards'>Vote for illuminea on the Blogger&#8217;s Choice Awards</a> <small>illuminea has been nominated as a candidate in the Blogger&#8217;s...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/illuminea-has-a-new-site-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Israel &#8211; updates and tidbits</title>
		<link>http://illuminea.com/blogging/wordcamp-israel-updates-and-tidbits/</link>
		<comments>http://illuminea.com/blogging/wordcamp-israel-updates-and-tidbits/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 21:27:14 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordCamp Israel]]></category>

		<guid isPermaLink="false">http://www.illuminea.com/blogging/wordcamp-israel-updates-and-tidbits/</guid>
		<description><![CDATA[WordCamp Israel is fast approaching, and I wanted to update you on what&#8217;s going on. First of all, the registration closed a little over a week ago &#8211; capacity has been reached. I know there are a lot of disappointed people who really wanted to come, but hopefully it will either work out for them [...]
Related posts:<ol>
<li><a href='http://illuminea.com/blogging/join-us-and-lorelle-at-wordcamp-israel-blogging-conference/' rel='bookmark' title='Join us (and Lorelle) at WordCamp Israel blogging conference'>Join us (and Lorelle) at WordCamp Israel blogging conference</a> <small>Itâ€™s now official &#8211; Lorelle Van Fossen (yes, THE Lorelle)...</small></li>
<li><a href='http://illuminea.com/blogging/wordcamp-over-now-on-to-next-thing-free-workshop-on-blogging-and-business/' rel='bookmark' title='WordCamp over, now on to next thing: free workshop on blogging and business'>WordCamp over, now on to next thing: free workshop on blogging and business</a> <small>WordCamp Israel is over. It was fun and interesting, and...</small></li>
<li><a href='http://illuminea.com/blogging/tidbits-bibi-and-i-had-lunch-together-today/' rel='bookmark' title='Tidbits: Bibi and I had lunch together today'>Tidbits: Bibi and I had lunch together today</a> <small>I hold a lot of business meetings at a certain...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://i22.tinypic.com/2epim2g.gif" height="150" width="180" title="WordCamp Israel   updates and tidbits" alt="2epim2g WordCamp Israel   updates and tidbits" /></p>
<p><a href="http://2007.wordcamp.co.il/" rel="nofollow"  title="WordCamp Israel">WordCamp Israel</a> is fast approaching, and I wanted to update you on what&#8217;s going on.</p>
<p>First of all, <strong>the registration closed</strong> a little over a week ago &#8211; capacity has been reached. I know there are a lot of disappointed people who really wanted to come, but hopefully it will either work out for them this year, or they&#8217;ll manage to register in time for next year&#8217;s conference.</p>
<p>Second, <strong>I&#8217;m going to be moderating the panel on Blogging and Business</strong>. We have a really great panel, and I hope it will be enjoyable and informative. Here&#8217;s a bit about our panelists:</p>
<ul>
<li>Me. My company, illuminea provides blog development and strategic consultation services to businesses.</li>
<li><a href="http://ouriel.typepad.com/" rel="nofollow"  title="Ouriel Ohayon">Ouriel Ohayon</a>. Ouriel is the General Manager at <a href="http://lgilab.typepad.com/" rel="nofollow"  title="LGiLab">LGiLab</a>, a VC company, and he blogs on VCs, business, startups, and more. His blog has a very wide following.</li>
<li><a href="http://www.notes.co.il/yigal/" rel="nofollow"  title="Yigal Chamish">Yigal Chamish</a>. Yigal is an expert in knowledge management, and approaches blogs as a tools for creating effective learning and knowledge-sharing environments.</li>
<li><a href="http://pravdam.com" rel="nofollow"  title="Media, Technology, and Rebel Filmmaking">Kfir Pravda</a>. Kfir produces magazines and video for the Web, and works with companies and groups both locally and internationally to help them use blogs as business and marketing tools.</li>
<li><a href="http://blinkit.co.il" rel="nofollow"  title="Blinkit">Yisrael Blechman</a>. Yisrael is the CTO of Blink, which specializes in research, development and application of Web 2.0 methodologies and technologies for both intra- and extra-organizational purposes.</li>
</ul>
<p>Third, Lorelle has written a few posts in preparation of the upcoming conference that provide an interesting perspective on blogging and Israel:</p>
<ul>
<li><a href="http://english.wordcamp-israel.info/lorelle-on-blogging-and-israel/" rel="nofollow"  title="Lorelle on blogging and Israel">Lorelle on blogging and Israel</a> &#8211; Lorelle wrote this post specially for the WordCamp Israel English blog. It talks about blogging, and Lorelle&#8217;s past experiences in Israel.</li>
<li><a href="http://lorelle.wordpress.com/2007/10/09/wordcamp-israel-october-25-with-lorelle/" rel="nofollow" >WordCamp Israel October 25 with Lorelle</a> &#8211; Lorelle writes about the conference and Israeli society on Lorelle on WordPress.com.</li>
<li><a href="http://www.blogherald.com/2007/10/15/wordcamp-israel-exploring-israeli-bloggers/" rel="nofollow" >WordCamp Israel: Exploring Israeli Bloggers</a> &#8211; This post was published on the Blog Herald, and takes a look at some of Israel&#8217;s most interesting or popular bloggers.</li>
</ul>
<p>That&#8217;s it for now, and I hope I&#8217;ll see you there! Remember: Oct. 25, at 9am at Michlelet Afeka in Tel Aviv.</p>
<p>Related posts:<ol>
<li><a href='http://illuminea.com/blogging/join-us-and-lorelle-at-wordcamp-israel-blogging-conference/' rel='bookmark' title='Join us (and Lorelle) at WordCamp Israel blogging conference'>Join us (and Lorelle) at WordCamp Israel blogging conference</a> <small>Itâ€™s now official &#8211; Lorelle Van Fossen (yes, THE Lorelle)...</small></li>
<li><a href='http://illuminea.com/blogging/wordcamp-over-now-on-to-next-thing-free-workshop-on-blogging-and-business/' rel='bookmark' title='WordCamp over, now on to next thing: free workshop on blogging and business'>WordCamp over, now on to next thing: free workshop on blogging and business</a> <small>WordCamp Israel is over. It was fun and interesting, and...</small></li>
<li><a href='http://illuminea.com/blogging/tidbits-bibi-and-i-had-lunch-together-today/' rel='bookmark' title='Tidbits: Bibi and I had lunch together today'>Tidbits: Bibi and I had lunch together today</a> <small>I hold a lot of business meetings at a certain...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://illuminea.com/blogging/wordcamp-israel-updates-and-tidbits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/273 queries in 0.191 seconds using disk: basic
Object Caching 24607/24851 objects using disk: basic

Served from: illuminea.com @ 2012-02-07 09:33:24 -->
