Archive for March, 2009
SharepointPublished March 26, 2009 at 11:48 am 6 Comments
I had the scenario where a requirement was that managers can approve a software request (InfoPath form) via their mobile devices. This meant that the usual route of creating a task via workflow was not an option, because it would require the manager to be logged in to the SharePoint Intranet to complete the task.
read more..
Web DesignPublished March 18, 2009 at 2:18 pm No Comments
In his wonderful book “Designing for the Social Web” (2008), Joshua Porter provides this nice little url in a footnote, he calls it a “super cool link,” and it really is. It is Tim Berner-Lee’s original Executive Summary on Usenet, posted on Aug 6 1991, 3:37 pm, introducing his “WorldWideWeb Project”. Really exciting to read: http://groups.google.com/group/alt.hypertext/msg/395f282a67a1916c?pli=1 Thanks
read more..
WordPressPublished March 17, 2009 at 3:42 pm No Comments
It took me forever to post my previous post in this category, because showing the line of php code just didn’t work. I installed all kinds of plugins for code highlighting and for showing code in a blog post, but they all wouldn’t work, because my php code snippet included square brackets ([ and ]).
read more..
WordPressPublished March 17, 2009 at 2:36 pm 1 Comment
I was looking for a way to include a contact form on any of my WordPress template pages. I decided to use Contact Form 7 as my form builder plugin, but there are no instructions how to integrate it on a php template page. Somebody posted this useful trick and it’s working beautifully: <?php echo
read more..