Browse by Tags
All Tags »
ASP.NET (
RSS)
Google Analytics is great out of the box already, but you can do much more than just registering your page loads. Especially with all these “Web 2.0” sites it can be convenient to not register page loads, but events! In this blog post I’ll show you how you can use jQuery in combination with Google Analytics to get a great insight on what actually happens on your website while you’re not looking!...
Sometimes it bothers me that by default the ASP.NET Image control adds a style="border-width:0px" to the rendered image tag even though I never asked for it. You can get rid of it though!...
In this
pet project of mine I have two large background images. Unfortunately this means that IE will display a nasty page flicker on each request. Implementing AJAX for getting rid of it, is overkill. I solved this in a different way....
For quit some time now, I have had the BetterImageProcessor on-line at http://www.waterwijkers.nl/bip. I received an awful lot of feedback on it and it was downloaded thousands of times. About half a year ago I decided I should port it to .Net 3.5 and maybe place it on CodePlex. Well today is the day. The Aplha version is released on CodePlex! Have a look at http://bip.codeplex.com/ and just let me know if you digg it....
At the project I’m currently reviewing they’ve used a lot of hover effects for images and links containing images. You can use CSS’s :hover for it, but that means you’ll have to add a new CSS line for each hover image and that it doesn’t work in IE6 for images. I really love the cross-browser compatibility jQuery gives me out of the box and the ease of use. So it was time to write a jQuery plug-in....
Sometimes I’m amazed and today is such a rare moment. This should be embedded in Visual Studio 2010 by default! Have a look over here and get amazed. Trust me it works!
Sometimes I'm really happy with SharePoint and sometimes I'm not. Today I'm happy again. In creating a connected webpart I noticed a very long and irritating page flicker. Normaly I don't really bother and to all those implementing a complete ajax solution just because of a little page flicker: Get a life! I'll show you how to eliminate this page flicker in SharePoint (or any other website btw) without adding an updatepanel....
In two previous posts I demonstrated how you could use wrappers for list items in order to enable strongly typed access to list item properties. Very nice but I can imagine you guys and girls would like to see a real life example of it's usage. And I guess it would be very nice if I could come up with something that we can actually use in our project today. So I decided to create a slideshow web part. With the help of: jQuery, the jQuery Cycle plugin and a PictureWrapper I created a very basic slideshow. It's not completely finished, but I'll leave the addition of some extra options as practice for you guys. If you're not interested in my writing you can download the complete source and the Windows SharePoint Solution Package at the end of this article. It has been created with the help of WSP Builder. The must have tool for all SharePoint developers....
SQL Server 2005 next to SQL Server 2008 Visual Studio doesn't know which kind of database it should create when you ask it to create a new database file. Should it be SQL 2005 or 2008? By selecting Tools -> Options -> Database Tools -> Database...
I didn't know that Outlook does not support the RFC 2822 standard by default. So a standard compliant mailto link that has the addresses separated by comma's simply doesn't work with Outlook. If however the addresses are separated by semicolons it does...
More Posts
Next page »