Daily Archives: June 29, 2011

Two useful CSS tricks.

I worked on a project where we converted a large publishing site from table based layouts to CSS. The new CSS based layout had to work across all of the different major browsers including the older version of IE.

Posted in CSS, SharePoint 2007 | Leave a comment

Back to the Basics: CSS Styling and HTML Development (Part 3) Div’s and Tables

The third and final part of our Back to the Basics Web Series will focus on understanding Div tags and Table tags. Along with a host of best practices.

Posted in CSS | Leave a comment

Back to the Basics: CSS Styling and HTML Development (Part 2) Cascading Style Sheets

Part 2 of our Back to the Basics Web Series will focus on Cascading Style Sheets, Style Attributes and Style Properties. 

Posted in CSS | Leave a comment

Back to the Basics: CSS Styling and HTML Development (Part 1) HTML

We are introducing a 3 part series for basic CSS styling, design, and rules. This first part will deal with understanding basic html to help get us started.

Posted in CSS | Leave a comment

Redirect an InfoPath form web part after submit

There are probably many cases and scenarios where you want to redirect the users back to the list view or to a different url entirely after they have submitted their form. In my case, I wanted to kick off a workflow as soon as the form was submitted. You can use the following steps to redirect to a different url after the form is submitted.

Posted in Uncategorized | 3 Comments