31
2012
XAMPP
XAMPP is an easy to set up Apache distribution containing MySQL, PHP and Perl. XAMPP is absolutely very easy to install and to utilize – just download, extract and start. Xampp can be acquired here. It is really a breeze to install and also to use. It is an easy to setup Apache distribution that contain MySQL, PHP and Perl. It is accessible on SourceForge and is maintained by Apache Friends . Xampp has in [...]
14
2012
Coding coding and coding…
Sometimes it may be simpler to write your own program from scratch if you have good knowledge about what you are going to do. But it would be better if you can read, debug, understand, and improve other programmers’ code. Having the capability of digesting existing code is a must for a programmer.
10
2012
Runtime error: division by zero
So, after more than 10 years of writing code, I’m making a basic careless mistake in PLC – division by zero. This is so ashamed. Although I am not really interested in this kind of graphical block programming but it’s a nice lesson to learn.
30
2011
Image processing in C#
Basic image processing support in C#: (Source: codersource.net) PictureBox class: ClientRectangle: ClientRectangle is a public property representing a rectangle that represents the client area of the control. It does not include the elements such as scroll bars, borders, title bars, and menus. It only represents the area in which the image is drawn actually. Image: The public property representation of the Image class to display. The Image property is set to the image to display. [...]
8
2011
[LTT App Store] Analog to Digital Simulator
This program was a mini project in my final year Mechatronics course (Specialized in Automation). It simulates A2D converter by drawing a analog sine/cosine waveform, and then digitize it. Download here: http://www.everbot.com/files/A2DSimulator.exe
8
2011
Smartphones have dumb owners
Google survey suggests many smartphones have dumb owners. I myself also find that my phone is getting smarter. I have never found its full power yet. And each time I discover something new on its capabilities, I’m amazed! How about you? Are you making the most out of your smartphones yet? If not, try to learn using your phone, treasure it. You don’t always need to upgrade to a new phone. Because even the old [...]
7
2011
SquallLTT presents: SPB Shell 3D running on my HTC Desire
This video shows the SPB Shell 3D v1.0.2 (which I purchased from Android Market few days ago) running on my HTC Desire. The launcher is really a next generation of user interface. With the price of 19 bucks, the APP is a bit expensive compare to others but it is a good investment. Right now, the launcher performs quite well on my device though I still expect improvement from SPB. Alright, enuf for boring long [...]
16
2010
Some notes for string handling
Clearing my phone since it is very messy with a lot of files, and found some notes here: Handling string in C# List of Numeric Formats * C or C – For Currency. Uses the cultures currency symbol. * D or D – Integer types. Add a number for 0 padding eg D5. * E or e – Scientific notation. * F or f – Fixed Point. * G or g – Compact fixed-point/scientific notation. [...]
12
2010
Nothing else matters – MetallicA
This wonderful song is written by the awesome thrash metal band – MetallicA . Love it so much. Title: Nothing Else Matters Words: Metallica Music: Metallica Instructions: Tab by B. Joosten Tempo = 69 Guitar I (clean) Legend L – tied note x – dead note h – hammer on/pull off b – bend s – slide ~ – vibrato g – ghost note > – accentuated note t – trill M – palm mute [...]
19
2010
How to get auto upgrade WordPress on host pipni.cz
Host pipni.cz has some security settings that don’t allow user to access the default temp directory, so we can’t do auto upgrade version for WordPress. Here, I’ll show you how to do auto upgrade by creating our own temp directory. 1) First, add a “tmp” foler under wordpress blog directory. 2) Added the following lines to “wp-config.php” to point wordpress temp directory to it if ( !defined(‘WP_TEMP_DIR’) ) define(‘WP_TEMP_DIR’, dirname(__FILE__) . ‘/tmp/’);
Categories
- Diary (10)
- IT (19)
- Programming (6)
- Life (6)
- LTT App Store (1)
- Mechatronics (6)
- Others (1)
EverBot.com
EverBot twitter
- Looking forward to seeing Ice Cream Sandwich on my old little Desire. Gonna be in-ter-rest-ting! 2 months ago
- I've learned that everything is uncertain. 4 months ago
- Every morning starts freshly and energetically when I think of YOU <3 4 months ago
- what makes you happy? 4 months ago
- I'm number 4 =) 5 months ago
An article by



