<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>GUMZ ExPress</title>
	
	<link>http://gumz-ex-press.com</link>
	<description>A Web Developer's Collection</description>
	<lastBuildDate>Fri, 29 Mar 2013 12:44:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/GumzExPress" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="gumzexpress" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">GumzExPress</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Changing Firefox URL Bar Default Search Engine</title>
		<link>http://gumz-ex-press.com/2013/changing-firefox-url-bar-default-search-engine/</link>
		<comments>http://gumz-ex-press.com/2013/changing-firefox-url-bar-default-search-engine/#comments</comments>
		<pubDate>Fri, 29 Mar 2013 12:35:38 +0000</pubDate>
		<dc:creator>Gumz</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[keyword url]]></category>

		<guid isPermaLink="false">http://gumz-ex-press.com/?p=1181</guid>
		<description><![CDATA[Frequent using of Google's Chrome browser makes entering search keyword in the URL bar during searching for Google results more convenient.<p><a href="http://gumz-ex-press.com/2013/changing-firefox-url-bar-default-search-engine/">Changing Firefox URL Bar Default Search Engine</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>
]]></description>
				<content:encoded><![CDATA[
<p>Frequent using of Google&#8217;s Chrome browser makes entering search keyword in the URL bar during searching for Google results more convenient. And it happen that I was able to use PC without Chrome installed and only Firefox is available. And as I have used to, I enter search keyword in the URL and my search was navigated to Ask.com which I’m not satisfied with list of result.</p>
<p>I’m figuring out how to change this behaviour in Firefox, by changing the deafult search engine to Google. Later, I found out that it is not available as a normal setting like in Chrome.</p>
<p><strong>How to?</strong></p>
<p>To change the default search engine in Firefox it will require you to…</p>
<ol>
<li>Enter “<em>about:config</em>” in the URL bar and a warning will prompt about your warranty.</li>
<li>Hit the “<em>I’ll be careful, I promise</em>” button.</li>
<li>Search for “<em>keyword.url</em>” preference name.</li>
<li>And change the value to <em>“http://www.google.com/search?ie=UTF-8&amp;oe=utf-8&amp;q=</em>”.</li>
<li>Accept the changes.</li>
</ol>
<p>That’s it, type in search keyword again on the URL bar and it will lead to Google search results. For detailed information about keyword.url in Firefox check <a href="http://kb.mozillazine.org/Keyword.URL">MozillaZine</a>.</p>
<p><a href="http://gumz-ex-press.com/2013/changing-firefox-url-bar-default-search-engine/">Changing Firefox URL Bar Default Search Engine</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags Under: <a class='technorati-link' href='http://technorati.com/tag/firefox' rel='tag' target='_self'>firefox</a>, <a class='technorati-link' href='http://technorati.com/tag/keyword+url' rel='tag' target='_self'>keyword url</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://gumz-ex-press.com/2013/changing-firefox-url-bar-default-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploring XML-RPC in WordPress</title>
		<link>http://gumz-ex-press.com/2013/exploring-xml-rpc-in-wordpress/</link>
		<comments>http://gumz-ex-press.com/2013/exploring-xml-rpc-in-wordpress/#comments</comments>
		<pubDate>Fri, 29 Mar 2013 03:26:59 +0000</pubDate>
		<dc:creator>Gumz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[remote wordpress post]]></category>
		<category><![CDATA[wordpress xmlrpc]]></category>

		<guid isPermaLink="false">http://gumz-ex-press.com/?p=1175</guid>
		<description><![CDATA[XML-RPC is a remote procedure call (RPC) protocol which uses XML to encode its request methods and uses HTTP in sending its requests to a remote server implementing XML-RPC.<p><a href="http://gumz-ex-press.com/2013/exploring-xml-rpc-in-wordpress/">Exploring XML-RPC in WordPress</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>
]]></description>
				<content:encoded><![CDATA[
<p>Exploring WordPress leads me to the term XML-RPC.</p>
<p><strong>XML-RPC?</strong></p>
<p>XML-RPC is a remote procedure call (RPC) protocol which uses XML to encode its request methods and uses HTTP in sending its requests to a remote server implementing XML-RPC. In this transport mechanism, the client that wants to call a remote method from the server will create request parameters in the form of XML and sends it via HTTP. On the server end, it will analyze and perfrom the request method and send back response to the client in XML format.</p>
<p><strong>XML-RPC in WordPress</strong></p>
<p>WordPress implements XML-RPC which allows client  to requests operation on the WordPress installation remotely. Valid operation/methods are listed in <a href="http://codex.wordpress.org/XML-RPC_WordPress_API" class="broken_link" rel="nofollow">WordPress API</a>. Using XML-RPC in WordPress allows developer to create blogging clients or other implementation such batch processing posts remotely.</p>
<p><strong>XML-RPC Library in WordPress</strong></p>
<p>As of this writing WordPress ships with the <a href="http://scripts.incutio.com/xmlrpc/">Incutio XML-RPC Library</a>, and the file resides in<code>/wp-includes/class-IXR.php</code>. And its implementation of the server normally accessed through <code>http://yourwordpresssite/xmlrpc.php</code> or by checking through the sites header and look for <code>&lt;link rel="pingback ...&gt;</code> tag. This functionality is turned on by default since WordPress 3.5.</p>
<p><strong>Testing Demo Methods in WordPress</strong></p>
<p>To get started in creating a request to XML-RPC server, WordPress provide tow test methods to verify if your server is working correctly.</p>
<ul>
<li>demo.sayHello – Sends back “Hello!” message</li>
<li>demo.addTwoNumbers – Add two given Number and sends back the result</li>
</ul>
<p>Using the delievered XML-RPC library, requesting the demo.sayHello method can be done as the following code. The testing performed on my local WordPress installation.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
require_once('class-IXR.php');
$client = new IXR_Client('http://mywordpress/xmlrpc.php');
$client-&gt;query('demo.sayHello');

print $client-&gt;getResponse();
?&gt;
</pre>
<p>If the above code will send back <code>Hello!</code> message, then the server works correclty. Then, for requesting for the demo.addTwoNumbers can be done as the following code.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php

require_once('class-IXR.php');
$client = new IXR_Client('http://mywordpress/xmlrpc.php');
$client-&gt;query( 'demo.addTwoNumbers', array( 33, 22 ) );
print $client-&gt;getResponse();

?&gt;
</pre>
<p>And will get a <code>55</code> response from the server.</p>
<p><strong>Creating Posts through XML-RPC</strong></p>
<p>And now, let’s create a new post to our WordPress blog by sending request for the wp.newPost (see API) method. The following code tested on my local wordpress installation.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php

require_once('class-IXR.php');
$client = new IXR_Client('http://mywordpress/xmlrpc.php');
$client-&gt;query('wp.newPost', array(
    0,
    &quot;adminuser&quot;,
    &quot;adminpassword&quot;,
    array(
        'post_status'  =&gt; 'publish',
        'post_title'   =&gt; 'Remote Post',
        'post_content' =&gt; 'The quick brown fox jumps over the lazy dog',
        'terms_names'  =&gt; array(
            'category' =&gt; array(
                'XML-RPC'
            ),
            'post_tag' =&gt; array(
                'xml',
                'rpc'
            )
        )
    )
) );
print $client-&gt;getResponse();

?&gt;
</pre>
<p>The above code will return the post id, and it means that posts created successfully. To check the output visit the your WordPress site.</p>
<p><a href="http://i1.wp.com/gumz-ex-press.com/wp-content/uploads/2013/03/Remote-Post.png"><img class="aligncenter size-full wp-image-1179" alt="WordPress Remote Post" src="http://i1.wp.com/gumz-ex-press.com/wp-content/uploads/2013/03/Remote-Post.png?resize=600%2C309" data-recalc-dims="1" /></a></p>
<p><a href="http://gumz-ex-press.com/2013/exploring-xml-rpc-in-wordpress/">Exploring XML-RPC in WordPress</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags Under: <a class='technorati-link' href='http://technorati.com/tag/remote+wordpress+post' rel='tag' target='_self'>remote wordpress post</a>, <a class='technorati-link' href='http://technorati.com/tag/wordpress+xmlrpc' rel='tag' target='_self'>wordpress xmlrpc</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://gumz-ex-press.com/2013/exploring-xml-rpc-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Query – Convert One Row Result to Two Rows</title>
		<link>http://gumz-ex-press.com/2013/oracle-query-convert-one-row-result-to-two-rows/</link>
		<comments>http://gumz-ex-press.com/2013/oracle-query-convert-one-row-result-to-two-rows/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 11:02:54 +0000</pubDate>
		<dc:creator>Gumz</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sql query]]></category>

		<guid isPermaLink="false">http://gumz-ex-press.com/?p=1164</guid>
		<description><![CDATA[Oracle SQL query result manipulation is quite challenging. In this post I am going to share how to return the result as 2 rows.<p><a href="http://gumz-ex-press.com/2013/oracle-query-convert-one-row-result-to-two-rows/">Oracle Query &#8211; Convert One Row Result to Two Rows</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>
]]></description>
				<content:encoded><![CDATA[
<p><strong>Scenario</strong><br />
Oracle SQL query result manipulation is quite challenging. In this post I am going to share how to return the result as 2 rows. Initially the table contain values as the following table:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="157">Items</td>
</tr>
<tr>
<td valign="top" width="157">101</td>
</tr>
<tr>
<td valign="top" width="157">102</td>
</tr>
<tr>
<td valign="top" width="157">103</td>
</tr>
<tr>
<td valign="top" width="157">104</td>
</tr>
<tr>
<td valign="top" width="157">105</td>
</tr>
<tr>
<td valign="top" width="157">106</td>
</tr>
<tr>
<td valign="top" width="157">107</td>
</tr>
<tr>
<td valign="top" width="157">108</td>
</tr>
<tr>
<td valign="top" width="157">109</td>
</tr>
<tr>
<td valign="top" width="157">110</td>
</tr>
</tbody>
</table>
<p>And I would like to manipulate the result into 2 rows as follows:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="158">Items_Row1</td>
<td valign="top" width="158">Items_Row2</td>
</tr>
<tr>
<td valign="top" width="158">101</td>
<td valign="top" width="158">102</td>
</tr>
<tr>
<td valign="top" width="158">103</td>
<td valign="top" width="158">104</td>
</tr>
<tr>
<td valign="top" width="158">105</td>
<td valign="top" width="158">106</td>
</tr>
<tr>
<td valign="top" width="158">107</td>
<td valign="top" width="158">108</td>
</tr>
<tr>
<td valign="top" width="158">109</td>
<td valign="top" width="158">110</td>
</tr>
</tbody>
</table>
<p><strong>Create Sample Table</strong><br />
To create our test table, execute the following SQL commands:</p>
<pre class="brush: sql; title: ; notranslate">
CREATE TABLE &quot;TEST_ITEMS&quot; (&quot;ITEMS&quot; NUMBER) ;
Insert into HC4320_MODTEST_RDB.TEST_ITEMS (ITEMS) values (101);
Insert into HC4320_MODTEST_RDB.TEST_ITEMS (ITEMS) values (102);
Insert into HC4320_MODTEST_RDB.TEST_ITEMS (ITEMS) values (103);
Insert into HC4320_MODTEST_RDB.TEST_ITEMS (ITEMS) values (104);
Insert into HC4320_MODTEST_RDB.TEST_ITEMS (ITEMS) values (105);
Insert into HC4320_MODTEST_RDB.TEST_ITEMS (ITEMS) values (106);
Insert into HC4320_MODTEST_RDB.TEST_ITEMS (ITEMS) values (107);
Insert into HC4320_MODTEST_RDB.TEST_ITEMS (ITEMS) values (108);
Insert into HC4320_MODTEST_RDB.TEST_ITEMS (ITEMS) values (109);
Insert into HC4320_MODTEST_RDB.TEST_ITEMS (ITEMS) values (110);
</pre>
<p><strong>Transformations</strong><br />
Create a simple query and add a row_id for each returned rows.</p>
<pre class="brush: sql; title: ; notranslate">
select items, row_number() Over (order by items) row_id
from test_items
</pre>
<p>Using the result above add a CAT row using the decode command which will identify the column classification for each rows  and a GRP as our group id.</p>
<pre class="brush: sql; title: ; notranslate">
Select items, decode(mod(row_id,2), 1, 1, 0, 2, null) cat, decode(mod(row_id,2),0,row_id-1,row_id) grp
From
(
  select items, row_number() Over (order by items) row_id
  from test_items
)
</pre>
<p>Then  this will result to classify by group the values for 1st and 2nd row. Using the  following query below.</p>
<pre class="brush: sql; title: ; notranslate">
Select grp, decode(cat,1,items) row1, decode(cat,2,items) row2
from
(
  Select items, decode(mod(row_id,2), 1, 1, 0, 2, null) cat, decode(mod(row_id,2),0,row_id-1,row_id) grp
  From
  (
    select items, row_number() Over (order by items) row_id
    from test_items
  )
)
</pre>
<p>Finally, filter out null values.</p>
<pre class="brush: sql; title: ; notranslate">
select max(row1), max(row2)
from
(
  Select grp, decode(cat,1,items) row1, decode(cat,2,items) row2
  from
  (
    Select items, decode(mod(row_id,2), 1, 1, 0, 2, null) cat, decode(mod(row_id,2),0,row_id-1,row_id) grp
    From
    (
      select items, row_number() Over (order by items) row_id
      from test_items
    )
  )
)
group by grp
order by grp
</pre>
<p>There are other ways to do it, and I would like hear some your thoughts on this.</p>
<p><a href="http://gumz-ex-press.com/2013/oracle-query-convert-one-row-result-to-two-rows/">Oracle Query &#8211; Convert One Row Result to Two Rows</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags Under: <a class='technorati-link' href='http://technorati.com/tag/oracle' rel='tag' target='_self'>oracle</a>, <a class='technorati-link' href='http://technorati.com/tag/sql+query' rel='tag' target='_self'>sql query</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://gumz-ex-press.com/2013/oracle-query-convert-one-row-result-to-two-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instead of Google Reader</title>
		<link>http://gumz-ex-press.com/2013/instead-of-google-reader/</link>
		<comments>http://gumz-ex-press.com/2013/instead-of-google-reader/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 14:20:04 +0000</pubDate>
		<dc:creator>Gumz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[google reader shutdown]]></category>

		<guid isPermaLink="false">http://gumz-ex-press.com/?p=1159</guid>
		<description><![CDATA[I have been a user of Google reader since I first encounter service and made it a source of my rss news, and sad to see the service go away<p><a href="http://gumz-ex-press.com/2013/instead-of-google-reader/">Instead of Google Reader</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>
]]></description>
				<content:encoded><![CDATA[
<p>I have been a user of Google reader since I first encounter service and made it a source of my rss news, and sad to see the service go away. In the <a href="http://googlereader.blogspot.com/2013/03/powering-down-google-reader.html">blogpost</a>, Google have confirmed that the Google Reader service will be shutdown on July 1, 2013.</p>
<p>The service made it debut back in 2005, it allows anyone with a Google account the ability to aggregate and read RSS feed subscriptions in one place. Since then it undergone some development to enhance user experience. And due to the decline of number of usage, Google decided to stop and put their focus on other products.</p>
<p>Google give 3 months for the user to find other alternative. Several substitutes are known, such as <a href="http://www.feedly.com">Feedly</a>, <a href="http://theoldreader.com/">The Old Reader</a> and <a href="http://www.newsblur.com/">NewsBlur</a>. And if you want to export all your reader data (<a href="http://support.google.com/reader/answer/3028851">How?</a>) Google provide a method for smooth transistion.</p>
<p><a href="http://gumz-ex-press.com/2013/instead-of-google-reader/">Instead of Google Reader</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags Under: <a class='technorati-link' href='http://technorati.com/tag/google+reader+shutdown' rel='tag' target='_self'>google reader shutdown</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://gumz-ex-press.com/2013/instead-of-google-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validate E-mail in WordPress</title>
		<link>http://gumz-ex-press.com/2013/validate-e-mail-in-wordpress/</link>
		<comments>http://gumz-ex-press.com/2013/validate-e-mail-in-wordpress/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 13:31:27 +0000</pubDate>
		<dc:creator>Gumz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[wordpress validation]]></category>

		<guid isPermaLink="false">http://gumz-ex-press.com/?p=1157</guid>
		<description><![CDATA[In Worpdress customization, when expecting a user to input an email, it is important to validate the information.<p><a href="http://gumz-ex-press.com/2013/validate-e-mail-in-wordpress/">Validate E-mail in WordPress</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>
]]></description>
				<content:encoded><![CDATA[
<p>In Worpdress customization, when expecting a user to input an email, it is important to validate the information. WordPress provide a simple <a href="http://codex.wordpress.org/Function_Reference/is_email" title="is_email codex" class="broken_link" rel="nofollow">is_email()</a> function to validate email addresses. The function perform checking the length of the characters and it should not be less than 3, then check the existence &#8216;@&#8217; character and check for the valid characters in email adresses. Eventhough it does not check if the email actually exists, still the function comes in handy.</p>
<p>How it works:</p>
<pre class="brush: php; title: ; notranslate">
$email = is_email('admin@lo^calhost.com');  //contains invalid character
// $email variable is set to false.

$email = is_email('admin@localhost.com');
// $email variable now is set to 'admin@localhost.com'
</pre>
<p><a href="http://gumz-ex-press.com/2013/validate-e-mail-in-wordpress/">Validate E-mail in WordPress</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags Under: <a class='technorati-link' href='http://technorati.com/tag/email' rel='tag' target='_self'>email</a>, <a class='technorati-link' href='http://technorati.com/tag/wordpress+validation' rel='tag' target='_self'>wordpress validation</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://gumz-ex-press.com/2013/validate-e-mail-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join the Waiting List for the New Facebook News Feed</title>
		<link>http://gumz-ex-press.com/2013/join-the-waiting-list-for-the-new-facebook-news-feed/</link>
		<comments>http://gumz-ex-press.com/2013/join-the-waiting-list-for-the-new-facebook-news-feed/#comments</comments>
		<pubDate>Sat, 09 Mar 2013 04:18:55 +0000</pubDate>
		<dc:creator>Gumz</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Facebook News Feed]]></category>

		<guid isPermaLink="false">http://gumz-ex-press.com/?p=1152</guid>
		<description><![CDATA[Facebook announced that your current News Feed will going to look completely different in coming weeks. Featured with bigger photos, quick access, and a unified look news feed<p><a href="http://gumz-ex-press.com/2013/join-the-waiting-list-for-the-new-facebook-news-feed/">Join the Waiting List for the New Facebook News Feed</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>
]]></description>
				<content:encoded><![CDATA[
<p>Early this week, Facebook announced that your current News Feed will going to look completely different in coming weeks. Featured with bigger photos, quick access, and a unified look news feed. It will be rolled slowly to allow enough time to fix bugs and make improvements.</p>
<p>But, if you&#8217;re the adventurous type and want to try it out, you can join the waiting list to get early access.</p>
<p><strong>How to:</strong></p>
<p><a href="http://i1.wp.com/gumz-ex-press.com/wp-content/uploads/2013/03/Facebook-Clutter-Free.png"><img class="aligncenter size-medium wp-image-1153" alt="Facebook Clutter Free Features" src="http://i1.wp.com/gumz-ex-press.com/wp-content/uploads/2013/03/Facebook-Clutter-Free.png?resize=300%2C83" data-recalc-dims="1" /></a><br />
Visit <a href="https://www.facebook.com/about/newsfeed">Facebook.com/newsfeed</a> for the list of expected clutter free features.</p>
<p><a href="http://i2.wp.com/gumz-ex-press.com/wp-content/uploads/2013/03/Facebook-Waiting-List.png"><img class="aligncenter size-medium wp-image-1154" alt="Facebook-Waiting-List" src="http://i2.wp.com/gumz-ex-press.com/wp-content/uploads/2013/03/Facebook-Waiting-List.png?resize=300%2C184" data-recalc-dims="1" /></a><br />
Scroll to the bottom of the page. Click on &#8220;Join Waiting List.&#8221;</p>
<p><a href="http://gumz-ex-press.com/2013/join-the-waiting-list-for-the-new-facebook-news-feed/">Join the Waiting List for the New Facebook News Feed</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags Under: <a class='technorati-link' href='http://technorati.com/tag/Facebook+News+Feed' rel='tag' target='_self'>Facebook News Feed</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://gumz-ex-press.com/2013/join-the-waiting-list-for-the-new-facebook-news-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Numbers in WordPress</title>
		<link>http://gumz-ex-press.com/2013/numbers-in-wordpress/</link>
		<comments>http://gumz-ex-press.com/2013/numbers-in-wordpress/#comments</comments>
		<pubDate>Sat, 09 Mar 2013 02:29:16 +0000</pubDate>
		<dc:creator>Gumz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress number]]></category>

		<guid isPermaLink="false">http://gumz-ex-press.com/?p=1148</guid>
		<description><![CDATA[And  when adding a leading zeros is necessary in displaying result, such as to display '2' as '02' in order to maintain number of digit be displayed.<p><a href="http://gumz-ex-press.com/2013/numbers-in-wordpress/">Numbers in WordPress</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>
]]></description>
				<content:encoded><![CDATA[
<p>In WordPress customization, when expecting a numeric data it is possible to check the data is it int or float form. Usually, it is sufficient to simply cast the data as numeric with the <a href="http://php.net/manual/en/function.intval.php">intval</a> or <a href="http://php.net/manual/en/function.floatval.php">floatva</a>l php built-in function function.</p>
<p>And  when adding a leading zeros is necessary in displaying result, such as to display &#8217;2&#8242; as &#8217;02&#8242; in order to maintain number of digit be displayed. WordPress provide a <a href="http://codex.wordpress.org/Function_Reference/zeroise" class="broken_link" rel="nofollow">zeroise()</a> function to handle this. Which takes the following parameters:</p>
<p style="padding-left: 30px;"><strong>$number</strong> &#8211; Number to append zeros<br />
<strong>$threshold</strong> &#8211; The number of digits</p>
<p>For example to display &#8217;2&#8242; as &#8217;02&#8242;:</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
  $number = 2;
  echo zeoise($number, 2); //display 02
?&gt;
</pre>
<p>However, when the number is large enough than threshold, then no zeros will be appended.</p>
<p><a href="http://gumz-ex-press.com/2013/numbers-in-wordpress/">Numbers in WordPress</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags Under: <a class='technorati-link' href='http://technorati.com/tag/wordpress' rel='tag' target='_self'>wordpress</a>, <a class='technorati-link' href='http://technorati.com/tag/wordpress+number' rel='tag' target='_self'>wordpress number</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://gumz-ex-press.com/2013/numbers-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating HTTP Server with NodeJS</title>
		<link>http://gumz-ex-press.com/2012/creating-http-server-with-nodejs/</link>
		<comments>http://gumz-ex-press.com/2012/creating-http-server-with-nodejs/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 13:45:59 +0000</pubDate>
		<dc:creator>Gumz</dc:creator>
				<category><![CDATA[Node JS]]></category>
		<category><![CDATA[http server]]></category>
		<category><![CDATA[nodejs]]></category>

		<guid isPermaLink="false">http://gumz-ex-press.com/?p=1130</guid>
		<description><![CDATA[We now have a basic code to start our server. By this time we created our server to return “Hello World!” for every request<p><a href="http://gumz-ex-press.com/2012/creating-http-server-with-nodejs/">Creating HTTP Server with NodeJS</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>
]]></description>
				<content:encoded><![CDATA[
<p>Assuming that you already <a href="http://gumz-ex-press.com/2011/reliable-node-js-installation-on-ubuntu-10-04/">installed NodeJS</a> in your system, let’s begin with creating new <em>myhttpserver.js</em>. Then insert the following code in<em> myhttpserver.js</em>:</p>
<pre class="brush: jscript; title: ; notranslate">
var http = require('http');
var server = http.createServer(function (req, res) {
  res.writeHead(200, {'Content-Type': 'text/html'});
  res.write(&quot;&lt;!DOCTYPE html&gt;&quot;);
  res.write(&quot;&lt;html&gt;&quot;);
  res.write(&quot;&lt;head&gt;&quot;);
  res.write(&quot;My HTTP Server&quot;);
  res.write(&quot;&lt;/head&gt;&quot;);
  res.write(&quot;&lt;body&gt;&quot;);
  res.write(&quot;Hello World!&quot;);
  res.write(&quot;&lt;/body&gt;&quot;);
  res.write(&quot;&lt;/html&gt;&quot;);
  res.end();
});
server.listen(8080);
console.log('Server listens at port 8080');
</pre>
<p>We now have a basic code to start our server. By this time we created our server to return “Hello World!” for every request. To start our server, in the command line type in&#8230;</p>
<pre class="brush: bash; title: ; notranslate">node myhttpserver.js</pre>
<p>If everything works correctly, we will see a message that our server is listening. Then, the next thing to do is to launch our web browser and access our server through the following address</p>
<p><a href="http://localhost:8080" class="broken_link" rel="nofollow">http://localhost:8080</a> or <a href="http://127.0.0.1:8080" class="broken_link" rel="nofollow">http://127.0.0.1:8080</a></p>
<p><a href="http://gumz-ex-press.com/2012/creating-http-server-with-nodejs/">Creating HTTP Server with NodeJS</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags Under: <a class='technorati-link' href='http://technorati.com/tag/http+server' rel='tag' target='_self'>http server</a>, <a class='technorati-link' href='http://technorati.com/tag/nodejs' rel='tag' target='_self'>nodejs</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://gumz-ex-press.com/2012/creating-http-server-with-nodejs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 17 now with Facebook integration through it’s Social API</title>
		<link>http://gumz-ex-press.com/2012/firefox-17-now-with-facebook-integration-through-its-social-api/</link>
		<comments>http://gumz-ex-press.com/2012/firefox-17-now-with-facebook-integration-through-its-social-api/#comments</comments>
		<pubDate>Wed, 21 Nov 2012 11:07:43 +0000</pubDate>
		<dc:creator>Gumz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Firefox 17]]></category>

		<guid isPermaLink="false">http://gumz-ex-press.com/?p=1126</guid>
		<description><![CDATA[Firefox 17 is available today. With this release Firefox introduces it's new Social API and demonstrates it's capability by integrating Facebook messenger on the browser and sit persistently on the sidebar.<p><a href="http://gumz-ex-press.com/2012/firefox-17-now-with-facebook-integration-through-its-social-api/">Firefox 17 now with Facebook integration through it&#8217;s Social API</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>
]]></description>
				<content:encoded><![CDATA[
<p>Firefox 17 is available today. With this release Firefox introduces it&#8217;s new Social API and demonstrates it&#8217;s capability by integrating Facebook messenger on the browser and sit persistently on the sidebar. This makes you&#8217;re Facebook conversation available on all the opened tabs or while visiting other website which makes it more convenient than the desktop version.</p>
<p><a href="http://i1.wp.com/gumz-ex-press.com/wp-content/uploads/2012/11/ConverSation.png"><img class="aligncenter size-medium wp-image-1127" title="Conversation" src="http://i1.wp.com/gumz-ex-press.com/wp-content/uploads/2012/11/ConverSation.png?resize=300%2C212" alt="" data-recalc-dims="1" /></a></p>
<p>To activate this feature, you need to upgrade Firefox to it&#8217;s latest version and activate the add-on by visiting <a href="https://www.facebook.com/about/messenger-for-firefox">https://www.facebook.com/about/messenger-for-firefox</a> and turn on the feature.</p>
<p><a href="http://i1.wp.com/gumz-ex-press.com/wp-content/uploads/2012/11/FirefoxFacebook.png"><img class="aligncenter size-large wp-image-1128" title="FirefoxFacebook" src="http://i1.wp.com/gumz-ex-press.com/wp-content/uploads/2012/11/FirefoxFacebook.png?resize=600%2C324" alt="" data-recalc-dims="1" /></a></p>
<p>The Social API is not limited to Facebook Messenger only. Other social networks may follow and build more applications that takes advantage of it&#8217;s Social API.</p>
<p>There are more updates in Firefox 17 in security and performance. To see detail change log check it <a href="http://www.mozilla.org/en-US/firefox/17.0/releasenotes/">here</a>.</p>
<p><a href="http://gumz-ex-press.com/2012/firefox-17-now-with-facebook-integration-through-its-social-api/">Firefox 17 now with Facebook integration through it&#8217;s Social API</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags Under: <a class='technorati-link' href='http://technorati.com/tag/facebook' rel='tag' target='_self'>facebook</a>, <a class='technorati-link' href='http://technorati.com/tag/Firefox+17' rel='tag' target='_self'>Firefox 17</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://gumz-ex-press.com/2012/firefox-17-now-with-facebook-integration-through-its-social-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Google Chrome’s Close, Minimize and Maximize Buttons</title>
		<link>http://gumz-ex-press.com/2012/remove-google-chromes-close-minimize-and-maximize-buttons/</link>
		<comments>http://gumz-ex-press.com/2012/remove-google-chromes-close-minimize-and-maximize-buttons/#comments</comments>
		<pubDate>Mon, 28 May 2012 12:57:55 +0000</pubDate>
		<dc:creator>Gumz</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Unity]]></category>

		<guid isPermaLink="false">http://gumz-ex-press.com/?p=1118</guid>
		<description><![CDATA[And as a Ubuntu Unity user I wanted that Chrome would be part of the global menu.<p><a href="http://gumz-ex-press.com/2012/remove-google-chromes-close-minimize-and-maximize-buttons/">Remove Google Chrome&#8217;s Close, Minimize and Maximize Buttons</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>
]]></description>
				<content:encoded><![CDATA[
<p>By default, Google Chrome has it&#8217;s own title bars which consist of Close, Minimize and Maximize Buttons. </p>
<p><a href="http://i1.wp.com/gumz-ex-press.com/wp-content/uploads/2012/05/chrome-menu.png"><img src="http://i1.wp.com/gumz-ex-press.com/wp-content/uploads/2012/05/chrome-menu.png?resize=591%2C78" alt="" title="chrome-menu" class="aligncenter size-full wp-image-1119" data-recalc-dims="1" /></a></p>
<p>And as a Ubuntu Unity user I wanted that Chrome would be part of the global menu. I just realize how easy it was, options is available out of the box in Chrome. All you have to do is to right click in the menu bar and select &#8220;Use system Title Bar and Borders&#8221;.</p>
<p><a href="http://i2.wp.com/gumz-ex-press.com/wp-content/uploads/2012/05/title-bar.png"><img src="http://i2.wp.com/gumz-ex-press.com/wp-content/uploads/2012/05/title-bar.png?resize=558%2C151" alt="" title="title-bar" class="aligncenter size-full wp-image-1120" data-recalc-dims="1" /></a></p>
<p>That&#8217;s it. Google Chrome&#8217;s Close, Minimize and Maximize Buttons was removed.</p>
<p><a href="http://gumz-ex-press.com/2012/remove-google-chromes-close-minimize-and-maximize-buttons/">Remove Google Chrome&#8217;s Close, Minimize and Maximize Buttons</a> is a post from: <a href="http://gumz-ex-press.com">GUMZ Ex Press - Technology Updates</a></p>


<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags Under: <a class='technorati-link' href='http://technorati.com/tag/google+chrome' rel='tag' target='_self'>google chrome</a>, <a class='technorati-link' href='http://technorati.com/tag/ubuntu' rel='tag' target='_self'>ubuntu</a>, <a class='technorati-link' href='http://technorati.com/tag/Unity' rel='tag' target='_self'>Unity</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://gumz-ex-press.com/2012/remove-google-chromes-close-minimize-and-maximize-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
