Sharepoint allows you a lot of freedom to control what your user sees in lists throughout your site. But if you like me have customized not only your theme and… Continue reading Sharepoint: Hiding the unhidable fields
Category: Development
Sharepoint and the Invalid page URL error
I am working on a custom list for Sharepoint WSS. This involves creating a custom master which applies only to the new entry form for the list. This by itself… Continue reading Sharepoint and the Invalid page URL error
Getting started with Magento
I have been working with Magento for quite a while now. However I am just now about to launch my first official site with it. It brings some amazing features… Continue reading Getting started with Magento
Coda style popup bubbles
I found these recently thanks to a link from Adam Walker and had to share. I have needed popup bubbles or tooltips from time to time over the years and… Continue reading Coda style popup bubbles
Getting PHPMyAdmin working on WampServer 2
I am working on a project that requires me to use Windows for a Wordpress install. Unfortunately I cannot seem to get my code to run on the WampServer I am beta testing on so I needed to install it locally to make debugging easier. Since it has been since college since I setup and installed a web server on Windows (IIRC) I ran into a couple hurdles. The most aggravating was PHPMyAdmin because I kept getting an “Access Denied” error. Well after a good bit o’ Google-fu I finally found a solution that worked.