Posted by Juice10
Mon, 14 Apr 2008 13:00:00 GMT
Recently I launched TVnotify.com. TVnotify is a website that will send you notifications via RSS/E-mail and more, whenever a new episode of your favorite TV show airs.
The website was born out of frustration with the writers strike and the confusion that led from it. After rechecking TV series every week to see if there were any new episodes I got frustrated and decided to create a site devoted to my problem.

The site design, HTML and CSS was done by my good friend and colleague Jonno Riekwel. The rest of the site was built by me and was created using Ruby On Rails.

Soon I will be integrating twitter notifications and iCal feeds.
If anyone has any questions or suggestions I will be happy to hear them!
Posted in TVnotify, web, rails | 3 comments
Posted by Juice10
Mon, 25 Feb 2008 12:44:00 GMT
It’s officially social network annihilation week over here at Juice10. All social networks that bug me get one last trip to the site so I can trash my account.
Its really simple, if a social network (or any other site) bugs me without enriching my life I remove my account from there site and never visit there site ever again.
The following sites have lost me as a customer because they bugged me today:
I’m also removing friends from social networks that send me chain emails.
Posted in web | 1 comment
Posted by Juice10
Thu, 13 Dec 2007 11:06:00 GMT
The now launched preview of Internet Explorer will not require you to “click to activate” before being able to interact with object/embed elements (Flash, etc.)
The guys over at Microsoft have removed the click to activate after striking a deal with Eolas Technologies inc.
Read more...
no comments
Posted by Juice10
Thu, 23 Aug 2007 09:40:00 GMT
Today is a busy day for the hard core web community members here in the Netherlands. This morning I attended the Amsterdam OpenCoffee Meetup. It was packed compared to last week, probably because there wasn’t any lethal weather this time ;)
And this evening is the Gilde van Front-Enders is having their very own meetup in Rotterdam.
Mangrove’s Ruben Bos will give a talk that will hopefully make professionals more professional and make ppk happy ;)
Beforehand HappyClog is having a beer @ a secret location somewhere in Rotterdam.
And afterwards as is custom with any social web related event, we will have more beers and fight over who has nicer class names in their css ;)
1 comment
Posted by Juice10
Tue, 12 Jun 2007 14:03:00 GMT
Apple has released Safari 3 in beta to the public, running both on Mac OS X and on Windows. Its jam packed with all kind of cool CSS3 stuff. But that is not the only thing.
Form control elements
The webkit team has enabled the styling of form elements.
CSS3
Safari 3 now has a bunch of new CSS3 properties
Try it out!!!
Check out the new Safari and download it
Posted in css, safari | no comments
Posted by Juice10
Tue, 13 Feb 2007 12:15:00 GMT
After Wilfred Nas passed me the ball I am now also going to share five things about me that you probably don’t know or care about :)
- I’m a fashiongeek/metrogeek.
- I love drawing illustrations in Illustrator and I have been doing this since I was seven.
- I’m a huge Apple junkie (although most probably already knew this).
- I have been thinking about starting a fashion blog and a podcast for ages.
- This is what I look like today:
(yeah I know my eyes look weird, its the reflection of my screen I’m not a mutant ;)
The next people I’m passing the ball to are: Rodney Ramdas, Norbert Crombach, Thijs van der Vossen, Manfred Stienstra & Martin ‘Windgazer’ Reurings
Posted in personal | no comments
Posted by Juice10
Thu, 18 Jan 2007 22:31:00 GMT
On 1 September last 2006 the new Dutch law on the quality of government websites went into effect. Read all ppk’s notes over at Quirksmode.
This is a great milestone for webstandards in the Netherlands.
Posted in webstandards, netherlands | no comments
Posted by Juice10
Sat, 06 Jan 2007 12:26:51 GMT
The Dutch Webstandards group is having another meeting.
Check out the wiki entry or the Google groups entry.
I hope to see you all there!
Posted in webstandards, netherlands | no comments
Posted by Juice10
Mon, 13 Nov 2006 12:56:00 GMT
After deleting quite a bit of spam from my inbox I came up with a semantic way of displaying email addresses on a HTML page.
The concept is very simple, you add text within a <del> element to an email address needs to be removed from in order to show the real address.
Example
Your email address is: nobody@example.com
Then you would add some text to scramble the email address from spam engines: nscrableobody@examscrableple.coremovem
To make sure that people can still see what the real address is wrap the fake text in the <del> element: n<del>scrable</del>obody@exam<del>scrable</del>ple.co<del>remove</del>m
This would give you the following:
nscrableobody@examscrableple.coremovem
This makes it quite hard to read even for the person wanting your email address. So to simplify this we could do two things:
- just add one bit of fake text to it: nobody@
removeexample.com
- make sure the
<del> element is hidden. This can be done multiple ways. You could add an inline style tag to the <del> element: <del style="display:none"></del>.
Or you could give it a class: <del class="fake_email_text"></del> and add a little snippet of CSS to your page/css file:
.fake_email_text {
display: none;
}
Pros
- Screen readers will not read the text that is not being displayed by the CSS.
- You can copy paste the email address.
- It works with CSS, Javascript & images off.
Cons
(If anyone can think of more just shoot)
Posted in email, html, css | 3 comments | no trackbacks
Posted by Juice10
Fri, 27 Oct 2006 18:09:00 GMT
Tomorrow is the third Happy Clog meeting in Utrecht. And I’m there. You could be too!
The meeting will be held in King Arthur at 15:00 and the following will be some of the topics discussed:
Topics
- The Happy Clog website
- Webstandards and eductaion
- Where does Happy Clog stand for?
- What goals do we want to reach?
- How do we want to reach them?
- How do we want to profile ourselves in the future?
If your coming, add yourself to the wiki.
Read more...
Posted in events, webstandards, netherlands | no comments