OK how many of you grew up on Sesame Street? I know I did, and now enjoying it all over again with my daughter.
There has been a lot of the classic songs uploaded to YouTube of varying quality. Now the official website has gone Web 2.0. In addition to various animated games (all educational of course), there is also a new video section with what seems to be all the classic videos and classified with tags. One great thing about Sesame Street is that, being a non-profit organization, you will get a lot of celebrity guests, some bringing their own children also to the show. And the topics aren't just numbers, a lot the classic videos deal with issues such as racism by teaching kids to be proud of themselves and their cultural heritage. Sung by? Arrested Development. Great stuff. Now to look for a song to teach kids that daddy needs to use his computer too.
XSLT stand for XSL transformation, and XSL is EXtensible Stylesheet Language, it is XML-based Stylesheet Language defined by W3C. XSLT is one of the famous XML technology, XML that uses XSL needs transformation before that make sense. Some application such as firefox browser do support XSLT, with xsl source specified, it will be transform automatically.
If you have XSL, and xml that uses XSL, you can also transform by using a command call xsltproc. xsltproc is a tool from libxslt. The usage is straight forward:
xsltproc mytemp.xsl mytarget.xmlThe line above will dump the transformed xml to standard output, which you can redirect it to any files.
With -o, the transformed xml will be dumped into file.
xsltproc mytemp.xsl mytarget.xml -o myresult.xmlp.s. For xsltproc, the targeted xml do not need to specified the xsl inline such as:
<?xml-stylesheet href="mytemp.xsl" type="text/xsl" ?>To know more about XSLT check out W3C XSLT tutorial, or check out ways of transform XML with XSLT. You can also get some samples from the W3C tutorial to try out xsltproc.
Related PostsYoon Kit wrote about being forced to pay the Microsoft tax when buying computers from computer manufacturers (eg Dell). I submitted a complaint to the Ministry of Internal Trade and Consumer Affairs and received an official acknowledgment from the ministry that the Penang branch office will investigate the complaint.
I strongly urge everybody who uses non-Microsoft operating systems on their computers bought from Dell or any other manufacturers to write in through the web interface and make an official complaint. Make your voices heard so that we can stop being forced to pay for software we don't use!
State Chief Enforcement Officer,
Ministry of Internal Trade and Consumer Affairs,
Tuanku Syed Putra Building,
Downing Lane,
10300 Penang.
(Dated: 15th August 2008)
Sir,
COMPLAINT ABOUT PURCHASING DELL COMPUTERS
DITESH KUMAR A/L SHASHIKANT
With all respect, referring to the matter noted above, be informed that this administration has received a complaint that the complainant was asked to used Microsoft Windows on computers bought from Dell Computers with extra charge.
2. For your information, the complainant does not use Microsoft Windows software and as such, does not ask for Microsoft warranty and hopes that the company in question does not add any extra charges.
3. In line with that, we would be pleased if your party could conduct the necessary investigations and inform us of any developments to this administration.
Your cooperation in this matter is much appreciated and we thank you in advance.
"SERVING THE COUNTRY"
Following orders,
Mazlan bin Haniff
for: Director
I blogged earlier about what I thought was the Right Size.
Here's an interesting quote from Kaj Arnö on MySQL founder Monty leaving Sun,
"Second, Monty’s resignation has been a possible outcome already since years before the Sun acquisition. Perhaps his resignation at some point is inevitable, given that the type of skills and qualities needed to make MySQL great are different from those needed for working productively in a larger organisation (and I am referring to the size of the MySQL team, not Sun)."
I'm curious now, as to how Google can do it.
The really big difference is that I don’t have to participate in interminable conference calls. That in itself makes a job worth quiting.
Jim StarkeyHere's a shout out to the Ubuntu-my folks who quickly got together online to answer a call for help to assist the Malaysian Association for the Blind in setting up Ubuntu on the new Acer Aspire 1 next weekend. While we're there, we may be able to also setup one or two PCs in their lab to dual boot Ubuntu so that we can bring computing and FOSS to the visually disabled.
A person with Ubuntu is open and available to others, affirming of others, does not feel threatened that others are able and good, for he or she has a proper self-assurance that comes from knowing that he or she belongs in a greater whole and is diminished when others are humiliated or diminished, when others are tortured or oppressed.
I've seen far too many actions recently where people address themselves to the detriment of those around them. They will use others, abuse their position of power, lie, take credit for the work of others and have total disregard for the people and community around them.
It's good to enrich yourself and put your interests first. One however can do that while at the same time contributing to the betterment of the community around them. The actions can be simple, for example within the workplace.
On the way back home I got a call from the doctor about my blood test result and since I was only a few blocks away, I detoured to the clinic. The result was as I expected, the cholesterol level was recorded as high - they're underlined and printed in bold ... must've been all those nasi kandar, beriyani, fried stuffs and seafoods that I like so much. :-)
Triglyceride recorded at 1.79 and LDL Cholesterol at 4.01, the rest looks gibberish to me - so as long as they're not in bold or underlined I guess they're okay and nothing to worry about. The doctor advised a 3 months strict diet and then do another test for cholesterol. I'm going to start taking lots of fish oil after this, it worked well for Ervin and Chanduru so I guess it would work for me too.
Other than that, the day has been like any other day; raining everyday, sometimes in the afternoon while most of the time at the end of day. I kinda like it actually, it makes the city cooler and washed away the haze and pollution in the air though it worsen the traffic... but traffic's not going to get any better everyday anyway, with or without the rain. I had my camera while stuck in traffic, so this shot is one of the few that I took.
Looks like I’m the last person to write about Chrome, the latest browser from Google. This is because I do not own a Microsoft Windows machine to test Chrome early on.
I’m sure you can find a lot of great reviews floating around the internet about the latest lightweight browser, so I will not waste your time by rehashing those information here.
What actually caught my attention is the “Create Application Shortcut” found in Chrome, a functionality similar to Mozilla Prism which I’ve reviewed a while back in my blog. This would enable users to create Desktop shortcuts of their favorite Web Application without relying to external application like Prism anymore, everything can be done neatly within a single interface.
With Chrome, Javascript execution (read: ajax’ed website) felt a lot more faster while using much less memory, it looks like this new browser is going to give Mozilla a run for its money.
p/s: Eagerly waiting for Chrome to be available on GNU/Linux platforms.
Read Googlebooks Chrome Comic for more insight about Google Chrome
Please bear with me, I am trying to get chrome usable in my desktop pc (Ubuntu 8.04), using this guide. But I got stucked when trying to install winetricks.
sicksand@sicksand-desktop:~$ cd /usr/sbin
sicksand@sicksand-desktop:/usr/sbin$ winetricks
-bash: /usr/sbin/winetricks: Permission denied
sicksand@sicksand-desktop:/usr/sbin$ sudo winetricks flash
sudo: winetricks: command not found
Luckily , find the workaround
cd /where/you/downloaded/the/script
chmod +x winetricks
./winetricks
Changing the exec file from the dekstop shortcut will do the trick
Exec=env WINEPREFIX=”/home/sicksand/.wine” wine “C:\windows\profiles\sicksand\Local Settings\Application Data\Google\Chrome\Application\chrome.exe” —new-http —in-process-plugins
Here are the screenshots…
I’ve been wanting to use Google Gears since the first day it was released, but no luck for me as I’m using 64 bit Linux, which is currently not a supported platform for it. I kept waiting until today, that I really wish to try Wordpress, the blogging application for this blog of mine on Google Gears.
I’ve managed to find a solution for it (through Google of course), and wrote an article of it at Techrecipes. Please read and report if it doesn’t work for you, or if it just works great!
Google Chrome is the open source web browser developed from scratch by Google. Available in beta in more than 40 languages, Google Chrome is a new approach to the browser that’s based on the simplicity and power that users have come to expect from Google products.
Features of Google ChromeAt the first launch, you will notice that Google Chrome has a very simple user interface. It has no menu bar, no status bar, and no search bar. All you got is a window frame and a tab at the top of address bar.
Screenshot of Google Chrome with multiple tabs and most visited sites (click to enlarge)
What’s inside Google Chrome is the Webkit web browser engine (same as Apple Safari) and the fast javascript engine, V8. Here are some of the features of Google Chrome:
Address bar — the address bar is combined with search and history quickly takes you where they want to go in just a few keystrokes.
New tab page — when you open a new tab, you will see a page that includes thumbnails of your most visited sites, searches, recent bookmarks and closed tabs.Dynamic tabs — you can drag tabs out of the browser to create a new windows, gather multiple tabs into one window or arrange the tabs as you wish.
Crash control — In Google Chrome, every tab is an independent computer process. You can close the no responding tab and other tabs are not affected.
Incognito mode — use this mode if you want porn private browsing. In incognito mode, no track will be leave on the computer.
Safe browsing — web browsing is safe using Google Chrome. It protects you from malware (sandbox) and phishing sites. The browser continually downloading list of harmful sites from Google server to keep you protected.
Download Google ChromeGoogle Chrome is available for free download here. The first beta version is for Windows Vista/XP only. Mac and Linux versions will be coming soon.
Passion/Poppy, you failure of epic proportions.
Poppy is downstairs, Passion is upstairs. Today, is Thursday, traditionally lady’s night everywhere, right? Passion is closed, Poppy is virtually empty. This alone should have alarm bells ringing in your head. But my experience there, takes the cake.
Firstly, it took a grand total of 35 minutes to find our bottle of stashed Chivas. In the end, they admitted to not being able to find the bottle (they admitted that someone has stolen it), they gave us someone else’s bottle, scratched out their details and put my name on it. We noticed that there was less alcohol than what the custody card stated, and they gave us a couple of free glasses of drinks to boot.
Service, for an empty night club, SUCKED. Getting the lethargic wait staff to do anything, was mostly a waste of time.
So after all this waiting, guess what? They refused entry for a friend of mine. He so happens to have tried to come in via the main entrance (I just walked in from the side entrance, post valet parking). The excuse? Its ladies night and men have to pay.
I call a waiter over (the same guy that fumbled for 35 minutes to get me a bottle that wasn’t mine) to talk to the staff at the door. There are about four of them. Two beefy guys, and one spectacled fool who kept on insisting that they had procedure to follow. This after the waiter saying a bottle was inside.
I start to speak. I inform them that there is no one in the night club and there is really no reason why anyone should pay. Spectacled fool, insists its procedure and there’s a cover charge. I honestly feel like going in, taking my bottle out, and smashing it on his face.
But, some sense comes over them… Because one of the beefy guys decides that we mean business. My friend, and the three girls that accompanied him, come in with no hassle now. I say, rather loudly, “You did the right thing, or else…” The bespectacled guy isn’t impressed.
We finish the bottle as soon as we can, and this marks my vow to never go there again if I can avoid it. In fact, you should never go there again, if you can avoid it too. They are apparently only popular on Friday and Saturday nights, anyway. I recommend them to close, if possible.
If you need to go somewhere, in that area, might I highly recommend Thai Club (two floors of entertainment - upstairs is heavily air-conditioned, and serves a younger crowd), or even Rum Jungle. I know, I know, I considered Rum Jungle harmful before, but that was before they were opposite Poppy. They’ve now moved to the side, and are so much more sensible. Rum Jungle and Thai Club also have got good bands… Passion/Poppy? Just a DJ. Want eye candy? Definitely skip Passion/Poppy. Besides, only Passion/Poppy have a “dress code” even - Rum Jungle have learned from their ways, and I can walk in in shorts, t-shirt, and sandals (okay, Crocs nowadays).
I finally decided to get on twitter since I’ve been rarely had the time to update my blog anymore. So for those who are interested to follow my daily updates can do so by following my twits (username: mypapit).
For the curious minds, my favorite twitter client are twim (Apache License 2.0) and twobile
many names were given/speculated since a month plus ago - but today it is live - the Dell Inspiron Mini 9. It is not only somehow found in US sites - in Germany's dell site you can already order the black one with very limited customization choices.
a colleague had been waiting for it, but he can't order it yet - he wanted an Ubuntu version of it but it is not available. Funny, in the US site (follow the link from Gizmodo) (which is somehow live now even though it is not yet 4th of September there) you can have it for USD349 with Ubuntu installed. Here in Germany it will cost you 369Euro with almost everything fixed - Windows XP, 1GB ram, 16GB SSD (a big plus that explains the price perhaps?) and webcam.
i am now considering, whether to trade the 701 for a 9" model with better battery life (hint: Eee PC 901). I noticed it is a trend to have a netbook that last 3+ hours. WHy can't manufactors exploit the possibiltites like offering 6 cells as standard? i really hope to have a netbook with at least 6 hours battery life, so that i can just go out for a whole day long, and don't really need to be bothered about having to charge it like how i need to do with my notebook all this while.
I think the best time to get yourself a netbook, is around Christmas this year - more models will be out, and some models will be reasonably priced. and til then, you will also have more test reviews and also 3rd party accesories. Perhaps i will just wait :)
Recent comments
4 days 21 hours ago
4 days 23 hours ago
2 weeks 2 days ago
6 weeks 4 days ago
10 weeks 5 days ago
20 weeks 2 days ago
20 weeks 2 days ago
20 weeks 4 days ago
20 weeks 5 days ago
28 weeks 3 days ago