-
Apple: iOS5
I’m currently watching the keynote video stream of the WWDC 2011 event that is going on right now. Will need to update my skills to learn to take advantage of the new iOS5 features. Looks very interesting!
-
Windows Azure SDK for iOS
Yesterday Microsoft announced the availability of an iOS specific SDK for Azure development. It’s great to see that Microsoft is supporting iOS devices. Recently also iOS support for the Bing Maps API had been announced. There’s great momentum going on. The ideal time to jump on the train. Find the original announcement on the Official…
-
Fullscreen background plugin now in WordPress repository
I finally took the time to put the plugin I wrote in the wordpress plugin repository. This makes it even easier to set it up on your Blog. Simply go to the administration area of your blog, go to the Plugins section and click Add New. There you search for “Full screen background” and normally…
-
Telenet Fibernet40 local network Topology
A while ago, I wrote about my VLAN setup for the Telenet local network. Today, Bert, the Telenet technician came in for a modem-swap, and activated Fibernet40 on my subscription. It is the same price as the older “Gold-Shake” that we had, but you get a lot more bang for your buck: 100GB limit instead…
-
Full screen background / wallpaper plugin for wordpress
I was looking for a plugin that could take an image and put it fullscreen as a background on this blog. But I didn’t immediately find one, so I created one myself. I looked at the code in the google home page and started with the Hello Dolly plugin as a base template. It is…
-
ASP.NET Dynamic Data – Text filter / Search
I’ve implemented a Filter to apply on text fields in ASP.NET Dynamic Data websites. To use it: include the code in your project by putting it in the DynamicData\Filters folder. Then apply the filter to the field you want to enable filtering on using the FilterUIHint attribute. Example: [MetadataType(typeof(Category_MetaData))] public partial class Category { class…