Archive for April, 2008

I was already writing about the problem of SharePoint filtering out the embed code for Flash content and a workaround to this issue.   There were some questions in the comments and also maybe the instructions weren’t quite clear, so I’ve made a screencast showing the entire process.   Sorry for the bad sound quality. […]

Tuesday, April 15th, 2008 at 17:51 | 1 comment
Categories: Free tools, Web design
Tags:

If you need a quick fix on one of your photos or images, and you don’t want to install any additional software on your computer, you can use the online PhotoShop Express. Check Jose’s review and links to the solution. It’s free and it’s very good. But there is another online service for modifying your […]

Friday, April 11th, 2008 at 13:20 | 0 comments
Categories: css, Web design
Tags:

If you use background images for hover effects with CSS (for example links hover effects) in IE you don’t get a nice effect, because the “mouseover” image is always loading, creating a “gap”. So it’s good to have the “mouseover” images preloaded. There are numerous of ways to preload images, but usually what I’m doing […]

Monday, April 7th, 2008 at 09:25 | 1 comment
Categories: JavaScript, SharePoint
Tags:

Do you sometimes wish to make some special form validation or other javascript actions on SharePoint form fields (like for example onchange, onfocus, onblur, etc?). You can add special functions on events to the SharePoint form fields using JavaScript. All you need to do is 1. Write your JavaScript function 2. Use the getField function […]

Friday, April 4th, 2008 at 08:19 | 43 comments
Categories: SharePoint
Tags:
TOP