Short Tip for highlighting rows on a sharepoint site. Just with a Content Editor Webpart.
viaSharePoint Kings: Highlight SharePoint List rows conditionally.

Short Tip for highlighting rows on a sharepoint site. Just with a Content Editor Webpart.
viaSharePoint Kings: Highlight SharePoint List rows conditionally.

jQuery 1.4 is released.Many Performance Improvements and new features.
jQuery is a javascript framework which – especially in the microsoft developer world – will gain a lot of attention in the future.
2 weeks ago I went at a short course for learning the basics of javascript and especially jQuery (thanks Tobias Oetiker and digicomp opentuesday) and had the biggest “a-Ha” when he said that the $-char which is widely used in the jQuery World only stands for a function call and is equal to “jQuery()”….

I had the problem that after configuring Sharepoint for .Net 3.5 suddenly I could not edit some sharepoint pages anymore. At first I changed the debug settings in web.config to get more clear error messages (instead of “an unexpected error occured”).
See here for Details for enabling clear error messges
After that I got the strange error messsage “A potentially dangerous Request.Form value was detected from the client”…after 2 hourse researching I found the solution…..
Somehow a section inside the Web.config has disappeared (or I deleted it accidentely…)
SharePoint: A potentially dangerous Request.Form value was detected from the client.

JPolite ist eine jQuery Library welche es einfach möglich macht Portalseiten im Stil von Netvibes zu erstellen. Dies bedeutet, man kann Seiten mit verschiedenen Modulen (Boxen), Layout etc. einfach erstellen. Hier ein Screenshot
Das Framework ist hier zu finden: http://www.trilancer.com/jpolite/ und ist frei verfügbar – auch kommerziell (MIT License).