About Us

Bulletpoint StarImulus® is a technology focused design + interactive agency.

In addition to our client services we also have a few products in the works. Our office is always filled with chatter and this blog is an outlet for our creative energy, rants and ideas.

Podium

Stacks!
Imulus built a task management solution that finally works for teams. It's a life saver, learn more at usestacks.com.

Featured Project

Category: ASP.NET

Feb18

Where have all the web developers gone?

In the past we’ve had great success pulling in resumes for web developers and asp.net programmers. It seems as if in the last 6-8 months the pool of resumes has dried up. At first I thought maybe our job posting was poorly writen, but after talking with several area competitors it seems we’re not the only ones. Which leads me to wonder where have all the web developers gone?

Have the post dot com bust web developers taken jobs elsewhere? Has the surge in Indian off-shore programming scared developers away?

Feb12

The .NET Dilemma

One of my biggest pet peves in .NET, specifically .NET 1.1, is the enter key when it pertains to a web form. Back in the old days, ASP web developers with round sunglasses and lava lamps cluttering their desks had the ability to use multiple form tags on the web page. When users would enter misspelled text into a INPUT box and pierce the enter key with 3 fingers, that form would submit its information to its ACTION destination.

Since Bill Gates invented DataSets, ViewStates, and PostBacks, he removed the need for multiple forms on a page. In .NET 1.1, developers admiring their Thundercats collection and listening to A-HA, tried to have a search box in their page header and a sign-up form below only to wave their fist in the air in vexation. When a user would hit the enter key in the sign-up form, it activated the search button in the page header. What to do? WHAT TO DO!?

Enter ASP.NET 2.0.

Very early in my trek using 2.0, I learned of the DefaultButton attribute in the FORM tag. You can now specify which form button is activated when a user hits the enter key. This is accomplished by a javascript function that gets rendered when the page loads called “WebForm_AutoFocus.” This is great and all but how does this help when I’m trying to mimic multiple web forms?

While coding an ASP:PANEL in Visual Studio Express, I noticed Intellisense give me the option to place a DefaultButton attribute in the panel. WHAT!?! If you incapsalate form sections of your web page with ASP:PANEL’s, you can pay homage to those ASP coders of the past and imitate multiple web forms.

Just keep your users from disabling Javascript…

Aug4

The Next Visual Studio: What “Orcas” Needs

Microsoft’s next version of Visual Studio – codenamed “Orcas” – has great potential to strengthen Microsoft as the premier provider of IDEs for its own proprietary ASP.NET Framework. But to avoid stagnation – and loss of market share – here are two things Microsoft needs to improve in the next Visual Studio. I have used both Visual Web Developer and the complete 2005 Standard Edition.

First, Visual Studio needs complete and bug-free FTP/remote editing capabilities. Although I have not read Microsoft’s documentation on Visual Studio’s remote editing features – indeed, I shouldn’t need to in order to get it to work – attempts at setting it up have caused Visual Studio to freeze, become buggy, and have even forced me to restart Windows.

Second, Visual Studio could greatly improve as a complete Web-focused IDE by offering the same auto-completion and code-assisting features it offers to VB and C-Sharp for JavaScript (or “Jscript”). Besides low-level syntax highlighting, Visual Studio offers very little to those coding JavaScript.

I have yet to find a JavaScript editor I feel comfortable with – and the apparent lack of other strong JavaScript editors suggests to me that this could be a great opportunity for Visual Studio – especially with the current AJAX craze.

These and other shortcomings are severe enough for me to stay away from Visual Studio despite its attempts to make coding easier. Unless Visual Studio improves, I’ll happily continue to code ASP.NET pages in Dreamweaver.

Jul8

Where are all the great ASP.NET blog tools?

We just installed this WordPress blog on our servers and I must say, it is beautiful. Well implemented, easy to use, well documented. In my search for blogging software I thought I would find a few options for an ASP.NET package… I only found one, .TEXT at http://www.gotdotnet.com

Being an ASP.NET shop I was floored that there were not more options to select from. Why is that? I’m not trying to start a flame war with PHP, JSP and ASP.NET all of these languages have their merits and their flaws, but why hasn’t the ASP.NET community delivered some nice open source blogging software?