ATI Radeon 9550 is already too old, let it go..

Categories: blog



I’m using one of the wordpress plugins (shortstat) and see what posts people looking at. Most of the time is my post about an ATI Radeon 9550 depressing problem that I went through is the center of the attention (most probably from trackback of the original post). This graphic card is too old, we need not bother ourselves with its problem anymore. You can’t do anything, ATI is not going to support it anymore.

It isn’t worth it, all the hair loss in frustation of BSOD, graphic artifacts, random pauses, slowdowns. Even the on board graphics nowadays is better than this thing. Come, let us shop for a new graphic card.
 

The Toolbox, Tools of my trade, Q4 2007

Categories: Development, Tips, blog

I’ve always wanted to post this stuff but never get around to it. The tools that I use to most of my development. It will change time to time. With each change I’ll make a new post and review my previous post.

The list.

  1. Firefox 2
  2. Selenium IDE (FF Add-On)
  3. Firebug (FF Add-On)
  4. MeasureIt (FF Add-On)
  5. Komodo Edit 4.2
  6. Notepad++ 4.6
  7. Pixie
  8. Hoversnap
  9. Paint.NET
  10. yEd
  11. Subversion
  12. Mantis Bug Tracker
  13. and some few other stuffs

Most of the time, I’m on..

firefox_logo1.jpg Firefox

well, sometimes I do my tests on IE6 and IE7 (No master,*whip sounds* I will test on IE6 and IE7, I’m sorry master. *cowers in fear*)

Firefox Add-Ons

Selenium IDE

This saves me alot of time and probably from Carpal Tunnel Syndrome when I have to test fucking huge forms. Argh!. Well, the forms could be divided into several steps but still, there’s lots of testing coming.

Web Developer

This is one of the tools crucial in my toolbox. View CSS, edit, view javascript, resize, outline and other stuffs important. I also use it to see how things are done. As words of old always say

By three methods we may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest. ~ Confucius

Which one would you choose? Most would probably choose the second one. But the truth is, the first is the most used with the Web Developer extension, you can’t just apply a hack or a script. You have to see how its done, and fits it accordingly. You reflect what other’s do into your work.

For example, long time ago when gandalf was still around, I tried to ignorantly and blindly combine Mootools and jQuery. They don’t play nice (maybe now they have resolved their differences and became best buddies, you have to find it out yourself). You have to choose one. One library to rule them all and make it consistent, damnit! Unless you want the next developer or maintenance developer to brutally murder you for choosing one too many library combinations.

Firebug

This is the most crucial tool in my toolbox. It is the heart (the brain is me of course) of my trade. I see dead people (sorry for the lame 6th Sense joke), xml requests, errors, javascript stuffs, element inspections and all of those kind of stuffs. I modify CSS on the fly through it, see which stylesheet and element get it styles from, detect overlapping styles and so much more.

MeasureIt

Instead of placing a ruler on my screen (no, I have never done it, but I think some folks out there do) or taking screen shots and measure it in an image editing program. I could just click and drag a box in my browser. It is that fucking SIMPLE!. Even though there are some third party application out there that does the same thing. This one really fits my Firefox puzzle in development.

Komodo Edit 4.2

This is new, quite new to me and I am thankful that I found it. Every 4-5 months, I went out to hunt an IDE that works best for me. Previously I used EasyEclipse (a variant of eclipse) for all my work. It works great and all but there’s some quirks with its autocomplete and the editor in general. It doesn’t indent to the column where its supposed to be in the next line when I press return. So anyway, its driving me nuts and I changed IDE.

Notepad++ 4.6

This is one of the most frequent application that I use. Not for main development but for quick edits. It works well and fast (quick edit need fast app, I dont want to wait for it to load). There’s a function list, hex editor, syntax highlighting, and many more. No autocomplete though (too overkill for this app, thats a job for Komodo Edit!).

Images & Colors

Pixie!

The best, although there’s other alternative out there. But this is just right. Its simple and minimalistic. It works. Very fast, but sometimes it gets kind of annoying when I open up an image editing program and some shortcuts overlap each other (e.g. Ctrl+Alt+Z).

Hoversnap

I use this a lot, to collect samples for ideas and references. There’s lots of interesting stuff out there in the web. This is my camera to immortalize it. :D

* While writing this I found some stuffs for this, 15 Ways to Create Website Screenshots.

Paint.NET

I use this time to time to crop images, adjust here and there. Not much, I don’t know much about image editing programs. I only use it for some basic needs.

Diagrams?

yEd

A nice graph editor. Can do lots of cool nifty diagrams and some cool effects for rearranging it too. Neat.

Revision Control!

SVN (Subversion)

I started using version control stuffs back on my first job. They use Visual Source Safe. I was curious about it, I looked into it and find alternatives (I always find alternatives to paid stuffs) and found out about all these CVS, Perforce and SVN. Proposed it to the company and was rejected (maybe my explanation didn’t tell much?) and used it quietly on my own for my projects.

Tracking Stuffs?

Mantis

This thing work great. Even though it might be overkill for the new freshmen but its powerful enough to do what I need it to do. I use it to track issues, requirements, email notifications of changes or new reports. The workflow, categories, assign user to projects, customization. Wonderful! The CSS is short and simple, no need to dive into CSS spaghetti bolognese. It can be integrated to an SVN repo. There’s a mod for it.


These are all that I can think of. If there’s something that I missed, I’ll include it in my next Tools of my trade post. If anyone might want to recommend something, feel free to leave suggestions in the comment. And I’ll try to look into it.

