Archive for 2010

Page 1 of 212

Try New Yahoo! Mail Beta

Posted in: Website & Blog |

Although it’s too late for me to find out if there is a brand new Yahoo! Mail Beta, but it okay to try it now. At first glance it looks faster, more intuitive, elegant, and neat. Yahoo! seems to integrate everything all-in-one in a single window of Yahoo Mail, like it’s competitor, GMail.

Options page (though rarely opened) previously opened and displayed in a new window,  but now it is displayed in the tab instantly (using AJAX of course) next to Inbox tab. Now, at least it seems more responsive.

To read the new features please see here, to try Yahoo Mail Beta, click here. If  you don’t like it, you can return to use old Yahoo Mail Classic or New anytime via the Help> Leave the Mail Preview.

 


Access Result Set from Stored Procedures in MySQL

Posted in: My Diary |

From cases put forward by my students, the result-set given fromMySQL’s stored procedures is not accessible in PHP so that they using the functions instead of stored procedures, well actually we can access those result sets. There are two ways to access the result-set returned by the stored procedure, using a MySQL extension but specify client_flag to support multiple statements and multiple result or using the MySQLi extension.

(more…)

 


Chrome Skin: Hyuu Chrome Office 2010

Posted in: My Diary |

Hyuu Chrome Office

 

Description:

Its my first self-made Google Chrome skin based on Office 2010. I’ve been looking in the internet for Office 2010 skin for Google Chrom, but couldn’t find it, so I decided to made one, just for fad. Perhaps lacking of few things, but maybe I’ll update it some time later.

(more…)

 


Yahoo Messenger 11 (Offline Installer)

Posted in: Computer & IT |

Welcome Yahoo Messenger 11. Although now it is still Beta, but usually not really take a long time for the final version to be launched.

Final version finally arrived, please read in the end of this post for the review and links.

To download the Beta version and install the standalone offline installer (not the web installer which should be online to the Internet first), please Click here. When I download this, the beta version number is 11.0.0.1751-us. The main features here are Social Networking and Social Gaming. We can chat using the Facebook chat protocol, update YM status simultaneously with Facebook and Twitter status, and play Mafia Wars, Fish Ville, etc. The rest features as following.

(more…)

 


Get Status (User Timeline) from Twitter

Posted in: My Diary |

Today I check this home page and my Twitter status is no longer displayed. This is because Twitter is no longer give permission to access directly the RSS of my status (user timeline), and also because I protect my tweets (for new tweets). Before this, I can fetch easily the status from the RSS URL address such below.

http://twitter.com/statuses/user_timeline/[user name].rss

just calling function fetch_feed in WordPress (which uses SimplePie) and you’ll get it automatically parsed, so it is easy to reproduce the result of this RSS users timeline. But since Twitter now is using OAuth for authentication, so we need a little tinkering with code to fetch the Twitter user timeline.

(more…)

 


Check and Import Other Emails via GMail

Posted in: Computer & IT |

I just know that in GMail there is setting to check and import email from other email providers (for instance Yahoo! Mail, let say this is secondary email) into your GMail  (lets say its primary email). So when you have incoming messages in the secondary email address then GMail automatically import those into your GMail inbox. The advantage is by using one GMail inbox we can check emails for more than one email address (other than GMail). In addition, for mail delivery, we can also use GMail to send, but the sender address is the secondary email address (Yahoo mail address) not the GMail address.

(more…)

 


Manually Compress Javascript dan CSS with PHP GZip

Posted in: Programming,Website & Blog |

When web page is being rendered, the first time being loaded is the HTML file, then the styles (CSS) and the last is the scripts (Javascript/JS) – the best practice, CSS files in the header while the JS files in the footer. If the page is an interactive page where the HTML files, CSS, and JS are getting larger in size, then a page will be loaded longer than those with small size. Therefore, the compression of static content such as plain-text (like HTML, CSS, JS) will be needed.

Compression intended to reduce web page loading time. The best compression that is used by the server side is GZIP, Deflate (Apache module, mod_gzip and mod_deflate). However, sometimes these module are not enabled on some hosting – as I experienced this, had several times told Capoeng hosting , but no response: sigh: – (more…)

 

Page 1 of 212

 

 

Share

Subscribe Feed

Facebook

Delicious

StumbleUpon

Google Buzz

Deviantart