<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>MIND::debug(thoughts) - Home</title><link>http://lab.rushthinking.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RushThinking" /><language>en-US</language><lastBuildDate>Fri, 12 Mar 2010 07:28:52 PST</lastBuildDate><generator>Mephisto Drax http://mephistoblog.com</generator><feedburner:info uri="rushthinking" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><description></description><itunes:explicit>no</itunes:explicit><itunes:subtitle></itunes:subtitle><item><title>WhoisPs: A ruby gem for whois .PS domains</title><link>http://feedproxy.google.com/~r/RushThinking/~3/0GfBsfIqT_8/whoisps-ruby-gem</link><category>gems</category><category>ruby</category><category>whois</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amr</dc:creator><pubDate>Fri, 12 Mar 2010 07:28:52 PST</pubDate><guid isPermaLink="false">tag:lab.rushthinking.com,2010-03-08:13</guid><description>
            &lt;p&gt;
Domain Whois (information) for the .PS domain. And it's because .PS TLD has no whois server. WhoisPs the best solution as a tool to get .PS domain data, ie, status, DNS servers, and other.
&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;This gem is well tested on "demo.ps" domain&lt;/li&gt;&lt;/ul&gt;

&lt;h3&gt;Quick Start&lt;/h3&gt;

&lt;h2&gt;Install the gem&lt;/h2&gt;
&lt;p&gt;First you should install the gem to your server/machine by&lt;/p&gt;
&lt;div class="CodeMacro"&gt;
&lt;table class="CodeRay"&gt;&lt;tr&gt;
  &lt;td title="click to toggle" class="line_numbers"&gt;&lt;pre&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;/pre&gt;&lt;/td&gt;
  &lt;td class="code"&gt;&lt;pre&gt;sudo gem install whois-ps&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;

&lt;p&gt;Also, some dependencies will be installed if not, install it manually.&lt;/p&gt;
&lt;div class="CodeMacro"&gt;
&lt;table class="CodeRay"&gt;&lt;tr&gt;
  &lt;td title="click to toggle" class="line_numbers"&gt;&lt;pre&gt;1&lt;tt&gt;
&lt;/tt&gt;2&lt;tt&gt;
&lt;/tt&gt;3&lt;tt&gt;
&lt;/tt&gt;4&lt;tt&gt;
&lt;/tt&gt;&lt;strong&gt;5&lt;/strong&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;/pre&gt;&lt;/td&gt;
  &lt;td class="code"&gt;&lt;pre&gt;&lt;span class="c"&gt;#requires mechanize as runtime dependencies&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;sudo gem install mechanize &lt;span class="c"&gt;# if not installed&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;  &lt;tt&gt;
&lt;/tt&gt;&lt;span class="c"&gt;#requires shoulda as development dependencies&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;sudo gem install shoulda &lt;span class="c"&gt;# if not installed&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;

  
&lt;h2&gt;Try it in terminal&lt;/h2&gt;
&lt;p&gt;Type &lt;em&gt;irb&lt;/em&gt; in the terminal, then&lt;/p&gt;

&lt;div class="CodeMacro"&gt;
&lt;table class="CodeRay"&gt;&lt;tr&gt;
  &lt;td title="click to toggle" class="line_numbers"&gt;&lt;pre&gt;1&lt;tt&gt;
&lt;/tt&gt;2&lt;tt&gt;
&lt;/tt&gt;3&lt;tt&gt;
&lt;/tt&gt;4&lt;tt&gt;
&lt;/tt&gt;&lt;strong&gt;5&lt;/strong&gt;&lt;tt&gt;
&lt;/tt&gt;6&lt;tt&gt;
&lt;/tt&gt;7&lt;tt&gt;
&lt;/tt&gt;8&lt;tt&gt;
&lt;/tt&gt;9&lt;tt&gt;
&lt;/tt&gt;&lt;strong&gt;10&lt;/strong&gt;&lt;tt&gt;
&lt;/tt&gt;11&lt;tt&gt;
&lt;/tt&gt;&lt;/pre&gt;&lt;/td&gt;
  &lt;td class="code"&gt;&lt;pre&gt;irb&amp;gt; require &lt;span class="s"&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="k"&gt;rubygems&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;irb&amp;gt; require &lt;span class="s"&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="k"&gt;whois-ps&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;irb&amp;gt; d = &lt;span class="co"&gt;WhoisPs&lt;/span&gt;.dns &lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;demo.ps&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt; &lt;span class="c"&gt;#return an array of the dns for the domain&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;irb&amp;gt; d.each &lt;span class="r"&gt;do&lt;/span&gt; |r|&lt;tt&gt;
