With all the Google Closure news recently, I thought I would play around a little more with what Google has to offer. Iāve been impressed with their charting options that have been available in Google Docs and noticed that they are also available to use outside of Google Docs.
This time Devexpress has offered to giveaway 3 separate licenses of their CodeRush with Refactor Pro Visual Studio add-on each with a value of $249.99!
CodeRush with Refactor Pro is a productivity tool that can assist you in your programming efforts. There are many features that can catapult your productivity to the next level. There are more details later in this post covering the detail of this Visual Studio add-on.
Giveaway Rules
The contest will start today, November 5th, 2009, and last 7 days concluding on November 11th, 2009 11:59PM. At that point I will pick the winner and announce the results on the following day.
In order to signup for the giveaway you need to do 4 thingsā¦
At the end of the contest I will pick a random comment from this blog entry and then make sure the comment author also completed the other 3 steps. At that point I will Direct Message the winner (which is why you need to follow @elijahmanor) with further instructions to receive the CodeRush with Refactor Pro license.
Note: You can add multiple comments to this blog post, but only one per day per person. This increases you chances of winning. So please, come by once a day during the contest and leave a comment below.
Learn More About CodeRush with Refactor Pro
1. The online screencasts will teach you quickly how to get started with CodeRush
2. Download the fully-functioning trial and test drive in your Visual Studio
3. Check out their blogs, they've got some great content up there
4. DevExpress has a big developer fan base and their Facebook Page shows this enthusiasm and excitement. Become a fan by going to this page
You can also check out a great blog post by Rory Becker (@RoryBecker) explaining the top features that he likes about CodeRush with Refactor Pro.
Winners Announcedā¦
Congratulations to Al Gonzalez (@algonzalex), Simon Green (@lumbarius), and John Nystrom (@johnnystrom) for winning the CodeRush with Refactor Pro Giveaways. Someone from DevExpress will be contacting you shortly with instructions.
Thanks to everyone for participating. I have other prizes to giveaway in the near future. So stayed tuned ;)
I was talking to a friend a couple of weeks ago and he was looking for some plugin that would visually flip over a section of the screen (like flipping an index card). He had a master/detail layout and wanted to be able to click on a link from the master, the content would flip, and then the detail content would be displayed on the flipped side.
I recommended the Flip! jQuery Plugin since it was the closet thing I was aware that would do this effect without WPF, Flash, or Silverlight. Since the plugin supports several custom events (onBefore, onAnimation, onEnd) I figured that on the onBefore event an AJAX call could be initiated and the callback content can be inserted onto the reverse side of the master.
Here is a sample application that I put together last night. The app requests your twitter username, flips, retrieves the latest tweet using JSONP from Twitter for that username, and then displays it on the flip side.
For those of you who donāt know I recently started a beard growing contest called Whiskerino! Whiskerino is a 4 month beard growing contest starting November 1st, 2009 and proceeding through Feburary 28th, 2010. The basic idea behind Whiskerino isā¦ <blockquote>Shave completely clean, post images regularly, interact, participate in themes, be nice. Grow a massive beard.</blockquote>So, if you want to know where I am in my beard growing process, feel free to visit my Whiskerino Profile Page. You can also subscribe to my RSS Feed to make sure you donāt miss a thing ;) You might have noticed that Iāve been updating my Twitter Profile image frequently (like the one of the left). That is because when I upload a new Whiskerino picture Iām also updating my Twitter Profile as well. In addition, I will also be tweeting when I have updated my Whiskerino profile ;) Several of my friends have joined me during this manly adventure. The following men are from Nashville, TN: <ul><li>Alex Robson (@a_robson) </li><li>Jim Cowart (@ifandelse) </li><li>Bryan Hunter (@bryan_hunter) </li><li>Stephen Chisholm (@creativeliberty) </li><li>Andy Matthews (@commadelimited) </li></ul>Note: I will be shaving my neck ;) I refuse to grow a Neck Beardā¦ yuck!
I just finished reading the jQuery Enlightenment eBook by Cody Lindley (@codylindley) and let me tell you it was definitely worth my time ;)
You may be already familiar with Cody Lindley as the author of the modal jQuery plug-in Thickbox.
As stated by the author, this eBook is intended for 3 types of people
A beginner jQuery developer looking to learn more
Someone that already knows another JavaScript library
Someone looking for an awesome set of reference material for jQuery
Review
The contents of this eBook range from basic to complex themes such as core library features, selectors, traversing, manipulation, forms, events, performance, animation, ajax, etcā¦
One of the great things about this eBook is that each section self-contained and could be understood apart from the other sections. So you could conceivably skip around in the book and still understand what is necessary fore that section.
The feature that I was most impressed upon was the JsBin integration with all of the 100+ code samples. JsBin is a service that allows you to share, execute, and modify code snippets to aid in the learning process. For example, you can take of the code snippets (example code snippet) from the jQuery Enlightenment eBook and click the Output tab for the results of the jQuery. Then you can double-click the HTML to experiment with your own examples.
A feature that you should definitely not skip over is the notes portion of each section. On numerous occasions I found very useful tips and insights clues into the jQuery framework.
Note: I found some minor typos and code snippets issues during my detailed reading of the eBook. You can review my comments and issues in a Google Document I put togetherā¦
Summary
I highly recommend this eBook to anyone hoping to not only understand how to write jQuery, but also to understand the why behind the how. If you have any JavaScript experience at all and would like to bring your jQuery game to the next levelā¦ then, this eBook is for you!
The eBook is very affordable coming in at only $15. You can also purchased printed version from lulu.com for $30 (black & white) or $45 (color). If the price is a factor, might I suggest you asking your work to buy it on your behalf ;)
Ohh, and 10% of the price goes back to the jQuery projectā¦ so youāll be supporting open source software too ;)