Pages

Subscribe Twitter Twitter

Tuesday 30 November 2010

Learning Text Abbreviations - Lol,Lmao,fyi,brb,gtg etc.

Text Abbreviations is a new foreign language in IT world nowadays. It's very common for mobile phone and computer user today where they may use some kind of short form of every words to communicate with other. For those who are not aware of this, they may have experience a communication breakdown because they cannot understand what the meaning of the words. The table below are list of the common Text Abbreviations:-








Powered by Zoundry Raven

Software Review : .NET Framework

Do you have experience the situation when the application you want to install (mostly new games),it will asked for new up to date .NET Framework? What is .NET Framework?

The .NET Framework is Microsoft's comprehensive and consistent programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes. The Microsoft .NET Framework 4 redistributable package installs the .NET Framework runtime and associated files that are required to run and develop applications to target the .NET Framework 4. The .NET Framework 4 works side by side with older Framework versions.

Applications that are based on earlier versions of the Framework will continue to run on the version targeted by default. .NET Framework 4 includes the following new features and improvements:

  • Improvements in CLR and BCL
  • Improvements in ADO.NET Enhancements to ASP.NET
  • Improvements in Windows Presentation Foundation
  • Improvements to Windows Workflow Foundation and Windows Communication Foundation The latest

.NET Framework Version 4.0 can be download here.

Monday 29 November 2010

USB Write Protector



USB Write Protector is a tiny portable software that shields your USB drive from pesky viruses and trojans by disabling the write functionality. This could be pretty useful when you want to only read data from the USB drive on public computers.

USB Write Protector is free to use and available in multiple languages including English, German, French, Chinese, Japanese, Spanish among others. The software is only 187Kb in size and can be easily stored in your portable USB/Flash Drive.

Know your computer 'gender'




Do you know your computer have gender? This is how you can identify it.

1.Open notepap
2.Copy this
CreateObject("SAPI.SpVoice").Speak"I love YOU"

3.Paste on the notepad
4.Save as "i love you.vbs"
5.Close notepad
6.Double click the file

You will hear "i love you"

My PC is a female.
So..what is yours?

Good luck!

Samsung Galaxy Tab

Samsung unveiled its latest device on 25th November in Malaysia - Android-based Samsung Galaxy Tab





Feature


Specification
OSAndroid 2.2 (Froyo)
Size190.09 x 120.45 x 11.98mm
Weight380g
Display Size7 inch TFT-LCD
Resolution1024 x 600
ProccessorCortex A8 @ 1GHz
GraphicsPowerVR SGX540
Memory Capacity16GB or 32GB ROM
RAM512MB
MicroSD Storageup to 32GB
Cellular DataHSPA 3G/2G EDGE
Wifi802.11 b/g/n
Bluetooth3
Front Camera1.3 Megapixel
Rear Camera3 Megapixel with Autofocus, Flash
Batery4,000 mAh
Adobe FlashFlash Player 10.1



Other Features:

  • Readers Hub app for e-reading,

  • Media Hub app for films and videos and the Music Hub for everything musicfull

  • HD video playback, has HDMI/USB ports,

  • Plays DivX HD videos [also supports XviD, MPEG4, H.263, H.264 and more formats], and is the first DivX certified tablet.

Samsung Galaxy Tab is retailed at RM2699. However with Maxis contract, it goes for RM1849 with 12 months and RM1749 with 24 months contract.










How to post html code in blogger post


I had problem when posting an article on blogspot. I was trying to show some sample html/xml code in that article. But I faced problems when I wrote the core html code. The problem was that the html code was rendering as html controls and breaking the post content. I tried many times and got frustration. Finally I searched in google for this problem and I got the below useful link.

http://www.simplebits.com/cgi-bin/simplecode.pl

If you follow the above link you will notice 2 textareas in which the first one is for input the html code and second one is for output of the changed html code which fits into the blogspot post and renders as expected.

Whoever wants to post the html code in blogger, please go to the link and paste your html code in first text box control and click the process button. Then you will notice the second textbox updated with the processed html code. Then copy the complete code from second text box and paste it in your blogspot post. It works not only in blogspot but also in all blogs which don't allow direct html code in posts.

Add Facebook "Like" button on every post


The button code


<iframe

allowTransparency='true'
frameborder='0'
scrolling='no'
expr:src='"http://www.facebook.com/plugins/like.php?href="
+ data:post.url
+ "&layout=standard&show_faces=true&"
+ "width=530&height=60&action=like&"
+ "colorscheme=light"'
style='border:none; overflow:hidden; width:530px; height:60px'/>

where to add it ?

Log into your blogger account, then go to Layout >> Edit Html.
Before doing any thing you must check Expand Widget Templates box

In the edit box, find
<b:includable id='post' var='post'>.


And after it, paste your button code next to that code

Example:


<b:includable id='post' var='post'><iframe allow
Transparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=true&width=530&height=60&action=like&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:530px; height:60px'/>





click Save Template and you are done.

Update!
In case the code above is not working, here is the version with all the clarifying formatting removed and no line breaks:

<iframe allow
Transparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=true&width=530&height=60&action=like&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:530px; height:60px'/>



Warning! Manually editing your template can hose your entire blog if done wrong. Be sure to back it up (instructions are on the Edit HTML page), and don't blame anyone but yourself if you mess it up

GOOD LUCK!!!