One of the cool things about working at Yahoo! is that you get to see and play with a lot of little toys before the rest of the world does. YUI was one such tool.
I started playing with YUI while it was still in version 1, and its API was much different from what it looks like now. Among the toys I'd made was a bookmarklet to add drag and drop to any website. I used it on our internal sites until YUI was made publicly available.
A couple of years ago, I published instructions for adding drag and drop to any website, but that still needed a little technical know-how on the user's part.
So, to remedy all that, and to bring us up to date with YUI 2.6.0, I've rewritten the bookmarklet, and hosted it on yui.bluesmoon.info (no, there's nothing else there). It's far simpler, than the earlier version, and without further ado, here it is: Make Draggable.
Simply drag that link to your bookmarks toolbar, and you're ready to use it.
Now, if you click on the bookmark (in your bookmarks toolbar) when you visit a website, most sections of the page should become draggable. Enjoy yourself rearranging your favourite pages.
Let me know if it doesn't work for you, and let me know of additional features that you'd like to see. Yes, remembering your past state would be cool, but is probably not something I want to do right now.
/bb|[^b]{2}/
Never stop Grokking
Wednesday, October 29, 2008
Tuesday, October 07, 2008
Platform dependent locales
Here's a simple snippet of PHP code:
RHEL5:
On RHEL, d_fmt in LC_TIME maps to <u0025><u0059><u002d><u0025><u006d><u002d><u0025><u0064>, which in English, is %Y-%m-%d, while on Ubuntu, it maps to <u0025><u0064><u002e><u0025><u006d><u002e><u0025><u0059>, which in English is, %d.%m.%Y, which is exactly where this discrepancy arises from.
Now I have no idea how to verify which is more recent, because Ubuntu and RHEL do not package things in the same way. Any ideas?
setlocale(LC_TIME, 'de_CH.UTF-8');I run this on RHEL5 and Ubuntu 8.04 and I get different results:
echo strftime("%x");
RHEL5:
2008-10-07Ubuntu 8.04:
07.10.2008So I look through
/usr/share/i18n/locales/de_CH for a hint, and I find it.On RHEL, d_fmt in LC_TIME maps to <u0025><u0059><u002d><u0025><u006d><u002d><u0025><u0064>, which in English, is %Y-%m-%d, while on Ubuntu, it maps to <u0025><u0064><u002e><u0025><u006d><u002e><u0025><u0059>, which in English is, %d.%m.%Y, which is exactly where this discrepancy arises from.
Now I have no idea how to verify which is more recent, because Ubuntu and RHEL do not package things in the same way. Any ideas?
Labels
4.01-strict
404
accessibility
acer
airport wifi
apache
australia
ayttm
badges
bandwidth
bbc
bcp
berlin
blog
blogger
blogger template
bof
book
boomerang
broken
bug
byte order
c
closure
cmc
cms
codepo8
colours
comic strip
comments
communication
compile
conference
confoo
cracker
crash
creative
crockford
cron
css
data tags
database
date
db
delicious
dhtml
dom
dopplr
dragdrop
dynamic script node
education
email
endianness
epicondylitis
error checking
esmtp
everybuddy
extensions
favicon
fc9
fedora
filesystem
firefox
flickr
flot
fosdem
foss
foss.in
freebsd
freedom
function currying
gdb
geek
geo
gmail
gnome
hack
hacker
hardy
hash
howtos
html
http
i18n
iit
im
instant messaging
internet
ip
ip address
ipc
iso8601
jabber
javascript
json
keynote
latency
latex
LC_TIME
linux
localisation
login
lsm
macosx
mail
mathematics
mathjax
measurement
meetup
memory
microformats
missing kids
montreal
movable type
mvc
mysql
name generator
network
notes
opensource
partition
performance
perl
php
planet
ports
programming
programming style
progressive enhancement
recovery
redhat
regex
regular expressions
rfc2822
rfc3339
rhel
roundtrip
rss
safari
sampling
scalability
scripting
secnet
security
sed
segfault
self extracting tarball
sendmail
server
shell
shell script
sigdashes
site
slideshare
smtp
sockets
ssl
starttls
statistics
stoyan
strftime
stubbornella
sydney
sysadmin
tablespace
talks
theme
thisisbroken
thisisfixed
thoughts
tim berners-lee
timezone
tips
toc
toy
transactions
twitter
typing
ubuntu
unix
url
velocity
vint cerf
w3c
web
webcam
webdev
webdu
webtiming
whois
wifi
workaround
write performance
X
yahoo
ydn
YQL
yslow
yui
Translate this page
Blog Archive
Twitter updates
- PHOTO FEED
- Blog feed
- © PHILIP TELLIS 2009
-

The other side of the moon by Philip Tellis is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.