Have you nuked your NewForm.aspx page in Sharepoint WSS/MOSS 2007? This can happen if you remove the default list web part from the page and save the file. The problem is apparently that any time you create a custom list form web part, it grabs the latest fields from NewForm.aspx not from the list settings. … Continue reading Recover NewForm.aspx from the dead in Sharepoint 2007
Category: Development
Akismet, why it is awesome, and why you don’t need it
WordPress is a fantastic platform. I use it almost exclusively as my CMS and blog of choice for myself and for my clients. As it has matured the potential is really limitless as to what you can do with it. But one of the things you might find once you delve into running your… Continue reading Akismet, why it is awesome, and why you don’t need it
How to install a beta version of iOS on an iPhone
If you are an iOS (iPhone/iPad) developer you might want to try the latest beta release on your device. To do so you will need to do a complete restore. But rather than install the latest available to the public you will want to use the latest beta. Once you have downloaded and mounted the… Continue reading How to install a beta version of iOS on an iPhone
Understanding the Sharepoint CAML query
Sharepoint allows you to utilize web service calls to retrieve and manipulate data. To do this though you will need to be able to write CAML to create your queries. I found this site pretty useful when it came time to really dig into creating my own custom CAML-based Sharepoint queries.
Join Lists Using SharePoint Designer 2007
This is a great post on doing a join in Sharepoint, all through Sharepoint Designer w/o any code. View the post at Yet Another SharePoint Blog