<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>eSpace Blog - RSS Feed</title>
    <link>http://espace.com.eg/rss/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The RSS feed for eSpace blog.</description>
    
    
        <item>
          <title>Task Cards: First eSpace iPad App</title>
          <description>&lt;p&gt;Just a couple days ago eSpace, in its first collaboration with &lt;a href=&quot;http://www.fictiv.net/&quot;&gt;Fictiv&lt;/a&gt;, opened the curtains to unveil our first iPad application. Being productivity buffs ourselves, and upon realizing that there is still a need for a cheap, simple, and yet effective productivity app, we went ahead with creating an index card based to-do list organizer called &lt;a href=&quot;http://itunes.apple.com/us/app/task-cards/id382006709?mt=8&quot;&gt;Task Cards&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://a1.phobos.apple.com/us/r1000/019/Purple/a6/e3/fa/mzi.pcxiektg.175x175-75.jpg&quot; alt=&quot;Task Cards&quot; /&gt;&lt;/p&gt;</description>
          <pubDate>Wed, 28 Jul 2010 16:05:22 GMT</pubDate>
          <guid>http://espace.com.eg/blog/2010/07/28/task-cards-first-espace-ipad-app/</guid>
          <link>http://espace.com.eg/blog/2010/07/28/task-cards-first-espace-ipad-app/</link>
        </item>
    
        <item>
          <title>Marginize: A Real Entrepreneurship Story</title>
          <description>&lt;p&gt;One day we got this call from Ziad Sultan, a young and enthusiastic entrepreneur from Boston, MA, and he had this crazy Idea. His vision was to create a margin to websites… creating an augmented or meta web, where people can share their thoughts in real time on any website.  eSpace created a team working very closely with Ziad, and over the months the startup, Marginize was created, enrolled in TechStars, and a mere three months later graduated being the only company succeeding in raising the money it needed even before the end of the event. The aspiring story about Dharmesh, a very successful entrepreneur and angel investor, sending his interest to invest in Marginize through marginize was the talk of the community in Boston for a while now. Around the same time as the TechStars event, which eSpace had the privilege to attend and catch on the fever, Marginize was featured in TechCrunch and a featured app for Google’s Buzz.&lt;/p&gt;</description>
          <pubDate>Thu, 10 Jun 2010 13:44:54 GMT</pubDate>
          <guid>http://espace.com.eg/blog/2010/06/10/marginize-a-real-entrepreneurship-story/</guid>
          <link>http://espace.com.eg/blog/2010/06/10/marginize-a-real-entrepreneurship-story/</link>
        </item>
    
        <item>
          <title>eSpace Shows IE6 the Chair</title>
          <description>&lt;p&gt;A problem we&amp;rsquo;ve been battling over for a while now is whether or not we should discontinue supporting Internet Explorer 6 in  our new web applications. Not only does IE6 prove time and again to be buggy and infamously unable to adhere to standards, but it also takes about 20%  more time during the development phase of any project for special handling. That  time could be much better put to use in other things like code review,  testing, and bug solving.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://intranet.espace.com.eg/files/ie6.png&quot; alt=&quot;ie6_on_the_chair&quot; /&gt;&lt;/p&gt;</description>
          <pubDate>Wed, 28 Apr 2010 09:07:48 GMT</pubDate>
          <guid>http://espace.com.eg/blog/2010/04/28/espace-shows-ie6-the-chair/</guid>
          <link>http://espace.com.eg/blog/2010/04/28/espace-shows-ie6-the-chair/</link>
        </item>
    
        <item>
          <title>Tawazi - Parallel Design Patterns in Ruby</title>
          <description>&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Tawazi is the Arabic translation for the English word &amp;quot;Parallel&amp;quot;. Tawazi is a library written 100% in Ruby. Tawazi provides Ruby developers an easy-to-use, easy-to-extend, high-performing parallel execution frameworks inspired by the theory of Parallel Design Patterns (http://parlab.eecs.berkeley.edu/wiki/patterns/patterns).&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;For years, processor manufactures consistently delivered increases in clock rates and instruction-level parallelism, so that single-threaded code executed faster on newer&amp;nbsp;&lt;/div&gt;
&lt;div&gt;processors with no modification. Now,to manage CPU power dissipation, processor manufacturers favor multi-core chip designs, and software has to be written in amulti-threaded or multi-process manner to take full advantage of the hardware. Handling Parallel processing and concurrency issues every time we write our software has many drawbacks:&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;1-Not all application developers has deep knowledge about parallel processing and councurrency control. They should focus in solving their application problems instead of dealing with parallel processing problems.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;2-No code reuse. Every time you will repeat the same &amp;quot;patterns&amp;quot; to solve parallel processing problem.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;3-A big source for bugs and concurrency mistakes, specially for large and complex systems.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;4-Poor code clearness and readability. No common language between developers.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;</description>
          <pubDate>Wed, 21 Apr 2010 14:21:56 GMT</pubDate>
          <guid>http://espace.com.eg/blog/2010/04/21/tawazi---parallel-design-patterns-in-ruby/</guid>
          <link>http://espace.com.eg/blog/2010/04/21/tawazi---parallel-design-patterns-in-ruby/</link>
        </item>
    
        <item>
          <title>Dataflow design pattern for Multicore-enabled programs</title>
          <description>&lt;p&gt;Multicore technology is the solution chosen by hardware manufacturer to translate the advances in semiconductor manufacturing into more processing power. For years, software developers used to run their code on the newer processor with no (or few) modifications to have it run faster. After the move of multicore this is not the case. Software has to be written in a multithreaded or multiprocess manner to take full advantage of the hardware. Software developers will be forced to develop massively multithreaded programs as a way to better use such processors. Multicore CPUs will make parallelism explicit. After more than 40 years of research in the field of parallelising compilers, the results are still limited.&lt;/p&gt;</description>
          <pubDate>Mon, 01 Mar 2010 16:44:49 GMT</pubDate>
          <guid>http://espace.com.eg/blog/2010/03/01/dataflow-design-pattern-for-multicore-enabled-programs/</guid>
          <link>http://espace.com.eg/blog/2010/03/01/dataflow-design-pattern-for-multicore-enabled-programs/</link>
        </item>
    
        <item>
          <title>Go Egypt Go!</title>
          <description>&lt;p class=&quot;MsoNormal&quot;&gt;How can we all experience together the final stand-off game between &lt;st1:country-region w:st=&quot;on&quot;&gt;Egypt&lt;/st1:country-region&gt; and &lt;st1:place w:st=&quot;on&quot;&gt;&lt;st1:country-region w:st=&quot;on&quot;&gt;Algeria&lt;/st1:country-region&gt;&lt;/st1:place&gt; for the WorldCup 2010 qualifiers, without having to be in the same room?&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;Just one of the many thoughts we usually muse about during our lunchtime discussions. But this time we decided to do something about it. And so came the idea of creating a page where all tweets regarding the game will be aggregated. Four hours later it was done. Just use the tags &lt;b&gt;#Egypt&lt;/b&gt;, &lt;b&gt;#Algeria&lt;/b&gt;, &lt;b&gt;#Egyptmatch&lt;/b&gt;, and &lt;b&gt;#Sudan&lt;/b&gt; in your tweets and keep &lt;a href=&quot;http://www.egyptweets.com/&quot;&gt;www.egyptweets.com&lt;/a&gt; open throughout the game and afterwards!&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;So, as all eyes are directed towards &lt;st1:city w:st=&quot;on&quot;&gt;&lt;st1:place w:st=&quot;on&quot;&gt;Khartoum&lt;/st1:place&gt;&lt;/st1:city&gt;, all hearts direct to the heavens with their hopes and dreams, direct your browsers to egyptweets.com!&lt;o:p&gt; &lt;br /&gt;
&lt;/o:p&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;May the best team (a.k.a. &lt;st1:place w:st=&quot;on&quot;&gt;&lt;st1:country-region w:st=&quot;on&quot;&gt;Egypt&lt;/st1:country-region&gt;&lt;/st1:place&gt;) win!&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://intranet.espace.com.eg/files/eSpace-cheers.png&quot; alt=&quot;Cheers!&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
          <pubDate>Wed, 18 Nov 2009 10:03:32 GMT</pubDate>
          <guid>http://espace.com.eg/blog/2009/11/18/go-egypt-go/</guid>
          <link>http://espace.com.eg/blog/2009/11/18/go-egypt-go/</link>
        </item>
    
        <item>
          <title>Web Developers Needed</title>
          <description>&lt;p/&gt;&lt;p&gt;Organization,  meticulousness, an ability to envision what you are creating from scratch and to be accommodating: to us, a strong web developer should have all those qualities. A web developer is the core of the website construction process, and as such has to be up to the task at hand and has to realize that all the subsequent steps of design and content creation depend on the developer's ability to realize his/her vision. We are seeking dedicated web developers that find that they fit this description and have the spirit needed to bring out the bets of our creations and his/her own. If you are interested, send your CV at HR@eSpace.com.eg with subject title &quot;Junior Web Developer&quot; .
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technical skills:&lt;/strong&gt; 
&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;Web development using Ruby on Rails.&lt;/li&gt;
&lt;/ul&gt;

For more vacancies available check &lt;a href=&quot;http://www.espace.com.eg/company/careers&quot;&gt;eSpace Careers Page&lt;/a&gt;. </description>
          <pubDate>Mon, 16 Nov 2009 08:56:09 GMT</pubDate>
          <guid>http://espace.com.eg/blog/2009/11/16/web-developers-needed/</guid>
          <link>http://espace.com.eg/blog/2009/11/16/web-developers-needed/</link>
        </item>
    
        <item>
          <title>Podcast Now on iTunes</title>
          <description>&lt;p&gt;You can now find our podcast in the iTunes store. Click &lt;a href=&quot;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=336133370  &quot;&gt;here &lt;/a&gt;to view our podcast channel and to subscribe.&amp;nbsp; Please note that you need to have iTunes to view this item; you can download iTunes for free &lt;a href=&quot;http://www.apple.com/itunes/download/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
          <pubDate>Mon, 19 Oct 2009 10:29:21 GMT</pubDate>
          <guid>http://espace.com.eg/blog/2009/10/19/podcast-now-on-itunes/</guid>
          <link>http://espace.com.eg/blog/2009/10/19/podcast-now-on-itunes/</link>
        </item>
    
        <item>
          <title>eSpace Talks: Tune in to Our First Podcast</title>
          <description>&lt;p&gt;Web 2.0 is an amazing thing; people everywhere partake in the miracle of communication to share knowledge, ideas, and fun. In the world of blogging and podcasting, no little piece of knowledge is kept secret and anyone with a question is almost certain to find an answer. Which is why it is sad that with so much free access to delivering and obtain knowledge, Arabic content is quite scarce.&lt;/p&gt;</description>
          <pubDate>Wed, 14 Oct 2009 06:50:28 GMT</pubDate>
          <guid>http://espace.com.eg/blog/2009/10/14/espace-talks-tune-in-to-our-first-podcast/</guid>
          <link>http://espace.com.eg/blog/2009/10/14/espace-talks-tune-in-to-our-first-podcast/</link>
        </item>
    
        <item>
          <title>eSpace's Coverage of RubyKaigi in Rails Magazine! </title>
          <description>&lt;p&gt;Software developers or reporters?&lt;/p&gt;
&lt;p&gt;Both and more! Seems like eSpace is becoming at the core of events in the Ruby on Rails community, as Muhammad Ali, our CTO, and Ehab El-Badry, our COO, report to Rails Magazine about their trip to &lt;a href=&quot;http://www.espace.com.eg/blog/2009/07/10/espace-in-rubys-homeland/&quot;&gt;RubyKaigi&lt;/a&gt;. Not only did they give a full exclusive coverage of the event, but they also conducted a couple of interviews there with &lt;a href=&quot;http://en.wikipedia.org/wiki/Yukihiro_Matsumoto&quot;&gt;Yukihiro Matsumoto&lt;/a&gt;, Ruby's chief designer, and Koichi Sasada, the creator and maintainer of &lt;a href=&quot;http://en.wikipedia.org/wiki/YARV&quot;&gt;YARV&lt;/a&gt;. You can read the digital issue &lt;a href=&quot;http://railsmagazine.com/issues/4&quot;&gt;here&lt;/a&gt;, and be sure to drop a line if you think our staff has any blooming writing talent!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://intranet.espace.com.eg/files/magazine.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;</description>
          <pubDate>Sun, 06 Sep 2009 13:42:55 GMT</pubDate>
          <guid>http://espace.com.eg/blog/2009/09/06/espaces-coverage-of-rubykaigi-in-rails-magazine/</guid>
          <link>http://espace.com.eg/blog/2009/09/06/espaces-coverage-of-rubykaigi-in-rails-magazine/</link>
        </item>
    
    
  </channel>
</rss>

