May
7
2009

Some useful shortcuts for Firefox

My most-used shortcuts: F6 or Ctrl+L : Gets you right up into the Address/URL bar. F5 : Reload the page. Ctrl+F : Find what you’re looking for on the page. I also just learned you can “quick search” by using just the / key! Ctrl+T : Opens a new tab. If you’re spending time clicking the new tab icon all day, you’re missing out! Ctrl+K : Takes you to the Firefox search box. Ctrl+U : [...]

May
5
2009

Network programming in C#

Basic definitions It is important to have a firm understanding about networking. Here, I only mention about some very basic knowledge. – Protocol: is a set of rules and procedures used for communication. Computers on a network must agree upon a common protocol in order to communicate. – IP (Internet Protocol) is the method or protocol by which data is sent from one device to another on the Internet. Each computer on the Internet has [...]

May
5
2009

C# programming language

Microsoft .NET Microsoft .NET contains 2 main components: Framework and Integrated Development Environment (IDE). Framework is the most important part of .NET and it is the core of the environment. .NET Framework contains: 4 main programming languages: C#, VB.NET, C++ and JScript.NET Common Language Runtime (CLR) – this is the core of the framework – which is Microsoft implementation of the Common Language Infrastructure (CLI) standard – handles code execution and all of the tasks [...]

May
5
2009

Mobile robot

mobile robot

(Definition from Wikipedia: http://en.wikipedia.org/wiki/Mobile_robot ): A Mobile Robot is an automatic machine that is capable of movement in any given environment. Mobile robots are the focus of a great deal of current research and almost every major university Classification: Mobile robots may be classified by: The environment in which they travel: Land or home robots. They are most commonly wheeled, but also include legged robots with two or more legs (humanoid, or resembling animals or [...]

May
3
2009

CSS Tips to prevent image from being to large

Sometimes you have an image appear in your blog which is too large that causes problems with your WordPress theme. This is a common problem for WordPress blogs that have multiple authors, where some authors don’t know how large the image they can post or new blogger who is not very familiar with CSS code. Fixing this problem is absolutely easy with CSS hack. You only need to place following code in your stylesheet to [...]

May
3
2009

[VB.NET] Detect whether the USB device is plugged in or taken out without timer

.NET programming The following VB.NET code will help you to check whether a USB device is plugged in or taken out. No timer is used here. You can integrate this tip to your program just by copy and paste. Private WM_DEVICECHANGE As Integer = &H219 Public Enum WM_DEVICECHANGE_WPPARAMS As Integer DBT_CONFIGCHANGECANCELED = &H19 DBT_CONFIGCHANGED = &H18 DBT_CUSTOMEVENT = &H8006 DBT_DEVICEARRIVAL = &H8000 DBT_DEVICEQUERYREMOVE = &H8001 DBT_DEVICEQUERYREMOVEFAILED = &H8002 DBT_DEVICEREMOVECOMPLETE = &H8004 DBT_DEVICEREMOVEPENDING = &H8003 DBT_DEVICETYPESPECIFIC [...]

May
1
2009

How to register free hosting at pipni.cz

This webpage will guide you how to register a free hosting at pipni.cz Note that: firstly you need to own a domain .com or .net or .org e.tc. All right, here we go: …

May
1
2009

Hot Tea and a Heart Attack

Drink Warm Water After A Meal This is a very good article. Not only about the warm water after your meal, but about heart attack. The Chinese and Japanese drink hot tea with their meals, not cold water, maybe it is time we adopt their drinking habit while eating. For those who like to drink cold water, this article is applicable to you. It is nice to have a cup of cold drink after a [...]

Apr
30
2009

(JavaScript hack) Edit any webpage

Hi every1, today I’m gonna share with you a very simple JavaScript hack, all you need to do is copy and paste the code below into your web browser, then you can edit everything on that page. It’s just for fun, coz everything will return to original once the page is reloaded. Code: javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0 The above Javascript trick can apply to any website including Google, Yahoo or MSN. It’s make a website [...]

Apr
28
2009

Heaven and Hell

A holy man was having a conversation with the Lord one day and said,’Lord, I would like to know what Heaven and Hell are like.’ The Lord led the holy man to two doors. He opened one of the doors and the holy man looked in. In the middle of the room was a large round table. In the middle of the table was a large pot of stew, which smelled delicious and made the [...]

Pages:«12345»

Domain Registrations starting at $9.98*

Categories

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

EverBot twitter