&lt;/tt&gt;irb*   p r&lt;tt&gt;
&lt;/tt&gt;irb&amp;gt; &lt;span class="r"&gt;end&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;ns1.linode.com&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;ns2.linode.com&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;ns3.linode.com&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;ns4.linode.com&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;=&amp;gt; [&lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;ns1.linode.com&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;, &lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;ns2.linode.com&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;, &lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;ns3.linode.com&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;, &lt;span class="s"&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;span class="k"&gt;ns4.linode.com&lt;/span&gt;&lt;span class="dl"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;]&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;h3&gt; Usage&lt;/h3&gt;
&lt;p&gt;They are 7 functions to get data for the .PS domain, here are listed with a tiny description of each:&lt;/p&gt;

&lt;div class="CodeMacro"&gt;
&lt;table class="CodeRay"&gt;&lt;tr&gt;
  &lt;td title="click to toggle" class="line_numbers"&gt;&lt;pre&gt;1&lt;tt&gt;
&lt;/tt&gt;2&lt;tt&gt;
&lt;/tt&gt;3&lt;tt&gt;
&lt;/tt&gt;4&lt;tt&gt;
&lt;/tt&gt;&lt;strong&gt;5&lt;/strong&gt;&lt;tt&gt;
&lt;/tt&gt;6&lt;tt&gt;
&lt;/tt&gt;7&lt;tt&gt;
&lt;/tt&gt;8&lt;tt&gt;
&lt;/tt&gt;9&lt;tt&gt;
&lt;/tt&gt;&lt;strong&gt;10&lt;/strong&gt;&lt;tt&gt;
&lt;/tt&gt;11&lt;tt&gt;
&lt;/tt&gt;12&lt;tt&gt;
&lt;/tt&gt;13&lt;tt&gt;
&lt;/tt&gt;14&lt;tt&gt;
&lt;/tt&gt;&lt;/pre&gt;&lt;/td&gt;
  &lt;td class="code"&gt;&lt;pre&gt;&lt;span class="co"&gt;WhoisPs&lt;/span&gt;.whois( &lt;span class="co"&gt;DOT_PS_DOMAIN&lt;/span&gt; ) &lt;span class="c"&gt;#=&amp;gt;  a wide array of all domain information&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="c"&gt;#=&amp;gt; [ :dni =&amp;gt; [...], :dno =&amp;gt; [...], :dac =&amp;gt; [...], :dtc =&amp;gt; [...], :reg =&amp;gt; [...], :dns =&amp;gt; [...] ]&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="co"&gt;WhoisPs&lt;/span&gt;.status( &lt;span class="co"&gt;DOT_PS_DOMAIN&lt;/span&gt; ) &lt;span class="c"&gt;#=&amp;gt; array of Domain Name Info&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="c"&gt;#=&amp;gt; [...]&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="co"&gt;WhoisPs&lt;/span&gt;.dns( &lt;span class="co"&gt;DOT_PS_DOMAIN&lt;/span&gt; ) &lt;span class="c"&gt;#=&amp;gt; array of Domain Name Servers&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="c"&gt;#=&amp;gt; [...]&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="co"&gt;WhoisPs&lt;/span&gt;.owner( &lt;span class="co"&gt;DOT_PS_DOMAIN&lt;/span&gt; ) &lt;span class="c"&gt;#=&amp;gt; array of Owner Contact Info&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="c"&gt;#=&amp;gt; [...]&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="co"&gt;WhoisPs&lt;/span&gt;.admin( &lt;span class="co"&gt;DOT_PS_DOMAIN&lt;/span&gt; ) &lt;span class="c"&gt;#=&amp;gt; array of Administrative Contact Info&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="c"&gt;#=&amp;gt; [...]&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="co"&gt;WhoisPs&lt;/span&gt;.tech( &lt;span class="co"&gt;DOT_PS_DOMAIN&lt;/span&gt; )  &lt;span class="c"&gt;#=&amp;gt; array of Technical Contact Info&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="c"&gt;#=&amp;gt; [...]&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="co"&gt;WhoisPs&lt;/span&gt;.reg( &lt;span class="co"&gt;DOT_PS_DOMAIN&lt;/span&gt; ) &lt;span class="c"&gt;#=&amp;gt; array of  Registrar Contact Info&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class="c"&gt;#=&amp;gt; [...]&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;h3&gt;Why WhoisPs gem?&lt;/h3&gt;
