Share/Bookmark

Featured Posts

SharePoint Ticker Web Part from Existing Data Ever wanted to create a ticker in SharePoint without having to buy the $99 add-on from Microsoft, well here's the code: Simply create a new Web Part using the 'Content Editor' and open the 'Source Editor...'...

Read more

Sony E3 Prediction 2010 With E3 upon us in the coming weeks, and Sony keeping tight lipped about their schedule I think it's time we started predicting the outcome, the announcements and surprises with educated and industry sector...

Read more

Sony E3 Prediction 2010 With E3 upon us in the coming weeks, and Sony keeping tight lipped about their schedule I think it's time we started predicting the outcome, the announcements and surprises with educated and industry sector...

Read more

Whats next for Nintendo? Today I noticed that Nintendo have had falling profits for 2010 and predict even less sales for next year. The Wii 2 hasn`t been officially announced and from what I can see is not really on the radar....

Read more

7 Great Free Android Apps The Android mobile operating system is both fast, reliable and can do everything that the Apple OS can and a little more (all for normally a fraction of the price.) plus it supports Flash and soon Flash...

Read more

jQuery loading animation during page load or form submission

Posted by matthew | Posted in Tutorial | Posted on 09-02-2010

Tags: , ,

0

This is a really quick and nasty way to display a div while a form is submitting.

Resize any DOM Element

Posted by matthew | Posted in Tutorial | Posted on 15-12-2009

Tags: , , ,

0

Using jQuery it is very easy to give the user the ability to resize any DOM element and set limits — here’s how:

jQuery Animated Consectively without Using :Next

Posted by matthew | Posted in Tutorial | Posted on 12-12-2009

Tags: ,

0

Although the ‘:first’ and ‘:next’ operators can be very good in jQuery, they can also cause problems. For example you may want more control of what happens in between the delay or customise the timing further, well, we have the code just for you then.

SharePoint Ticker Web Part from Existing Data

Posted by matthew | Posted in Code Snippets | Posted on 01-12-2009

Tags: , , , , ,

1

Ever wanted to create a ticker in SharePoint without having to buy the $99 add-on from Microsoft, well here’s the code:

Simple jQuery AJAX Post and Response

Posted by matthew | Posted in Code Snippets | Posted on 24-11-2009

Tags: , ,

0

jQuery is an extremely powerful library, one of the things it does really well is Ajax, this post shows how to send a request and post the response on to the page.