header image

Archive for April, 2008

Soma

Saturday, April 26th, 2008

Similar Posts:cialis pills,soma,buy lorazepam online,buy cheap ambien,buy levitra

Order xanax

Friday, April 25th, 2008

light_and_shadow.png Light & Shadow is a ProtoType-based library for creating great looking drop shadows easily. Order xanax, Check out the HTML I used to generate the example image and see it yourself that it’s not rocket science!

All you have to do is to set up a light source with a few parameters (distance, order xanax, intensity, order xanax, size etc.) and add the class ’shadowThrowing’ to your elements which should… Order xanax, well, order xanax, throw shadows :-). Order xanax, I won’t go into details here, order xanax, you can find the explanation and other details on the Light & Shadow project page.

(Found via Gedankenkonserve - thanks Bernhard ;-))

Similar Posts:buy soma,order xanax,amoxil online stores,cheap ambien,cialis

Soma online

Thursday, April 24th, 2008

I have been always uncertain about the exact expression denoting today midnight (or any day midnight, soma online, for that matter). Soma online, Is 00:00 on e.g. Soma online, April 24th the midnight between 23rd and 24th or 24th and 25th? If I want something to happen at today midnight, soma online, is that today’s date at 00:00? (for the impatient: no, soma online, it isn’t :-)).

Chronic to the rescue! (If you don’t know chronic, soma online, be sure to check it out - it’s a great natural language date/time parser). Soma online, All I had to do is:

  1. >> Chronic.parse(‘today midnight’)
  2. => Fri Apr 25 00:00:00 +0200 2008

so actually it turns out it’s tomorrow’s date at 00:00.

I couldn’t find time zone support though (I am not saying it’s not there, soma online, just that I couldn’t find it by looking at the API) - so what if I want to meet someone in Madrid today midnight? Why, soma online, I install the tzinfo gem and ask Ruby!

  1. >> TzinfoTimezone["Madrid"].utc_to_local(Chronic.parse(‘today midnight’).getutc)
  2. => Fri Apr 25 00:00:00 UTC 2008

Similar Posts:order phentermine,soma online,cialis without rx,buy soma without prescription,generic prozac

Viagra prices

Tuesday, April 22nd, 2008

Similar Posts:phentermine,viagra prices,purchase phentermine online,xanax online stores,generic cialis

Cialis pharmacy

Monday, April 21st, 2008

Similar Posts:order phentermine,cialis pharmacy,cheapest zovirax,order kamagra,cheapest adipex

Generic lexapro

Tuesday, April 15th, 2008

live_validation.pngUpdate: Sergio, generic lexapro, the author of the livevalidation rails plugin updated the plugin so you can disregard the finale of the article (validatesconfirmationof is working, generic lexapro, as well as the newest version of livevalidation, generic lexapro, 1.3 is used in the plugin - so no additional tweaking is needed, generic lexapro, install and validate away ;-))

Surely I am not the only one who was a ‘bit nervous’ (that was a mild euphemism) when his carefully entered data disappeared after submitting a form to the server. Generic lexapro, Nowadays web applications are doing better than that - valid data is saved and only the problematic fields are pointed out.

Of course even that feels so 1990’s now. Generic lexapro, A contemporary (ehm… Generic lexapro, web 2.0?) web application is expected to validate the form on the client side already (WARNING! That doesn’t mean at all you shouldn’t validate on the server side though - client side validation is for the good guys but you should still look out for the script kiddies et al), generic lexapro, pointing out the errors on the fly so there is no need to come back and change/edit those fields after submitting a form.

My library of choice is livevalidation, generic lexapro, which has a Rails companion too - if you are using Rails form helpers and standard validation on your models, generic lexapro, you don’t have to touch anything just install livevalidation (=drop it to your javascripts folder, generic lexapro, it’s a single .js file). Generic lexapro, w00t!

The only major shortcoming (from my POV) of the Rails plugin is that validatesconfirmationof is not implemented. Generic lexapro, However, generic lexapro, it’s easy to add it via standard javascript:

<input id="user_password" name="user[password]" size="30" type="password" />
<input id="user_password_confirmation" name="user[password_confirmation]" size="30"> 
<script type="text/javascript">
var validate = new LiveValidation('user_password_confirmation');
validate.add( Validate.Confirmation, generic lexapro, { match: 'user_password' } );
</script>

That’s it!

One more note: the Rails plugin contains version 1.2 but there is a newer version, generic lexapro, 1.3 so be sure to replace it.

Similar Posts:xanax online,generic lexapro,discount diflucan,viagra prescription,buy cheap cialis

Pharmacy viagra

Sunday, April 13th, 2008

