Brian Schroer
Don't Call Me Mort!
Site Sections
Home
Contact
Syndication
Login
Posts
114
Comments
126
Trackbacks
10
JavaScript
There are 10 entries for the tag
JavaScript
Virtual Brown Bag Recap
I haven't posted a recap lately, because the Virtual Brown Bag recordings weren't being uploaded for a while. That was fixed two weeks ago, so I had a lot of meetings to catch up on. Here's an all-you-can-eat brown bag buffet… March 3 Guest presenter Jim Christopher - creator of StudioShell, a deeply integrated PowerShell host available inside of Visual Studio 2010 and 2008. StudioShell exposes many of Visual Studio’s extensibility points in a simple and consistent way, and it makes the Visual Studio ......
Share This Post:
Short Url:
http://wblo.gs/bhM
Posted On
Saturday, April 16, 2011 7:29 PM
|
Comments (0)
Virtual Brown Bag Recap: FancyHands, CanCan, 1KB XMas Tree, YouTube Yuks
At this week's Virtual Brown Bag meeting: Claudio has some one-month Evernote premium accounts to give away Claudio & George talked about FancyHands, the 4-hour work week, and paying people to do the stuff you don't want to JB shared more Ruby gems: cancan and open and talked about insert and other Ruby Enumerable functions We looked at the winner of the 1KB JavaScript Christmas contest and some fun YouTube videos For detailed notes, links, and the video recording, go to the VBB wiki page: https://sites.google.com/si... ......
Share This Post:
Short Url:
http://wblo.gs/bG6
Posted On
Thursday, December 23, 2010 10:38 PM
|
Comments (0)
jQuery UI autocomplete / IE6 fix with bgiframe plug-in
Technorati Tags: jQuery,JavaScript I'm using the jQuery UI Autocomplete plug-in on my current intranet project, and am impressed with how powerful and easy to use it is. It works great on my development PC with Internet Explorer 8, and I was very pleased with myself. …until I tested on one of our "thin client" machines, and my beautiful autocomplete dropdown looked like Swiss cheese: The browser on the thin-client is, you guessed it - everybody's favorite browser - IE6. IE6 has z-index issues that ......
Share This Post:
Short Url:
http://wblo.gs/aec
Posted On
Monday, July 12, 2010 9:21 PM
|
Comments (4)
Quality Equality with JavaScript: "===" > "=="
Technorati Tags: JavaScript Did you know that there are two equality operators in JavaScript? The one that's used most often is the double equal sign ("==") operator. The "==" operator does type coercion. The following example returns true, even though we're comparing a string and a number: if ('5' == 5) That's not too bad, but you probably wouldn't expect the following examples to return true: if (0 == '') if (0 == false) if (false == undefined) if ("\r\n" == 0) They all do though, thanks to JavaScript's ......
Share This Post:
Short Url:
http://wblo.gs/ac2
Posted On
Saturday, July 3, 2010 7:11 AM
|
Comments (1)
"Cloning" divs with jQuery
Technorati Tags: jQuery,JavaScript I'm sure I've "invented" a technique that's been done by many others (and I don't doubt that there's a slicker way to do it), but… Sometimes I'll want to have an identical chunk of HTML repeated more than once on a web page, for example: a search page with "Search" and "Clear Fields" buttons both above and below the search field inputs. I'd like to just render that HTML once on the server, than "clone" it on the client. For my site, I established a convention where ......
Share This Post:
Short Url:
http://wblo.gs/aa1
Posted On
Saturday, June 26, 2010 9:42 AM
|
Comments (2)
Kansas City Developer Conference Recap
Technorati Tags: .NET,Kansas City Thanks to the KC development community for a great free event. The Johnson County Community College provided very nice facilities. I’m the sort of guy who would willingly drive 4+ hours each way for a free XL (or “developer medium”, as Richard Campbell calls it) T-shirt, but got a lot more than that out of the event. Here's a recap of the sessions I attended: Why Kanban? speaker: Troy Tuttle Troy is a “pragmatic agilist” at AdventureTech (not AdventureWorks – I was ......
Share This Post:
Short Url:
http://wblo.gs/aYK
Posted On
Saturday, June 19, 2010 3:26 PM
|
Comments (0)
Hello, T4MVC – Goodbye, ASP.NET MVC “magic strings”
Technorati Tags: ASP.NET,ASP.NET MVC,T4MVC I’m working on my first ASP.NET MVC project, and I really, really like MVC. I hate all of the “magic strings”, though: <div id="logindisplay"> <% Html.RenderPartial("LogOnUs... %> </div> <div id="menucontainer"> <ul id="menu"> <li><%=Html.Action... Dinner", "Index", "Dinners")%></li> <li><%=Html.Action... Dinner", "Create", "Dinners")%></li> <li><%=Html.Action... ......
Share This Post:
Short Url:
http://wblo.gs/aU2
Posted On
Sunday, June 6, 2010 7:47 AM
|
Comments (4)
WatiN screenshot saver
Technorati Tags: .NET,WatiN,testing In addition to my automated unit, system and integration tests for ASP.NET projects, I like to give my customers something pretty that they can look at and visually see that the web site is behaving properly. I use the Gallio test runner to produce a pretty HTML report, and WatiN (Web Application Testing In .NET) to test the UI and create screenshots. I have a couple of issues with WatiN’s “CaptureWebPageToFile” method, though: It blew up the first (and only) time ......
Share This Post:
Short Url:
http://wblo.gs/aSe
Posted On
Monday, May 31, 2010 12:18 PM
|
Comments (6)
St. Louis .NET User Group – Muljadi Budiman: “What's new in Visual Studio 2010 and .NET 4.0 Framework”
Muljadi Budiman was the top-rated speaker at the recent St. Louis Day of .NET event, and it’s easy to see why. His presentations are energetic, humorous, and packed with useful information. At tonight’s St. Louis .NET User Group meeting, he zipped through an overview of Visual Studio 2010 and 4.0 features of C#, VB, WPF, the CLR and the DLR in a little over 90 minutes. Highlights included: VS2010: multi-monitor support Call Hierarchy visualizer “Navigate To” improvements “Consume-First Development” ......
Share This Post:
Short Url:
http://wblo.gs/Z9p
Posted On
Monday, September 28, 2009 8:40 PM
|
Comments (2)
Getting Serious About JavaScript
Like many ASP.NET developers, I’ve gotten by for years knowing just enough JavaScript to get by. I’ve spent many frustrating hours cursing the language, when the problem was not really JavaScript (although it has more than its share of weirdness), but my assumption that I knew how it worked, just because it looks like C#. Now, thanks in large part to jQuery, I actually enjoy client-side programming. jQuery makes things so much easier (replacing dozens of lines of code that I painstakingly figured ......
Share This Post:
Short Url:
http://wblo.gs/Z7K
Posted On
Monday, September 21, 2009 9:32 PM
|
Comments (0)
Archives
August 2012 (1)
July 2012 (2)
June 2012 (1)
April 2011 (1)
February 2011 (1)
January 2011 (1)
December 2010 (2)
November 2010 (6)
October 2010 (4)
September 2010 (3)
August 2010 (6)
July 2010 (17)
June 2010 (20)
May 2010 (2)
January 2010 (1)
December 2009 (3)
October 2009 (5)
September 2009 (8)
June 2008 (3)
May 2008 (3)
March 2008 (1)
December 2007 (1)
November 2007 (1)
August 2007 (1)
July 2007 (3)
March 2007 (1)
October 2006 (4)
September 2006 (1)
June 2006 (1)
April 2006 (1)
March 2006 (1)
February 2006 (8)
Post Categories
.NET
freetools
PowerShell
Tech·Ed
JavaScript
Sandcastle
jQuery
ASP.NET
ASP.NET MVC
community
MvcContrib
localization
Unity IOC
St. Louis
CSS
T4MVC
WatiN
testing
Windows Phone 7
Sliverlight
Virtual Brown Bag
Visual Studio
Links
My del.icio.us .NET links
My del.icio.us C# links
Twitter
Twitter
BrianSchroer
So it's "floppy bat" day at Busch Stadium, eh?
#stlcards
about 6 days ago
BrianSchroer
MN Rep. Pastor Tim Faust on marriage equality: "... the right to impose our religious beliefs on somebody else?"
http://t.co/SECqAoBmt7
about 7 days ago
BrianSchroer
Mad Men will end with someone throwing Don Draper off the roof of a building for inventing the word "sale-a-bration".
about 10 days ago
BrianSchroer
The woman introducing the
#resharper
webcast said "refraktoring". Must be a Battlestar Galactica fan
about 10 days ago
BrianSchroer
Invited to a post-project "Lesson's Learned" meeting. Lesson 1: Don't use apostrophes for plurals.
about 10 days ago
BrianSchroer
Happy Sink o' de Mayo
http://t.co/tnaJNo3yu4
about 13 days ago
BrianSchroer
I haven't seen the guys in the striped shirts murder the Blues like this since "Jailhouse Rock".
#stlblues
about 13 days ago
BrianSchroer
Why is it called "Mid Rivers Mall"? Mid-river would be a terrible place to build a mall.
about 13 days ago
BrianSchroer
@mulbud
Thanks, Mul. Always good to see you.
about 13 days ago
BrianSchroer
if (presenter.ShowOfHandsRequests.Count() <= 3) { me.RaiseHand(); } else { me.SayScrewIt(); }
#KCDC2013
about 14 days ago
Tag Cloud
.net
ASP.NET
ASP.NET MVC
C#
conferences
CSS
diabetes
freetools
INotifyPropertyChanged
JavaScript
jQuery
Kansas City
localization
MvcContrib
MVVM
Sandcastle
Scott Hanselman
Silverlight
testing
Windows Phone 7
Copyright © 2005 Brian Schroer
This work is licensed under a
Creative Commons License