Code formatting and line continuations with Javascript and CSS
I've had a question up on stackoverflow recently in an attempt to get a nice solution for adding a glyph with CSS to indicate a wrapped line (e.g. in a command line sample).
With a few good suggestions, I had a reasonable solution but it still required a bit of manual markup to prepare the example. Then I saw Pranav Prakash's post about syntaxhighlighter by Alex Gorbatchev.
With a few tweaks (see the stackoverflow question for the details), I'm now able to combine the best of both worlds: great formatting and syntax highlighting with syntaxhighlighter and also line continuation glyphs. Here's an example of the result:
public class HelloWorld {
public static void main (String[] args)
{
System.out.println("Hello World! But that's not all I have to say. This line is going to go on for a very long time and I'd like to see it wrapped in the display. Note that the line styling clearly indicates a continuation.");
}
}
NB: if you have javascript disabled, or reading this through a newsfeed (or if I hit a bug) you may not see the full effect. Here's a screenshot of what should be appearing above:

Now I just need to go back and update the code formatting in all my old posts. Basket!
read more and comment..
Oracle Shell Scripting
I remember seeing Jon Emmons' announcement on the Oracle News Aggregator and I've had it in my "wanted" list on bookjetty for ages. This week I discovered Jon's Oracle Shell Scripting: Linux and UNIX Programming for Oracle (Oracle In-Focus series) I wish more DBAs had read this book. In fact it should be mandatory to get an OCP certification! |
They say tool usage is a sure sign of advanced intelligence in birds. And the same applies to all of us in IT. The three examples I look for at an Oracle Database installation are:
- RMAN
- Grid Control
- Shell scripts
If none of these are present, then I tend to presume the real DBA has long left the building. Even if you are using third-party alternatives, do you continue to re-evaluate the Oracle capabilities with each new release?
Jon Emmons' book is of course more focused than this. It perfectly fills a niche, with an approachable, practical and comprehensive coverage of shell scripting from a DBA's perspective.
I can see the ideal audience for this book is people who are reasonable familiar with Oracle administration but are new to shell scripting. This book will rapidly teach you all you need to know on the scripting side (and let you skip alot of stuff you can learn later).
In other words, if you are a DBA who has just been assigned to manage a Unix-based system for the first time in your career: get this book. Forget all the (great) general Linux/Unix/shell scripting books for now. Don't even think the Oracle docs will teach you what you need to know. Oracle Shell Scripting: Linux and UNIX Programming for Oracle (Oracle In-Focus series)
If you are coming the other way though - an experienced Linux admin being told that from Monday you also need to manage an Oracle database - I'd say this book probably doesn't have much to teach you. There's much more you'd need to learn about Oracle first (after telling your manager he's crazy), and there are really no scripting tricks in the book that you shouldn't already know. The main benefit you get would probably be a few pages in chapter 6 that cover the tricks of using sqlplus in a shell script - all in one place rather than having to tease it out of the Oracle docs (see this related question on stackoverflow).
read more and comment..
Hot Pink Flying Saucers and Other Clouds
I stumbled upon Hot Pink Flying Saucers and Other Clouds![]() The book is produced by the Cloud Appreciation Society, and a magical gallery of images is available on their website. It truly reinvigorates your faith in mankind's inner child that organisations such as this exist. |
At The Cloud Appreciation Society we love clouds, we’re not ashamed to say it and we’ve had enough of people moaning about them.
The book has made me look afresh at the skies of Singapore. Living here you don't tend to spend a lot of time looking up. The tropical humidity and general lack of turbulence make saturated blanket cloud cover pretty much the norm. We don't have a big weather section in news broadcasts, and no-one really talks about the weather. At night you are lucky to see the glimmer of a dozen stars (half of which turn out to be 747s coming in to land at Changi).
But, no, since picking up "Hot Pink.." I've been drawn to looking up, and I think my prejudices might be misguided. Not everyday, but I realise now there is a little more interesting action going on than I had assumed. I have my camera on standby now, ready to catch any flying saucers, dogs, ducks, or skateboarders that may make an appearance in our skies.

PS: shortly after posting this, I discovered another cloud lover here in Singapore. Anonymous_X has been posting cloud pictures on The Clouds Represent My Heart site since August!
read more and comment..
The New Yishun Library
Well, weekdays being weekdays, I didn't manage to get up to Yishun last Thursday in time to enjoy Issak's world-exclusive, personally-guided bloggers' tour of the new Yishun Public Library before the doors were thrown open to the masses on Friday 14th.
I did pop in on Sunday though ... along with the rest of the masses. I mean masses. Just collage a few hundred faces on this picture and you'll get the idea:
The new library stretches across the entire upper level of both the old and new extension of the Northpoint shopping centre (correction: it only seemed that way. Apparently it's just in the new extension). That's a pretty huge space, and aside from some scary cubes in the kids' area, it's pretty much all given over to the collection itself.
Kind of makes sense for a library in a mall: drop in; pick up and move on. Side thought: my cynical mind wonders if the centre management insist the library limit the study space and reading corners. Can't have people inside a mall being distracted from spending money for too long, can we?
Sunday was very busy, and it did show up a few "scalability" problems in the layout. With hindsight, NLB may regret jamming the kids area right up to the entrance, having the customer service queue cut across the walkway, and not making space for a few more checkout machines. There seemed to be a perpetual log jam of people trying to get through the kids area to the adult collection. I guess things will quieten down over the next few weeks, but the floor plan could do with a few tweaks before the library can comfortably handle crowds like this on a routine basis.
I didn't mind too much - this once! After all, there's something very reassuring and downright wholesomely right about a LIBRARY opening attracting so much interest.
mrsburdak did make the blogger preview and posted a great photo tour. Also didn't pass up the opportunity to campaign on a few of the hot issues for library users in Singapore;-)
- The whole nlb.gov.sg/nl.sg/pl.sg website confusion (and broken: go to pl.sg and click on a menu. Doh!)
- Messing with the Dewey system by thematically arranging the library. Yep, I also find myself having to check every aisle to find the right section (I dare you to guess which section a book about google maps hacks is in). DBAs call that a "table scan" and hate them like the devil's spawn:-/
OK, so nothing as important as Obama still failing my spell checker, but it's emotional and heady stuff for people who love their libraries.
As I do;-) And now with Yishun I have a fantastic, fully stocked library a door-to-door bus trip away (rather than walk and bus, or walk and train).
PS: thanks Ivan for putting out the call to bloggers about the new library. Hope you continue to get bloggers involved (can't get us to turn up? Make your own: teach the kids to blog at the library). Libraries and blogging are a perfect match in my book.
read more and comment..