These are pretty much the general stuffs that I use. In the future it will change or should I say, evolve.

How many HTML Elements can I name?

Categories: blog

I’m ashamed. I just undergo a test on html elements (without looking at references, of course). And all i got was this. 

 

44

 

I missed a lot of elements though. Especially IMG. WTF was I thinking? I use all the time. And no, I don’t use dreamweaver and insert image using the insert menu thing (I use Komodo Edit and set my macros straight!). Maybe its the pressure from the numbers counting down. I stopped thinking when it was 10 seconds more to go.

 

Named so far:

A,
ADDRESS, B, BODY, BUTTON, DIV, EM, FIELDSET, FORM, H1, H2, H3, H4, H5,
H6, HEAD, HTML, INPUT, LABEL, LEGEND, LI, OBJECT, OL, S, SCRIPT,
SELECT, SMALL, SPAN, STRIKE, STRONG, STYLE, SUB, SUP, TABLE, TBODY, TD,
TEXTAREA, TH, THEAD, TITLE, TR, TT, U, UL,

I forgot:

ABBR,
ACRONYM, APPLET, AREA, BASE, BASEFONT, BDO, BIG, BLOCKQUOTE, BR,
CAPTION, CENTER, CITE, CODE, COL, COLGROUP, DD, DEL, DFN, DIR, DL, DT,
FONT, FRAME, FRAMESET, HR, I, IFRAME, IMG, INS, ISINDEX, KBD, LINK,
MAP, MENU, META, NOFRAMES, NOSCRIPT, OPTGROUP, OPTION, P, PARAM, PRE,
Q, SAMP, TFOOT, VAR,

It was fun though.

Firefox Memory Leaks, A feature and soon to be rectified.

Categories: blog
Firefox

I’m glad that the Firefox people is on their way on solving this memory issue, which some say is a feature, not a bug. It concerns me. Last week when I went to Terengganu to attend Sultan’s Cup, I left my PC at home up and running for 5 days. When I got back home, open up my task manager and firefox is using 900MB of RAM.

Currently there’s only an Add-On called RAMBack (for Firefox 3). But looking at the way things are going, the problem will probably be solved by the time Firefox 3 is released.

Other than that, there’s some alternatives that can be used to reduce the memory usage.

How to fix firefox memory leak (firefox hack)

Reducing Memory Usage

Hooray for FF3!

Sultan’s Cup (a long short story)

Categories: blog

Alright! A long short story of the Sultan’s Cup.

My boss told me that I’m going with him to Terengganu to do some accreditations (the card thing people wear around the neck). I’m not really into events that doesn’t involve computer or books but this is part of the job (and also in case there’s any trouble with the accreditation system that I developed).

Infinity Pool

Ok, I stayed Sutra Beach Resort (at least 2 kilometers from the event). Cozy, place. Looks like its falling apart but still nice. One of the nice thing is the infinity pool. Food is mediocre. My boss’s wife told us that its a 3 star place (I dont know how to rate this kind of places). But, its ok lah.

The day after I arrived the Concorde Hotel people starts to serve food at the event. The best foods is inside the VIP tent (which of course I have access to). The food was superb, sushi, pastries, nasi lemak and its different for breakfast, lunch, dinner and supper. The concorde people also does rounds and brings food to our office (we still have to go to next door to get coffee from the machine).

Accreditations

I’m the laminating and handling the forms guy. Who is suppose to be first and such, I arrange it because some people just can’t or doesn’t want to wait ( noble family members, Tan Sri, Committee Members, etc). People from Brazil, Norway, South Africa, Qatar, Bahrain, Oman, UAE, France, Portugal, Spain (and much more) from different categories Grooms, Riders, Chef D’quipe, Vets, Media, VIP Guests (and many more).

More than a thousand people came to get their accreditations (or maybe it was like 800-900 but sure as hell it was a lot). And thankfully no one was upset or angry.

The Trial

This event was a trial (from what I’ve been informed) by the FEI to see whether Malaysia was up to it. In the end, it was successful and Malaysia will be hosting the World Endurance Championship (WEC) in November 2008. You can see Datuk Seri Dr Salleh celebrating the victory.

victorylap.jpg

Gala Dinner

The gala dinner was fantastic. The speech was quite long because they have to address everyone on the stage. The food was too little though, it’s a 4 course meal. The annual dinner with my brother’s company had 10 course meal (accompanied by comedy performance on stage) which is better. But everyone is pretty tired anyway, 10 course meal will be too much (everyone would probably end up eating with their face on the plate).

What makes it great was Saharadja. Great music. Makes me wanna go up and break dance (probably not in this lifetime).

In the end..

All is well, good news that the event was a success and I’m not much of a "raconteur". And all I got from Sultan’s Cup is this box of hand grenades.

sultans_cup-102.jpg

Back from Sultan’s Cup

Categories: blog

I’m back from Sultan’s Cup held in Setiu, Terengganu. 5 Days. 7/11/2007 – 12/11/2007. I’ll post in details tomorrow.

Raisins

Categories: blog
single_raisin.jpg

Raisins are good for you! I knew it was good a long time ago, but what I didn’t know was that it promotes oral health. There’s a couple of varieties to pick from. The most important thing (at the moment) Raisins may combat cavity-causing bacteria. Hopefully this dental problem will be sorted out this week. Threshold for pain is almost at its limit. Argh.

GimpStyle Theme design by Horacio Bella.