&lt;p&gt;For some reason the TLD of .PS domains has no whois server, so if you want to see the information of the .PS domain you should go to &lt;a href="http://www.nic.ps/whois/whois.html"&gt;http://www.nic.ps/whois/whois.html&lt;/a&gt;
&lt;/p&gt;

&lt;h3&gt;Contributing&lt;/h3&gt;
&lt;p&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://github.com/amrnt/whois-ps"&gt;This is the WhoisPs repository on Github&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fork the project.&lt;/li&gt;
&lt;li&gt;Make your feature addition or bug fix.&lt;/li&gt;
&lt;li&gt;Add tests for it. This is important so I don't break it in a  future version unintentionally.&lt;/li&gt;
&lt;li&gt;Commit, do not mess with rakefile, version, or history.  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)&lt;/li&gt;
&lt;li&gt;Send me a pull request. Bonus points for topic branches.&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;h3&gt;Copyright&lt;/h3&gt;
&lt;p&gt;Copyright (c) 2010 Amr N Tamimi. See &lt;a href="http://github.com/amrnt/whois-ps/blob/master/LICENSE"&gt;LICENSE&lt;/a&gt; for details.&lt;/p&gt;
          </description><feedburner:origLink>http://lab.rushthinking.com/2010/3/8/whoisps-ruby-gem</feedburner:origLink></item><item><title>Yalla ع Demo.ps </title><link>http://feedproxy.google.com/~r/RushThinking/~3/MgMEkMpM2UE/yalla-3-demo-ps</link><category>demo.ps</category><category>startups</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amr</dc:creator><pubDate>Tue, 27 Apr 2010 16:33:35 PDT</pubDate><guid isPermaLink="false">tag:lab.rushthinking.com,2010-02-26:6</guid><description>
            &lt;p&gt;The title means "Let's go to Demo.ps"&lt;/p&gt;

&lt;p&gt;After the second meeting of Demo.ps, I understand now! There are alot of entrepreneurs.&lt;/p&gt;

&lt;p&gt;&lt;i&gt;Demo.ps: Palestinian Entrepreneurship Forum for Startups and Technology&lt;/i&gt;&lt;br /&gt; Or in Arabic: ملتقى التقنيين الفلسطينيين ".&lt;/p&gt;

&lt;p&gt;It's the first gesture of its kind in Palestine, to talk about innovations and startups in general, e-marketing and solutions, technology and much more.&lt;/p&gt;

&lt;p&gt;Day after a day, people wants to know more about Demo.ps, the people behind it and the idea itself. In my previous post "what's demo.ps", I wrote it in rush, and nothing -almost- was clear. Well, some more information.&lt;/p&gt;

