Ads

Ridin' dirty face

null

via popnutten

Hype Machine

Man kriegt sich ja gar nicht mehr ein, bei so viel guten Ideen... die absolut beste weltverbessernde Tool seit der Erfindung des Musicblogs und last.fm ist:
Hype Machine

Per Flash Player bekommt man alles zusammengeshuffelt, was die relevanten Blogs grade so umtreibt und hat zu jedem Track den direkten Link zum Beitrag. Ob das jetzt Zeit spart oder eher welche kostet, bleibt dahin gestellt.

Utilize Progress Bars in Lotus Notes

Starting from Lotus Notes 5 it is possible to create Progress Bars indicating a task will need some time to complete. There's a solution that relies on Notes DLLs and is prefered in a LotusScript Environment: progressbar1 (lss, 2 KB) To get an idea how to use this class check out progressbar_example (lss, 1 KB)

and there is solution for JAVA scenarios using AWT classes: progressbar (java, 11 KB)

Change Windows Registry via LotusScript

There is a LotusScript Class that allows reading and writing of values in the Windows Registry: registry-lss (lss, 16 KB). It was originally posted in the Notes 6/7 Forum ...

You can determine the installation path of your Notes Installation:

Dim regObj As New Registry
Msgbox regObj.ReadRegValue(HKEY_LOCAL_MACHINE, "Software\Lotus Notes\6.0", "Path")
Set regObj = Nothing


and even iterate over multiple values:

Dim regObj As New Registry
Dim iCount As Integer
Do Until regObj.LastError <> 0
Call regObj.ReadRegValueAll(HKEY_LOCAL_MACHINE, "Software\Lotus Notes\6.0", iCount)
If regObj.LastError = 0 Then
Msgbox regObj.KeyValue, 64, "Registry Object- Value of key: " & regObj.KeyName
End If
iCount = iCount + 1
Loop
Set regObj = Nothing

Beck - Cell Phone's Dead




(Director Michel Gondry)

wieda via popkultierjunkie

Oasis - The masterpIan (video2006)





via popkulturjunkie

"Nothing's Gonna Change Your Mind" Badly Drawn Boy




direct

Field Music - In Context





via

auch nett: RAZORLIGHT

the science of sleep

science-of-sleep

Ehrgeiz ist die letzte Zuflucht des Versagers. (Oscar Wilde)

Ambition is the last refuge of the failure

The Subconscious Art Of Graffiti Removal

The-Subconscious-Art-Of-Graffiti-Removal

Infographics

weapons

see also http://www.monde-diplomatique.de/pm/.atlas/atlas

http://www.tiddlywiki.com/


Profil
Abmelden
Weblog abonnieren