Pharmacy viagra, caffeine.png Long-time Mac users probably have different solutions for this problem, pharmacy viagra, but as a newbie, pharmacy viagra, the screen going dim after a certain period of time - without an intuitive way to switch this off - drove me crazy! I wanted to enjoy my slideshow, pharmacy viagra, video, pharmacy viagra, presentation, pharmacy viagra, reading something etc. Pharmacy viagra, and suddenly it all went dark. Pharmacy viagra, Arggghhh.

Pharmacy viagra, So I was delighted when I found Caffeine, pharmacy viagra, a super-light program sitting in your menu bar that prevents your Mac from going to sleep/starting screen savers. Pharmacy viagra,

Pharmacy viagra, Note that Caffeine doesn’t help if you close the lid - if you want your Mac to stay awake in this case, pharmacy viagra, InsomniaX is your thing - it disables the sleep when closing the lid so you can listen to music/control your Mac with the remote etc.

Similar Posts:cheapest zoloft,pharmacy viagra,accutane without prescription,buy generic zithromax,buy generic zoloft

Zoloft prescription

Thursday, April 10th, 2008

  • RubyFlow - Peter Cooper (of RubyInside fame) created “RubyInside’s sister site” - RubyFlow. Zoloft prescription, Hope it takes off!
  • Thinking Sphinx Reborn - I thought a phoenix is the creature with the reborn ability - though that doesn’t mean a sphinx can’t do that! btw. Zoloft prescription, “Sphinx is a very fast search engine that indexes data and provides flexible ways of searching it.”
  • Rails vs Merb - “The conclusion is simple, zoloft prescription, I recommended that my client go with Merb”. Zoloft prescription,
  • RubyAMP - powerful looking Ruby TextMate bundle.

Similar Posts:generic zoloft,zoloft prescription,lorazepam sale,diazepam online,buy cialis lowest price

Cheapest xanax

Tuesday, April 8th, 2008

Since I bought my Mac, cheapest xanax, Safari has been my primary browser of choice. Cheapest xanax, I have been using Firefox sporadically too - you can’t do serious web development without FireBug! Safari is light, cheapest xanax, zippy and renders wonderfully looking OS X look’n'feel pages - however with the arrival of Firefox 3 I am really pondering to ditch it in favor of FF (still no OS X look in there, cheapest xanax, tho’ ;-)). Cheapest xanax, Firefox 3 beta 5 is just phenomenal - fast, cheapest xanax, powerful, cheapest xanax, and it has all the stuff I am missing from Safari (FireBug, cheapest xanax, del.icio.us toolbar, cheapest xanax, DOM Inspector, cheapest xanax, ton of other extensions) so I am really thinking that I will remain a Safari user on my iPhone only.

However, cheapest xanax, FF3 is missing some functionality I am depending on - most notably jssh support - DOM inspector was removed too, cheapest xanax, but can be installed as an add-on, cheapest xanax, and since beta 4 FireBug is working, cheapest xanax, so no major hurdles there. Cheapest xanax, However, cheapest xanax, jssh, cheapest xanax, as usually was a harder nut to crack.

Fortunately Angrez, cheapest xanax, FireWatir’s author pointed me to the right direction - which was in this case compiling Firefox 3 with jssh support! Here’s how:

Sit back, cheapest xanax, enjoy your coffee and in a few minutes you’ll have your own, cheapest xanax, new hot FF build with jssh support!

By the way, cheapest xanax, FireWatir 1.1 hit the streets just today! Grab it and let the testing commence!

Similar Posts:lexapro,cheapest xanax,buy meridia without prescription,order prozac,cheapest soma

Viagra

Monday, April 7th, 2008

There is a great number of possibilities to do this in Ruby (just to mention a few: standard net/http, viagra, curb, viagra, mechanize, viagra, rio etc.). Viagra, I have chosen a semi-standard way (=no need to learn new syntax, viagra, but definitely simpler than net/http): open-uri.

  1. require ‘open-uri’
  2.  
  3. open(‘target.file‘, viagra,’w’) {|f| f.write open("my.url.com/source.file", viagra, :http_basic_authentication=>[‘ueser’, viagra, ‘pass’]) }

I am using Ruby for more than 2 years already but it’s succinctness still keeps me amazed!

Similar Posts:prozac online,viagra,buy cheap lexapro,discount viagra no rx,viagra without a prescription

Xanax online

Friday, April 4th, 2008

Similar Posts:cheap prozac,xanax online,buy generic alprazolam,cheap zopiclone,order synthroid

Discount cialis

Thursday, April 3rd, 2008

EuRuKo 2008
Quite a few blogs covered EuRuKo talks (for example here, discount cialis, here, discount cialis, here or here) so I am not going to do an n+1-th writeup. Discount cialis, Instead I collected a few quotes I found interesting and/or funny. Discount cialis, Without further ado, discount cialis, here we go:

