Archive for Web Development

Life saver!

Microsoft Web Development .NET Development

Ever wondered where a site column is being used when you get the following error?

Site columns which are included in content types cannot be deleted. Remove all references to this site column prior to deleting it.

Well, this handy tool helps you A LOT! Tell around!
http://spsitecolumnusage.codeplex.com/

Comments

SharePoint 2007 doesn’t like the xml:lang in my master page…

Microsoft

Hi there,

I recently needed to make a SharePoint portal XHTML compliant. My html tag was missing the “xml:lang” attribute. So I added it to the master page. That did not work however, SharePoint somehow stripped the “xml:lang” attribute, any other attributes added stayed ok.

Read the rest of this entry »

Comments

Unable to add selected web part(s)

Microsoft Web Development .NET Development

I stumbled upon this post from Mikhail Dikov who explains 7 reasons why a webpart may show up in the webpart chooser but give the mentioned error when adding it to a page.

None of his steps worked for me, but in the comments, Ian Campbell noted very helpfully to check the WebPart Gallery at site collection level. The gallery contained an old version (when looking at the XML) of the webpart, which still referenced a faulty assembly. I deleted it and re-enabled my feature (thus adding it again) and everything worked fine.

Good luck continuing to figure out if this didn’t work for you!

Comments

.NET Framework 3.5 machine.config

Microsoft Web Development .NET Development

Hi there,

For those out there asking the question: where is my machine.config on my ASP.NET server, read on.

Read the rest of this entry »

Comments

Curl and why I couldn’t load it on Windows under PHP

Web Development

Hi all,

As always I try to provide some personal solutions to problems occuring to me by the utterly stupid software not talking to me correctly.

Read the rest of this entry »

Comments

Easy Site Cloaking without DNS

Web Development

I’ve stumbled upon a rather annoying fact in life: low-cost ISP’s mostly suck.
So is the case with www.wimahosting.be, which I haven’t been able to even contact for months. My site was still hosted there, but now, well, it runs slower than ever. Probably due to the lack of maintenance.
Read the rest of this entry »

Comments

Drupal Website Profiler

Java Web Development

While I was trying to figure out the problem at http://www.akademos.be (slow), I wrote a small application to fetch a random page (at certain times) and timing the page loading time (including network delay, excluding rendering).

Read the rest of this entry »

Comments

Travelling around the globe, don’t lift your butt…

Microsoft Web Development

I’ve stumbled upon some great sites, which offer the next-generation user experience I think.
The creativity and technology used to create the links below are incredible, you’ll have to see for yourself!
Read the rest of this entry »

Comments

Seat Mappings in development

Hi all,

It’s been a very long time since I’ve updated, but I have some news. One of the most dificult parts to implement, namely mapping the seats to categories, has been implemented. For the moment you can only add seats per block to a category and not per seat, but this might change in the future (i’m not seeing close future…)
Read the rest of this entry »

Comments

Dynamic String Shortening for JavaScript

Web Development Featured

Imagine having lots of data to administer, fields with lots of data, tables stuffed with information that totally mess up your layout. Frustrating hey? Most of your customers (or you yourself) are only interested in the details of this information in about 10% of the cases, so why bother fixing your layout, if you can just compact the data on the client side?
Read the rest of this entry »

Comments

« Previous entries ·