JamesEggers

Stories submitted by JamesEggers

Book Review: The Productive Programmer by Neal Ford(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 6 months ago

A book review of The Productive Programmer by Neal Ford read more...

add a comment |category: |Views: 6

tags: another

Justifying the Use of Build Scripts(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 6 months ago

In this post, I'm going to discuss some of the components of continuous integration and also discuss how to get data to justify the (manual) use of build scripts to "automate" a scenario initially. The scenario is not ideal (since build servers would enhance automation to a whole new level);however, the tiny victories are sometimes the best ones to start with. read more...

add a comment |category: |Views: 8

tags: another

Starting with jQuery - Using jQuery with Web Forms(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 6 months ago

In this sixth and final entry on a series of post focused on using jQuery with no prior knowledge, I dive into applying jQuery into the traditional ASP.Net web form environment. The example code covered in this entry focuses on applying the jQuery Validation plug-in against 2 sets of input in the same form. To make the example more realistic, the form fields are contained inside of content page to ensure the code works with ASP.Net's client id renaming feature/annoyance. read more...

1 comment |category: |Views: 483

tags: another

nPlus1.org: A New Resource For Architects(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 6 months ago

I came across a new resource for developers and architects at nPlus1.org. With it just recently going live, this user submission site holds a lot of promise on the information that will be provided. read more...

add a comment |category: |Views: 456

tags: another

Becoming More Than Just a Developer(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 7 months ago

A colleague of mine approached me the other day; wondering how he might be able to get out of the trend that he's found himself in. The issue he approached me with was the fact that he's a tenured developer for his company and is often approached by his peers and managers to field questions and to help out when times are tough. He has no issues with such; however, he finds himself drawn to newer technology than what he's working with on a daily basis and also loves helping people with their development questions. In essence, he wants to become more than just the developer he is currently. He wanted to know what he can do to expand his knowledge with new technology and project the information to others. read more...

add a comment |category: |Views: 7

tags: another

Starting With jQuery - How to Write Custom Validation Rules(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 7 months ago

In the fifth iteration of a series of posts that cover my beginnings of jQuery with no prior knowledge, we dive into extending jQuery's Validation Plug-In. In this post, we examine some of the built in Validation rules as well as how to create our own custom rules. In addition, an addition small set of Custom Validation Rules are provided to assist anyone seeking to use the Validation Plug-in. read more...

add a comment |category: |Views: 91

tags: another

jQuery, AJAX, and Classic ASP(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 7 months ago

A post on how to add AJAX-like functionality to classic ASP applications using jQuery. read more...

add a comment |category: |Views: 644

tags: another

Migrating to jQuery(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 8 months ago

This post outlines some of the steps I went through to convert an existing, small web application from traditional JavaScript to jQuery. read more...

add a comment |category: |Views: 301

tags: another

Starting With jQuery - Dynamically Applying Rules(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 8 months ago

This series of posts on using jQuery with no prior knowledge comes to its fourth iteration. This week, we're going to build on the Validation plug-in by looking at how to add and remove rules dynamically. read more...

add a comment |category: |Views: 269

tags: another

Starting With jQuery - Validation Plug-in(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 8 months ago

This series of posts on using jQuery with no prior knowledge comes to its third iteration. Today's post focuses on an introduction to the Validation Plug-in. This plug-in extends jQuery by adding simple client-side validation to a given HTML form. In future entries we'll examine some of the challenges this plug-in has with traditional ASP.Net web form applications; however, for this post, we'll focus on just the basics. read more...

add a comment |category: |Views: 41

tags: another

Starting with jQuery - Effects(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 9 months ago

This is second post in a string of posts where I chronicle my adventure in learning jQuery from having no previous experience with the framework. This week, we look at basic animation effects that affect an element's visibility that are available "out of the box" with jQuery. read more...

add a comment |category: |Views: 363

tags: another

IE7: Vista vs. XP(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 9 months ago

At the end of my post last week when I began a series on learning jQuery, I mentioned that I might have found a bug. This bug involved columns at the bottom of last weeks demo to be rendered differently when I viewed the same code on my Windows XP computer and my Windows Vista computer. At the time of the post, the images that you saw in last weeks post, were taken from my Windows XP computer and they looked fine in the browsers that I test in (IE7, IE8 beta 1, Opera, Firefox, and Safari). When I looked at the code on my Vista box, the columns had a line break after each one even with the CSS property of display:inline-block; and float:left;. read more...

add a comment |category: |Views: 9

tags: another

Starting with jQuery(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 9 months ago

This is the first of number of posts to come on getting started with jQuery with no previous knowledge of the framework. Over the course, various jQuery Plug-Ins will be used and discussed along with gradual integration with traditional ASP.Net 2.0 web applications components (i.e. Master Pages, User Controls, and ASP.Net AJAX). read more...

add a comment |category: |Views: 456

tags: another

Canceling an ASP.Net AJAX PageMethod Call(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 11 months ago

In this post, we explore how to cancel an ASP.Net AJAX PageMethod request. read more...

add a comment |category: |Views: 32

tags: another