Matz: Ruby - Past, discount cialis, Present and Future (Keynote)

  • Chad Fowler wrote a book ‘My Job Went to India’ - and yesterday my luggage went to Oslo!
  • Ruby was a hobby that came from not having a job after end of Japan’s bubble economy
  • I consider myself as no great programmer!
  • Then we have this nasty snake language here… Discount cialis, (sampling through different languages starting from COBOL)
  • Python people love to be organized and have one true way. Discount cialis, Ruby people don’t care.
  • (after going through a ton of different languages and finally arriving at Ruby) Ruby is not perfect either… Discount cialis, but it’s close!
  • We will need to keep Ruby alive when Rails will be gone… Discount cialis, Hopefully Ruby will be around in 15 years, discount cialis, but Rails… Discount cialis, hmm…khm… Discount cialis, never mind.
  • 10 years ago - Ruby? What’s That? Language? See This Cool Java!
  • 5 years ago - Ruby? I’ve Heard of It. Discount cialis, But I haven’t Used It YET.
  • 2 years ago - Ruby! I Know! It’s for Rails, discount cialis, Right?

Koichi: Merging YARV is not a goal but a start

  • (Running around in a t-shirt ‘No Ruby No Life’) My version: No Ruby no Job!
  • 1st slide: [some completely different slide than his real topic title] - this is just a joke, discount cialis, the presentation is not on this
  • I don’t speak English so I wrote down everything on the slides… Discount cialis, unfortunately most of the slides are in Japanese! (LOL)
  • Please ask questions in Japanese/C/Ruby! … Discount cialis, or use slow/short English
  • I have a lot of slides (hm, discount cialis, like 50) of different optimization techniques but it’s just too much so I won’t show you here ;-)
  • My PhD thesis is in Japanese (Efficient implementation of Ruby VM), discount cialis, so please learn Japanese if you’d like to read it :)
  • NT means not Windows NT but Native Thread
  • Ruby thread and native thread: (shows a brutally complicated slide, discount cialis, fully in Japanese) and I would like to point out this part (clicks a button, discount cialis, and a red frame appears around a portion of fully Japanese text)
  • This is complex so I skip it (after the 10th incomprehensible slide)
  • I can’t program in Ruby!
  • Come to Japan/Enter my Lab (please teach me English) - Unfortunately I can’t employ you because there is not enough money, discount cialis, so please bring your own $
  • (response to a question about YARV’s memory need:) Yes, discount cialis, YARV also needs memory to start the VM! (considers the question answered. Discount cialis, When asked for further details:) How much? hmm… Discount cialis, you need to measure yourself ;-)

Charlie Nutter, discount cialis, Tom Enebo: JRuby - Ready for Action

  • Java != a dirty word!
  • Did you see this demo already? No? Good. Discount cialis, Everybody has seen this 100 times in the US so they are really sick of it!
  • See? new is on the right side of the class name!
  • I love swing (after listing 9342923 looooong fuctions of the Button class)
  • this would take 6-7 lines of Java (after adding a listener to a button in 1 lines of Ruby syntax)
  • This is the weirdest error I have ever seen during a demo! I guess Mac OS X is not ready for this stuff yet (after not being able to kill off a process which slowed down his machine)
  • Kill that bird!!!! (after thunderbird jumping around for like 5 minutes after OSX bootup)
  • ColdFusion is not a fine example for anything (Charlie, discount cialis, after a guy proposing CouldFusion as an example of… Discount cialis, I don’t remember what but it doesn’t matter)


Disclaimer: Please take the above with a grain of salt - it might seem based on the above sentences (which were taken out of context and possibly squeezed/lost in translation) that Koichi’s topic was to pursue people to learn Japanese (not true, discount cialis, his talk was very interesting and deep) or Matz was making fun of/mocking Python (not true, discount cialis, he was just joking all the time) etc. Discount cialis, If you have some more, discount cialis, drop me a comment!

Similar Posts:viagra prescription,discount cialis,cipro for sale,zoloft,levitra prescription

Order phentermine

Wednesday, April 2nd, 2008

EuRuKo 2008 is over… Order phentermine, I have had a really great time, order phentermine, both as an organizer and an attendee, order phentermine, and can’t wait for next year’s conference!

Until that gets sorted out (currently Spain (Madrid) and Poland (Warsaw vs Krakow) are competing) here are some photos we made with MariannaOrder phentermine, They were usually made in a hurry and/or dark so don’t expect too much (I guess I should invest in a better objective and flash :-))

You can check out all the (correctly tagged) EuRuKo 2008 photos here. Order phentermine,

Please post your photos to flickr or whatever service you are using, order phentermine, and leave a comment here with the address… Order phentermine, Cheers!

Similar Posts:cialis,order phentermine,diflucan for sale,buy cheap doxycycline online,cialis for sale


Bad Behavior has blocked 2417 access attempts in the last 7 days.