
|
Posted by yinsee @ Wed 03 May, 06, 01:21PM under Internet
Finally submitted my income tax via eFiling, got into some trouble but thanks to the guy answering my call at LHDN toll free i finally get it done. Before we begin I would like to tell you that the FASTEST way to do this is -- fill up your paper form and goto a LHDN office and they will do everything for you. *very good service, deserve a praise here* If you want to try yourself, checkout my build order and strategy below: the eFiling build order for newbie 1. visit your nearest LHDN office and get your slip pendaftaran. Just bring IC (no need No. Rujukan Cukai) and ask the staff there for a slip pendaftaran, done in 1 minute. 2. go home. download the latest Acrobat Reader (min 7.05 needed. 7.07 available now, 20MB) 3. use Internet Explorer, visit https://e.hasil.org.my and click the "Daftar" image in step 3 to get your digicert done.
You will need to fill up your particulars and submit. After a few popup asking for installation (click Yes) you are done with the digicert, you should now see the certs under your IE option box. ![]() 4. click "Muat Turun" to install (select Run) the e-form.
just click the Run 5. After installing, find the shortcut at Start Menu and launch it.
6. Fill up your form all the way to Page 6, then you will see the Tandatangan Dan Hantar button. You can save the form and edit until you are happy with it before submitting, so take your time.
7. A new IE window opened and bring you to the Akuan page. Click the "Setuju", select your name, and enter your Digicert password you assigned just now.
i got this "dcSignX Run time error 5" when submitting, SZSC! so i called the hotline and got it fixed -- say this is common problem people faced. If you have this error, goto Control Panel -> Regional & Language and make sure you selected English (United States) in both Regional Options and Advance page. They really need an FAQ page with all the common problems. 8. If you do not have the setting issue, you should come to this page by now. Which means, you are done!! You can print it out , or save it, or ignore it =)
ok, make sure the status says "Berjaya"!! That's all. I am very happy this year with eFilling because all the amounts in the form are calculated automatically, no need a calculator no more. Well done LHDN. Have fun doing eFiling! You have till end of the month to do it. Remember to adjust adjust your redemption until the payable amount is chun chun zero or negative before you submit ;)
Posted by yinsee @ Mon 10 Apr, 06, 11:06PM under Free Software
I was surfing around Google labs and found alot of R&D projects behind Google... Google Mars, Google Transit, Google MyEs, Google this, Goole that... ![]() But if you are still on pay-per-use connection (dial up, gprs, etc), or you think you could benefit from this try this because Google says that Google Web Accelerator is...
![]() You can download Google Web Accelerator from webaccelerator.google.com
Posted by yinsee @ Thu 16 Mar, 06, 09:14PM under Internet
ARGH!! My torrent downloading speed still suffer at not more than 10kbps... and here's what i dug out. Those who having problem downloading your favourite HK Drama series, JAV, Anime, 24 S5 epsd 13.. etc, lets hold our hand together and pray that by tomorrow the suffer will be over. Those who are surfing happily, ... pray with me too.
Posted by yinsee @ Thu 16 Mar, 06, 02:58AM under Web Development
Found a few very good site on CSS, Check out MaxDesign.com.au at http://www.maxdesign.com.au See how to create a nice page without TABLE, step by step at http://www.maxdesign.com.au/presentation/wentworth/index.htm Articles at A-List-Apart http://www.alistapart.com/articles/ so many things to read, so little time... :)
Posted by yinsee @ Mon 13 Mar, 06, 03:40PM under Free Software
I recently bought a Maxis Hotlink prepaid simcard and gotten the number with 017 prefix -- i was told that 012 sudah habis dipakai (walao-eh). And then today i read this from mypdacafe.com forum: ![]() A major drawback to switching mobile service providers is that, at present, customers need to change their mobile telephone numbers if they change service providers. Each of the mobile service providers in Malaysia is assigned a designated network code - 013/019 for Celcom, 016 for Digi and 012/017 for Maxis. Mobile subscribers are uniquely identified by the first 3 digits of the network code (01X-zzzzzzz) of their mobile phone The recent introduction of the common prefix 014 for mobile operators requires use of the 4th digit to identify the current service provider therefore this prefix has less significance than prefix mobile prefixes. These numbers will also be portable. Any mobile subscriber who wishes to migrate to another service provider network will have no choice but to change their mobile phone number. MNP ensures that mobile phone customers can keep their current mobile number, when switching from one mobile service provider to another. Be kiasu !! Keep an eye on Newspaper for the announcement, and faster go and register your lucky numbers :))
Posted by yinsee @ Sun 12 Mar, 06, 11:42PM under Web Development
Pay attention to your GMAIL (www.gmail.com), or Start.com (www.start.com), notice the different between these sites and other conventional websites you are running? Notice how the page got updated dynamically without refreshing or reloading? You probably think that is normal, but let me tell you -- they are not normal -- they are using a special technique called AJAX. AJAX -- short for "Advanced Javascripting and XML" or "Asynchronous JavaScripting and XML" -- not really new stuff, but it is something new to chimou; and if it is new to chimou, it is new to most people out there too (noob). Read on if you want to learn more. otherwise checkout www.sex.com for less boring stuff. AJAX is a technique gotten very HOT recently, being widely used in web applications. They make your website looks more like an application rather than web pages. For example, when you click on a link in a webpage, normally another page loads up. If the site is using AJAX technique, it does not need to reload, and new contents are updated "live" into the page. Make sure try out www.live.com, it is fantastic! What happen in the background is, when you clicked the action link, your Firefox or IE silently send back some information (mostly encoded in XML format) to the webserver, and the webserver process it, and return with informations (in whichever formats you desired), and you web browser will update the displaying page accordingly using scripts (vb or javascript). Here's a page i found to help me get started with AJAX. ---------- The hidden iframe Before i heard about AJAX, there was another method which is similar to AJAX but "older" way of doing things. If you are experienced with form submission, HTML allows submitting form to another window by setting the form target. By creating a hidden iframe you can submit the form into this hidden frame, do the processing, and use javascript in the return page to update your calling page, and achieve the same result.The technique was called "Remote Scripting" (see this). ---------- Sample sites Checkout the following sites, and see how they utilize AJAX to create very smooth dynamic pages.A dynamic help/documentation page Javascript for Rich applications (demo) Dynamic RSS reader Microsoft whishes every internet users to start here Google Suggest - dynamically suggest words as you type AJAX is the direction of future web applications. If you want to cari makan in this industry, learn it before you become obsolete. ;)
Posted by yinsee @ Fri 10 Mar, 06, 10:16AM under Internet
Awhile ago I saw in someone put up a a very cool photo album at his site. He have all this little markers on the map of places he took the pic, and you clicking on them bring you to his photo album. Take a look at more applications of Google Map API. The map is actually run by Google, all you need is some Javascript knowledge and you can put a map like this in your website too.
To add a map to your site, first you need to visit Google Maps to get an API Key for your site. The Key is site-dependent, www.abc.com is one key, www.abcd.com should use another key. http://www.google.com/apis/maps/signup.html Once you gotten the API Key, google gives you a sample code. Quickly save this into a file, lets call it gmap.html, and upload it to your website. Then, just launch it (for example, http://www.abc.com/gmap.html) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Google has an official blog about their Map API at http://googlemapsapi.blogspot.com/ Here's my version of the code, auto-centered to Malaysia ;) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
GEvent.addListener(map, 'click', function(overlay, position) { }); </body>
Posted by yinsee @ Tue 07 Mar, 06, 02:00PM under Free Software
Have a look-see at the statistics of textmalaysia.com, and heh i baru realize there is a MSIE 7.0 out there already :D Found a few sites about IE7 and found out its still under BETA. The new IE7 is currently in beta2 and it can be downloaded from here (11.2MB).
The toolbar has been simplified to only back and forward buttons are visible by default. A search is included into the toolbar too. IE7 also added support for tabbed browsing (Avant can go to hell soon!), built in RSS reader, etc. It also included some security features for
Noticed the abnormal placement for menubar... menu is no longer at top of window but now placed under each browsing tab. some new Usability findings?? You will also get IE7 in Windows Vista (the next generation of Windows OS).
Posted by yinsee @ Thu 02 Mar, 06, 01:05PM under Internet
heheh, a little advertisement time. ![]() There you go, all of them just arrive HOT today. make one for yourself, visit www.minealesi.com
Posted by yinsee @ Wed 01 Mar, 06, 08:19AM under Free Software
Google Picasa is a wonderful program to manage photos in your harddisk. It will crawl your whole drive and generate thumnail view of every single images found in your HDD... some even long forgotten. There are some neat tools included too. You can create slideshow, video, and fine tune your images (simple image filters and color corrections), resize and email pictures, and also burning them into CD/DVD (it will mark which files are being backed-up and wont repeat next time).
Get PICASA2 from http://picasa.google.com/download/index.html
|
Categories
Latest Posts
Archive
| ||||||