Articles on this Page
- 12/02/09--13:28:_Hello world!
- 12/02/09--15:32:_javascript:void(0) must die
- 12/19/09--08:03:_ASP.NET MVC generates...
- 01/18/10--14:09:_Benchmark: HTML...
- 04/07/10--13:40:_Just how much does...
- 05/16/10--15:42:_(Solved) troubles with...
- 11/03/10--18:08:_Opera Extensions:...
- 08/14/11--08:26:_DublinJS August meetup kata
More Channels
- Feb 24: University System of Georgia...
- Feb 24: OutreachMagazine.com
- Feb 24: Twitter / Favorites from...
- Feb 24: Twitter / Favorites from...
- Feb 22: オバちゃんの部屋
- Nov 29: Rowan County Senior High School...
- Nov 29: Kali Kae on LOOKBOOK.nu
- Nov 27: Yayen
- Nov 27: Fotoblog your-favourite-nightmare
- Feb 22: Young Twinks Daily
- Jan 1: Twitter / TNT_Online
- Dec 9: Comments for New Media Bloggers
- Nov 29: Commentaires du blog: L'usine à...
- Feb 23: What's New
- Nov 27:
- Nov 27: jenny's moods
- Nov 27: Ziarişti Online » Adelin Petrisor
- Nov 27: XPS2OneNote Wiki & Documentation...
- Nov 27: You and I and the Truth
- Nov 27: Look-kate
- Nov 27: .
- Nov 27:
- Nov 29: gaze | Croncast - Life is Show Prep
- Nov 29: Once upon a dream..
- Feb 24: Alabama News latest RSS...
- Nov 29: Ghidoo: romana. Descopera...
- Jan 30: LePost.fr : tag "Formule 1"
- Nov 29: Recent Edits for Zooomr on...
- Nov 29: new acting
- Feb 5: Oregon Commentator » Law
- Nov 27: 内痔
- Nov 27: Komentarze do Yorki
- Nov 27: 游戏相关
- Nov 27: 肠炎便血
- Nov 27: Takeshi's Site
- Nov 27: Xjun's Heaven
- Nov 27: Melodies of The Heart
- Nov 27: your perfect graphic source -...
- Nov 27: ... xXx_N0_GF sPaRTaxXx... check...
- Nov 27: la la la la la...
- Nov 27: โลกของยิ้ม...
- Nov 27: Gink's Site
- Nov 27: Girls just wanna have fun :)
- Nov 27: سکوت
- Nov 27: yHanniE
- Nov 27: *no regrets..just lessons...
- Feb 11: Dance
- Dec 21: Règlement & Contexte
- Feb 22: Kommentare für Visuelle...
- Jan 18: Comments on: Mukesh Ambani Gifts...
|
|
Are you the publisher? Claim this channel |
|
Channel Description:
Latest Articles in this Channel:
- 12/02/09--13:28: Hello world! (chan 3115007)
- 12/02/09--15:32: javascript:void(0) must die (chan 3115007)
- 12/19/09--08:03: ASP.NET MVC generates invalid ClientIDs (chan 3115007)
- 01/18/10--14:09: Benchmark: HTML outlining/TOC scripts (chan 3115007)
- 04/07/10--13:40: Just how much does performance matter? (chan 3115007)
- 05/16/10--15:42: (Solved) troubles with Ubuntu, VirtualBox, OpenVZ/Proxmox and MySQL (chan 3115007)
- 11/03/10--18:08: Opera Extensions: messaging example (chan 3115007)
- 08/14/11--08:26: DublinJS August meetup kata (chan 3115007)
There is no long story. My blog in Lithuanian will have a second birthday in 5 days. Here’s my present to myself.
I write, you read and comment
???
PROFIT!
Oh, and yes, you’re right – now that I have a blog, I will not update it frequently.
Pretty much two weeks ago I dropped my notes from FullFrontal 2009 onto developer’s forum at work. And one full colleague of mine enquired why did I say that “javascript:void(0) must die”. I didn’t really have a chance to follow it up until now (happy birthday, dear blog).
It doesn’t do anything, it just sits there!
Now, [...]
This week I had a joy of spending several hours trying to solve and intermitently happening bug. In short, some 2 times out of 3 the YUI selector utility failed to lookup elements in an XHR loaded HTML fragment. After digging quite deep into the YUI code, I found that it was actually the fault [...]
A bit over a week ago Chris Heilmann published a post on table of contents generators, where he listed a couple of JavaScript methods to do that. It’s been always in the plans to optimize the performance of my own implementation of the HTML5 outlining routine – and what better way to measure it, than [...]
I have recently moved my dedicated server to a new provider. I mostly did this for pricing reasons, but there’s also the benefit of network speed, as most of my visitors and now – the server itself – are in Europe. This move, coupled with a few optimizations, has opened my eyes towards some data [...]
Positive start: my new Dell XPS 8100 is now ready for work. To achieve that I had to overcome a couple of puzzlers. They were mostly related to my weird requirements, which I guess are not the common set up path…
The weird setup
The choice of desktop OS is sort of trivial – Ubuntu 10.04 Lucid [...]
I already vented out my frustration with examples that have flaws, so this one is more constructive and tries to actually explain and solve things. You’re welcome to skip all of that and just get the example code.
It may not be 100% correct, it may have it’s own flaws, and obviously it may soon become [...]
I’m doing a kata for this month’s meetup of Javascript Dublin group and my choice is Roman Numerals. It’s simple enough and it also demos some interesting transformations of the code during the whole TDD process (if you stick to the mantra of “write the simplest possible thing”). I found that I could also put [...]