BarCampOrlando

March 13th, 2008, 12:51 pm by lig

Just found out about the Orlando BarCamp from another member of the JaxPHP UG. I had no idea there was a BarCamp out this way.

It will be held on April 5 and 6 at Wall St Plaza. The 5th will be dedicated to Developers and the 6th to various media (film, photo, etc.). For more information on it be sure to check out their site - http://www.barcamporlando.org/ Registration is now open for any who want to go.

Unfortunately I will not be able to attend - niece will be participating in a gymnastics state championship that weekend in Tampa. Family comes before playing.

del.icio.us:BarCampOrlando  digg:BarCampOrlando  furl:BarCampOrlando  reddit:BarCampOrlando

Florida Linux Show

February 12th, 2008, 1:39 am by lig

Went to the Florida Linux Show today - a 1 day conference held in Jacksonville at the University of North Florida University Center. At only $10 to attend - it is hard to find a reason not to attend something so close and so affordable. Had a good time and met a number of my fellow JaxPHP members there who were also attending.

The conference ran from 8:30AM - 5PM and had 12 different sessions with 3 keynote presentations. There seemed to be about 150- 200 people (saw all together maybe 10 women) in attendance with representatives of Redhat, Ubuntu, and gentoo in booths along with various other companies both local and linux centric (like Linux Journal and the local LUG).

The sessions I attended were quite interesting. I particularly enjoyed “Software as a Service: Implications of Web Apps for Software Freedom” by Mr. Gavin Baker for the interesting questions it raised on web applications being closed source though they are built on the popular open source tools and languages. Until then I never realized how closed source a site is - which goes completely counter to FOSS like PHP.

All in all a good time and I will be back again next time.

del.icio.us:Florida Linux Show  digg:Florida Linux Show  furl:Florida Linux Show  reddit:Florida Linux Show

Nicknames and Unicode

September 20th, 2007, 9:31 am by lig

A good friend of mine on the IRC channels recently gave me a special nickname - U+0E5B. What the heck is that you say? well it is the unicode character for "THAI CHARACTER KHOMUT"... I can still feel your puzzlement. Here is what it looks like:
TML's nickname for me (image taken from here)

Rather beautiful isn't it. :)

Anyway when I was given this name as a nickname I was curious what it looked like (this was before I got to see the image provided above) but I hadn't a clue how to convert the unicode codepoint to a character I could see on a page (yes i am unicode ignorant in oh so many ways).

Do some investigating and learn to change the "U+" to "&#" add a "x" to mark it as a hex and add a semicolan at the end and walla... the HTML entity. Does this work for every unicode codepoint - no clue - but it did for the ones I played with.

My page to see what it looked like (with an extra unicode character for fun):

PHP:
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. </meta></head>
  6. <body>
  7.     <h1>
  8.         &#x0E5B; &#x2620;
  9.     </h1>
  10. </body>
  11. </html>

del.icio.us:Nicknames and Unicode  digg:Nicknames and Unicode  furl:Nicknames and Unicode  reddit:Nicknames and Unicode

RegisterFly and ICANN

March 27th, 2007, 1:39 am by lig

I try and keep up with the news and obviously things that pertain to the web catch my attention. Reading this morning's news I noted a blip (paragraph) in an article about ICANN and RegisterFly. Since I had not heard anything related to either i decided to do a bit of investigating.

Turns out that RegisterFly is mid-sized a registrar for domain names and by the end of the month it will have it's accreditation revoked by ICANN for fundamental breaches in the ICANN contract. The controversy? Well according to the news sources I have read they have had deteriorating customer service that has lead to people losing their domains, being unable to transfer to competitors, having domains whois data changed, and the locking of domains - breaking the "rules" of an ICANN accredited registerer - and all of which the customers have been unable to do anything about.

The customers then turned to ICANN for assistance . Only one problem - ICANN does not see itself as a regulator and provided no public forums for problems such as this.

As one whose liveliness can quite easily be linked to a specific website - losing control of that site (and thus my ability to make money) would be incredibly stressful. Not just for the money involved - but the work involved in nurturing the site to where it currently is (not quite a child - but...). websites come and go - so it's (and by reflection my) reputation mean a lot.

So now it seems that ICANN at a meeting to be held in Lisbon this week will be reviewing it's various procedures amongst other things. Will ICANN change it's purpose and role - don't know, but it should be interesting to see what the fall out of all this will be.

The News articles I read:
Business Week
Washington Post
The Register
Internet Search Engine Database

del.icio.us:RegisterFly and ICANN  digg:RegisterFly and ICANN  furl:RegisterFly and ICANN  reddit:RegisterFly and ICANN