Archive for the ‘jQuery’ Category
One of the pain points with developing AJAX, JavaScript, JQuery, and other client-side behaviors is that JavaScript doesn’t allow for cross domain request for pulling content. For example, JavaScript code on www.johnchapman.name could not pull content or data from www.bing.com. One way to overcome this issue is by using a server-side proxy on the site [...]
One thing that I have always found quite annoying in SharePoint 2007 is that content page titles are ugly. For instance, if I create a new Web Part Page and give it the title “My Blog” with the URL “/pages/my_blog”, the title of the page in the browser ends up being “Pages – my_blog”. Quick [...]
With CSS2 there is no easy way to set the height of an element to match the length of a page. Most people try to use: height: 100%; This only sets the element to be the height of the browser window. As soon as you scroll down, your element does not keep going. In all [...]
