30
Dec

Lots of people complaining about that stupid bug (awful bug btw)…
and holidays, i had a two hours today to look at the code.

So i made some debugs and between foie gras and oysters made the mods,
i’ll post the update file to BigBoss repo asap since i’m in the train right now and will be partiying in Milano/Como/Lugano tomorrow.
(Who the hell knows where that party is??!!)

for curious ones, bug was i was adding a complete set of information to the html each time of the refresh,
instead of creating the divs one time and updating their content.
Now we have a default “dunno” icon and an error message displaying !! (YEAH!!)

removed also lots of useless codes and conditionals (useless for a one city weather retrival)
make the whole thing faster (which is not bad)
hope this makes you happy so i will say i managed to find a little gift for everyone on christmas (a little late :P )




11
Dec
Written by: ame235

http://www.seppukoo.com/
has a new concept: kill your virtual identity on the Facebook.

seppukoo

When you just leave facebook by closing an account, nobody knows why, what happened…
what seppukoo does is letting you choose a template to be shown to your friends after your virtual suicide.

So if you have to delete your identity on FB, this might be a good solution!




Open up the config.js file found under:
/Library/Themes/235_teehanlax_Lockinfo.theme/Bundles/com.ashman.LockInfo/
with a text editor.
First, Understand this is JavaScript, so all the lines beginning with // are comments.
Now, as you see, there a re lots of options. (Not all of them are important, some completely useless.)
i’ll try to explain the ones i’ve been asked here:

 - Loclaisation (the language used)
see the string var language = “en”; ?
that is exactly where you need to change to your specific language.
“en” stands for english, “fr” for French…
Included localizations are: bg(Bulgarian), de(Deutch), es(Español), fr(Français), pl(Polish), ru(Russian), sv(Swedish).
if you need another one do as Joost did: mod one in
/Library/Themes/235_teehanlax_Lockinfo.theme/Bundles/com.ashman.LockInfo/Strings/

Read More… >>