As of today everybody offer their visitors a quick way to search through more than 7,000 golf courses in europe which are listed on leadingcourses.com.
More info can be found on: http://en.leadingcourses.com/i/search-widget/
leadingcourses.com
As of today everybody offer their visitors a quick way to search through more than 7,000 golf courses in europe which are listed on leadingcourses.com.
More info can be found on: http://en.leadingcourses.com/i/search-widget/
leadingcourses.com
To be honest, it is only since a short time I actually make use of !important. Most of the time I’d kick it out of my css directly, but I found some some cases where it actually makes sense!
Well properties like !important exist for a reason, well I can actually think of 2.
That special thing is something I’d like to share with you guys.
Today I needed to disable one day in the jQuery ui datepicker. I did some research, and I found out, it is actually much simpler than I thought. There is something available in the plugin itself ($.datepicker.noWeekends).
The actual code I needed is like this:
$('#trigger-datepicker').datepicker({ beforeShowDay: function( date ) { var ignoreDay = 0; // sunday === 0, monday === 1, etc return [(date.getDay() != ignoreDay), '']; } });
Enjoy! (I do at least ;-))
Recently we did a new re-design for leadingcourses.com. One of the goals was to make the site fast. As I am a (freelance, yes, I can be hired ;-) ) front-end developer, I wanted the front-end to be as fast as possible with as little effort as possible.
I already read a lot of articles written by Steve Souders and Stoyan Stefanov about site speed. A lot of stuff went in my head for that, and now I will just type it out so it is written down.
In this post the steps I took to make our sprite load faster.
It has been quiet for a while in this blog. With a reason. At first our lovely baby girl was born. And second I was very busy with the new version of http://www.leadingcourses.com.
In April I went to visit Albania and took some nice pictures. Currently I use my 50mm as a default, with which very nice effects, even for nature can be made.
Continue reading
Recently I created a small gallery which enables you to add images, text or whatever and put it in a small (automated) scroller. It is quite easy to use (see below). If you have any feature requests? please let me know :-)
Requirements: jQuery 1.4.4
Ok, yesterday I realised that I get too much links to keep track of. As most of those links are pretty useful to a lot of people I know I’ll try put them all here.
Enjoy!
After talking with some people I found that the banner-agencies actually understand the problem. They actually also have ‘a solution’. The solution is not perfect as some of the functionalities you get when implementing a banner are lost, but at least it does not block your site.
So you are pretty anxious to get the recipe right?
To be honest, I think banners are a good thing. Having banners on the site is an obvious way to earn money for the content you show for free.
That is the main reason why I do not have an ad blocker.
But the most recent developments in the Netherlands concern me. Banners tend to be bigger, heavier and worse, taking over control!
Today I saw a Sony banner. This banner break parts of the User Interface, slows down the site, causes scrolling problems in some browsers and of course, causes a lot of frustration with visitors due to all this.
Continue reading
Finally, I bought it. After borrowing this lens from a colleague I was finally brave enough to buy my first additional lens.
A while ago I had a course given by Mike Flam, a professional photographer. One of the most important things he taught me is: “A photograph can always be better” and “First learn what you like to photograph, then buy an additional lens”