Published on Dec 21, 2012 by Jamie Munro
Wow! I can’t believe 2013 is coming. It seriously feels just the other day when I sat down and wrote my
2011 year in review…
Thinking back, 2012 is probably a more average year. I don’t feel like anything new and major really happened in the industry that I was a part of. However, in my personal life, I welcomed my third child in late October – hence the lack of website updates since I’ve been extremely busy with my growing family.
Read more >
Tags: Theory | node | AJAX
Published on Oct 15, 2012 by Jamie Munro
With my recent endeavours into Node, I thought that taking a fun article like this one -
CakePHP 2-0 Ajax Pagination WITHOUT The Pages – would be a really fun experiment to see how difficult it would be to accomplish in Node.
At the end of the day, the logic is still the exact same, retrieve the items, determine the max length, calculate the number of pages, and then perform AJAX as well scroll down to fill in more content as-needed.
Leveraging the Express API and Jade templates, this is quite painless to implement into Node.
Read more >
Tags: AJAX | jquery | pagination | JavaScript | jQuery | node
Published on Sep 8, 2011 by Jamie Munro
In today's article on Webistrate I explore
Transitioning AJAX Content into view with $.animate() using some basic jQuery. Please note, it doesn't look overly pretty because I'm not a designer, but the functionality is there and it can be prettied with relative ease.
Read more >
Tags: AJAX | jquery | JavaScript | jQuery | AJAX
Published on Sep 8, 2011 by Jamie Munro
In today's article on Webistrate I explore
Transitioning AJAX Content into view with $.animate() using some basic jQuery. Please note, it doesn't look overly pretty because I'm not a designer, but the functionality is there and it can be prettied with relative ease.
Read more >
Tags: AJAX | jquery | JavaScript | jQuery | AJAX
Published on Sep 1, 2011 by Jamie Munro
Today a new article was released on
Webistrate that discusses how to use
jQuery Templates to speed up your websites AJAX queries by return back JSON data and then doing the visual enhancements on the client-side with the use of a predefined jQuery template.
Read more >
Tags: AJAX | Optimization | jquery | JavaScript | jQuery | AJAX