&lt;h3&gt;The Team&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Mohamad Asmar (&lt;a href="http://twitter.com/daigoor"&gt;@daigoor&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Omar Abu Safieh (&lt;a href="http://twitter.com/omarnas"&gt;@omarnas&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Ayman Awartani&lt;/li&gt;
&lt;li&gt;Amr N Tamimi (&lt;a href="http://twitter.com/amrnt"&gt;@amrnt&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;The Idea&lt;/h3&gt;
&lt;p&gt; From the beginning, the idea came and buzzed while a meeting of the three Guys of the team: Amr, Ayman and Omar. First we thought of a video community for technologist in Nablus. Later, we decide to make it such an event from time to time.&lt;/p&gt;

&lt;h3&gt;In The Action&lt;/h3&gt;
&lt;p&gt;We've done the first session and the introduction session was in my dad office, with the help of Mohammed Salameh, and attending of 20 invited people including Dr. Baker Abdulhaq. The attendees were encouraging of the idea, they liked it and wanted to know more.&lt;/p&gt;

&lt;p&gt;We begun our activity through a &lt;a href="http://facebook.com/demops"&gt;facebook page for Demo.ps&lt;/a&gt;. We collected more than 100 of fans in couple of days. We made a twitter channel (&lt;a href="http://twitter.com/demo_ps"&gt;@demo_ps&lt;/a&gt;) also! We've gone social! The &lt;a href="http://demo.ps"&gt;Demo.ps website&lt;/a&gt; is currently in the beta stage, check it out!&lt;/p&gt;

&lt;p&gt;For preparing the second meeting, we've got help from Dr. Baker Abdulhaq. And it was done on Saturday, Feb, 20 in a computer lab in the university. Yes, it was amazing. We faced the rapid reaction of the attendees that we didn't expect! Many people would like to talk.&lt;/p&gt;

&lt;h3&gt;Shots... Say Cheese!&lt;/h3&gt;
&lt;p class="center"&gt;

&lt;/p&gt;

&lt;p class="center"&gt;

&lt;/p&gt;

&lt;p class="center"&gt;

&lt;/p&gt;

&lt;p class="center"&gt;

&lt;/p&gt;

&lt;p class="center"&gt;

&lt;/p&gt;

&lt;h3&gt;Challenges&lt;/h3&gt;
&lt;p&gt;In the second meeting, some people bet on us, that the attendees won't break the 10 people! Well, the attendees were 10 multiply 8. Yes almost 80 people were attended this meeting, and many others said sorry that they couldn't attend. So, see you next meeting.&lt;/p&gt;
&lt;p&gt;Next time, we expect more people, so more space is needed!&lt;/p&gt;

&lt;h3&gt;Special Thanks&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Dr. Baker Abdulhaq&lt;/li&gt;
&lt;li&gt;Inst. Mohammed Salameh&lt;/li&gt;
&lt;li&gt;Dr. Maher Arafat&lt;/li&gt;
&lt;li&gt;All attendees of the previous sessions so far.&lt;/li&gt;
&lt;/ul&gt;
          </description><feedburner:origLink>http://lab.rushthinking.com/2010/2/26/yalla-3-demo-ps</feedburner:origLink></item><item><title>What is Demo.ps?</title><link>http://feedproxy.google.com/~r/RushThinking/~3/A0MadbmtlsE/what-is-demo-ps</link><category>demo.ps</category><category>startups</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amr</dc:creator><pubDate>Tue, 27 Apr 2010 16:34:47 PDT</pubDate><guid isPermaLink="false">tag:lab.rushthinking.com,2010-02-07:3</guid><description>
            &lt;p&gt;In Palestine, the core of the information technology growth is the youth. And the Technical openness which happened in previous years is the gate for the perfect progress in the natural life, especially in the technological development.&lt;/p&gt;

&lt;p&gt;Recently, an union of information technology has been established in Nablus. A good move. But what then? It must be effective for tech activities etc..&lt;/p&gt;

&lt;p&gt;Ummm, okay, Demo.ps has a solution.&lt;/p&gt;

&lt;h3&gt;The Name&lt;/h3&gt;
&lt;p&gt;Demo is the shortcut of demonstration word. .PS is the Palestinian domain. And because we/you want to show and talk it's Demo.ps&lt;/p&gt;

&lt;p class="center"&gt;

&lt;/p&gt;

&lt;h3&gt;So what?&lt;/h3&gt;
&lt;p&gt;Demo.ps came to hold the initiative minds of youth, developing their technical knowledge, to make them motivated to discover more.&lt;/p&gt;

&lt;p&gt;Demo.ps is your stage to talk, share and exchange ideas/information in technology domain.&lt;/p&gt;

&lt;h3&gt;In other way&lt;/h3&gt;
&lt;p&gt;Demo.ps is a series of sessions that talk about many topics, such as:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Startups and innovations&lt;/li&gt;
  &lt;li&gt;Web applications, and development&lt;/li&gt;
  &lt;li&gt;E-marketing and solutions for making business&lt;/li&gt;
  &lt;li&gt;Mobile development&lt;/li&gt;
  &lt;li&gt;New Technologies&lt;/li&gt;
  &lt;li&gt;Programming Language&lt;/li&gt;
  &lt;li&gt;And more other...&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Get connected&lt;/h3&gt;
&lt;p&gt;Currently, &lt;a href="http://demo.ps"&gt;Demo.ps Website&lt;/a&gt; is in development stage. Visit it bookmark it and come back again&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;&lt;p&gt;Also, Demo.ps has social channels on Facebook and Twitter. To stay updated, become a fan on Facebook: &lt;a href="http://www.facebook.com/profile.php?id=295163667153"&gt;here&lt;/a&gt;. And follow Demo.ps on Twitter: &lt;a href="http://twitter.com/demo_ps"&gt;here&lt;/a&gt;. Or subscribe to this blog: &lt;a href="http://feeds.feedburner.com/RushThinking"&gt;here&lt;/a&gt;

&lt;/p&gt;&lt;h3&gt;Sponsors&lt;/h3&gt;
&lt;p&gt;Now, Demo.ps is leaded by &lt;a href="http://highruns.com"&gt;Highruns, Inc.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you want to support Demo.ps, contact info[at]demo.ps&lt;/p&gt;

&lt;h3&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;Demo.ps is a unique-type of sessions/events in Palestine. Now, It covers Nablus area, and soon will cover All the Westbank.&lt;/p&gt;

&lt;h2&gt;You have to come! &lt;/h2&gt;
          </description><feedburner:origLink>http://lab.rushthinking.com/2010/2/7/what-is-demo-ps</feedburner:origLink></item><item><title>Thinking Global - Part I</title><link>http://feedproxy.google.com/~r/RushThinking/~3/qpvyB-hQaY8/thinking-global-part-i</link><category>thinking-global</category><category>thoughts</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amr</dc:creator><pubDate>Sun, 07 Mar 2010 10:09:01 PST</pubDate><guid isPermaLink="false">tag:lab.rushthinking.com,2010-02-05:2</guid><description>
            &lt;p&gt;In this article I will talk about the thinking global role in making web innovations and startups in Palestine.&lt;/p&gt;

&lt;h3&gt;Young People&lt;/h3&gt;
&lt;p&gt;Well, six years ago, Facebook published as a social web site for Harvard students. The Creator of Facebook, Mark Zucherburg, was only 20 years old. Years later he made Facebook a world wide social community with millions of users. Nowadays, Mark is rated as the richest guy in the world. Yes, all because Facebook.&lt;/p&gt;
&lt;p class="center"&gt;&lt;/p&gt;
&lt;h3&gt;Status&lt;/h3&gt;
&lt;p&gt;Let's back to Palestine, Palestine is witnessing the rapidly rise in the field of technology. All noticed the changes in the daily lives of citizens, we all use iPhones to explore the Internet on the roads, yes, also we have 3G technology. And no books any more, &lt;a href="http://www.amazon.com/Kindle-Amazons-Original-Wireless-generation/dp/B000FI73MA"&gt;Amazon Kindle&lt;/a&gt; is available for using, and everybody use it. The Internet connection available in 50Mb/s lately. Yes Yes Yes it all Lies.&lt;/p&gt;

&lt;p&gt;Honestly, Palestine got the worst. No 3G technology. The Internet Connection is available only up to 2Mb/s --and everybody has limited quota for his monthly download. This is only about how people connect the WWW. And that is a tip of the iceberg.&lt;/p&gt;

&lt;h3&gt;Don't wonder, begin with yourself.&lt;/h3&gt;
&lt;p&gt;Could we find a guy like Mark in this land. Maybe. Why maybe? say "Yes", say I know somebody, say: "Me". If your answer is "No", then ask again Why no? say "Yes", say I know somebody, say: "Me".&lt;/p&gt;

&lt;h3&gt;YES WE CAN&lt;/h3&gt;
&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Martin_Luther_King,_Jr."&gt;Martin Luther King&lt;/a&gt; had a dream and Obama said &lt;a href="http://www.youtube.com/watch?v=jjXyqcx-mYY"&gt;Yes We Can&lt;/a&gt;, and we all saw how the black people of the US switched from being slaves to be presidents and billionaires.&lt;/p&gt;
&lt;p class="center"&gt;&lt;/p&gt;

&lt;h3&gt;The Problem&lt;/h3&gt;
&lt;p&gt;It's itself complicated. Specialists needed to list the problem(s) in the points.&lt;/p&gt;

&lt;h3&gt;The Solution&lt;/h3&gt;
&lt;p&gt;The solution in my opinion, is to think global -see the needs of the world, not even the area you live in, apply it, share it and I promise you'll success.&lt;/p&gt;

&lt;p&gt;Thinking locally destroys me. Give me an exact number of people who will use your own social community. Nobody will leave Facebook or Twitter to interacts with such social network that its visitor won't hit 1000 people.&lt;/p&gt;

&lt;p&gt;Let's take &lt;a href="http://www.peeks.ps"&gt;Peeks&lt;/a&gt; as an example, Peeks means Palestinian Geeks. Well its great idea, but not great as it applied now. Peeks uses &lt;a href="http://www.ning.com/"&gt;NING&lt;/a&gt; as a ready to use social network -not so nerdy. Okay, first time I saw this "geeks" website, I got exited, I signed up, and played around, but naaahhh, I have months with no one login record, why? Ask Peeks Owners.&lt;/p&gt; 

&lt;p&gt;Another funny example is the Open Advertisements Websites. Let's count how many website specialized with such things.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href="http://www.safqaonline.com"&gt;Safqa Online&lt;/a&gt; (read the updates)&lt;/li&gt;
  &lt;li&gt;&lt;a href="http://www.shobiddak.com"&gt;Sho Biddak&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href="http://www.daleel.ps"&gt;Daleel&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href="http://e-daleelak.ps"&gt;E-daleelak&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href="http://bedkash.ps"&gt;Bedkash&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;And much more...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So do you think people like things like that, they get enough of one at least, so don't think of a new website with same idea.&lt;/p&gt;

&lt;p&gt;More to talk about...&lt;/p&gt;

&lt;h3&gt;UPDATES&lt;/h3&gt;
&lt;p&gt;George Halabi the Founder and Manager of SafqaOnline sent me a message which says, that  &lt;a href="http://www.safqaonline.com"&gt;Safqa Online&lt;/a&gt; is not like any other Advertisement sites. This points is from George's message,&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Main differences between SafqaOnline and other sites:&lt;/b&gt;&lt;br /&gt;
&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;Optimized Search Engine&lt;/li&gt;
&lt;li&gt;Multilingual (when you insert an Ad in Arabic, you can read it in English automatically without translation)&lt;/li&gt;
&lt;li&gt;Smart DB Architecture, the website differentiates between all types/shapes of cars, real estate, ... Intelligent Stores and Offers&lt;/li&gt;
&lt;li&gt;Filtration By country&lt;/li&gt;
&lt;li&gt;Many more features concentrating on User Experience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
He also said: "SafqaOnline is Palestinian, Our offices are in Ramallah but we are aiming global, we want to spread from Palestine to Jordan and then to the whole middle east".
&lt;/p&gt;
&lt;h3&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;Think Global, not local. Pick a talent team. Make no limits. Go over sky.&lt;/p&gt;
          </description><feedburner:origLink>http://lab.rushthinking.com/2010/2/5/thinking-global-part-i</feedburner:origLink></item><item><title>Hello world. Which world?</title><link>http://feedproxy.google.com/~r/RushThinking/~3/Qtmma46cs-Y/hello-world-which-world</link><category>personal</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amr</dc:creator><pubDate>Thu, 04 Mar 2010 14:38:13 PST</pubDate><guid isPermaLink="false">tag:lab.rushthinking.com,2010-02-04:1</guid><description>
            &lt;p&gt;Well, this is my first article in this blog.&lt;/p&gt;
&lt;p&gt;I always try to keep blogging, but unfortunately I'm lazy in writing -even in my Arabic language-. And as I am saying "programmers don't write else code"&lt;/p&gt;
&lt;p&gt;This blog RushThinking is my lab, test stage and knowledge 'exchange and share' place.&lt;/p&gt;

&lt;h3&gt;My World&lt;/h3&gt;
&lt;p&gt;Okay, I'm a freelance web developer, working with Ruby Language and its frameworks and Gems. I started learning Ruby with learning Ruby on Rails in the begining of 2008, at that time I was almost busy so I went back to PHP. I learnt CakePHP, and 2 weeks later I returned to Rails, I read 3 of its books, I was in love with that charming language.&lt;/p&gt;
&lt;p&gt;Nowadays, I work perfectly with Ruby and using Ruby on Rails for building website. Also I got my hands dirty in Sinatra in couple weeks and its on my shelf for developing rapid and tiny web application. Yes, I use RadiantCMS for building (almost) static sites, I like Radiant and I made Extensions for it.&lt;/p&gt;

&lt;h3&gt;This Blog&lt;/h3&gt;
&lt;p&gt;In this blog I'll write -depends on my time- about programming in general, Ruby, Rails, Sinatra, tips and tricks, some tutorial series, events around me... and my life status.&lt;/p&gt;

&lt;h3&gt;Let's Go!&lt;/h3&gt;
&lt;p&gt;And here we go!!&lt;/p&gt;
          </description><feedburner:origLink>http://lab.rushthinking.com/2010/2/4/hello-world-which-world</feedburner:origLink></item><media:rating>nonadult</media:rating></channel></rss>

