Sign in
|
Join
in
Current Tags
Julia Lerman Blog (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
This blog as moved (Dec. 2003)
Looking for my weblog?
Steven Smith at Vermont .NET Feb 9th and Montreal GUVSM Feb 10th
Bringing the Whidbey BCL Message to the masses
Why I need to learn WSE2
Tags
Code
Life of a coder
Misc
PDC
Tablet
User Group
Whidbey
.About Me
About Me
My OTHER Blog
My Articles
.Chick Blogs (yes I am highlighting them!)
Dana Coffey
Sara Williams
Marcie DataGrid Girl Robillard
misbehaving.net
Liz Lawley
Shelley Powers
Joy Larkin (Cleverhack)
Sarah Allen
Suzanne Cook (MS)
Laura John (MS)
Rebecca Dias (MS)
Diane Reischling (MS)
Elizabeth Grigg
Kasia aka Unix-Girl
Rachel Reese
Avonelle Lovhaug
Susan Warren
K.C. Lemson (MS)
Camey Combs (aka Bugsplat)
.Coming Soon
Kathleen Dollard
.NET User Groups
My Group: Vermont.NET
INETA (Mother Ship)
A small slice of blogs I read
Chris Brumme
Mike Gunderloy
Robert Scoble
Sam Gentile
Clemens Vasters
Sam Ruby
Brad Abrams
Scott Guthrie
Scott Watermasysk
Anil John
Tim Ewald
Seen While Blogging (Mike A)
Simon Fell
Craig Andera
Scott Hanselman
Early & Adopter
Chris Sells
Dave Chappell
Shawn Wildermuth
Keith Ballinger
Duncan Mackenzie
Chris Kinsman
Yasser Shohoud
Don Box
Dave Seidel
Ali Aghareza
John Bristowe
G. Andrew Duthie
Chris Anderson (MS)
Articles & Talks
Presentation Tips
About the Women in Technology Luncheon at TechEd 2003
GetDateTimeFormats Method Output
My Presentations
Outlook 2003 Discoveries
Conferences
DevTeach - Montreal May 10-13
Developer Book Reviews
VTdotNET Member Reviews
Elsewhere...
What I chucked July 2003
My Company Site
Showing Off
Lerman Newfies
2003 Photos of Vermont Leaf Change
some random U.G. Leader Blogs
Scott Cate (Arizona)
Jeff Julian (Kansas)
Chris Goldfarb (OR)
Devin Rader (St. Louis)
Scott Lock (D.C.)
Andrew Filev (Russia)
Patrick Verbrugger (Belgium)
Scott Bellware (Austin, TX)
Jason Gaylord (PA)
Klaus Aschenbrenner (Austria)
Greg Huber (OH)
Joel Semeniuk - Canada
Drew Robbins - OH
Nino Benvenuti - OH
Chad Osgood - OK
Tablet
Peter Rysavy (Tabula PC)
Chris deHerrera (TabletPCTalk.com)
Archives
July 2006
(1)
August 2004
(1)
February 2004
(1)
January 2004
(31)
December 2003
(33)
November 2003
(111)
October 2003
(93)
September 2003
(39)
August 2003
(21)
July 2003
(23)
June 2003
(62)
May 2003
(38)
April 2003
(51)
March 2003
(17)
Julia Lerman Blog
INETA Poster Child blabbing about community and code
Browse by Tags
All Tags
»
Code
(
RSS
)
Tablet
The Disappearing Form Designer
Every once in a while, while working on a windows app in VS.NET2003, I lose the design view of a particular form. The solution Explorer only displays it as a class and there is no way to access the design view of the form. The components all still exist...
Posted
Jan 15 2004, 09:59 AM
by
jlerman
with | with
6 comment(s)
Filed under:
Code
A groovy little pluggable framework
Oh, this is just SO satisfying. I have finished refactoring my app and it's so cool to see this working just the way I had dreamt it up. I was only able to do this from a lot of ideas I have collected from many of the presentations at Vermont.NET over...
Posted
Nov 25 2003, 06:26 PM
by
jlerman
with | with
1 comment(s)
Filed under:
Code
we still have to edit machine.config on a remote asp.net server to debug???
I had this problem when I installed vs.net 1.0 on my remote webserver. In fact, I wrote about it 1 1/2 years ago here (see 2nd entry) and detailed the fix here . Somewhere along the way, I was led to believe that the first Service Pack on .NET Framework...
Posted
Nov 24 2003, 03:27 PM
by
jlerman
with | with
3 comment(s)
Filed under:
Code
Planned refactoring of .net app
Today is going to be refactoring day. (This has nothing to do with Whidbey - rather real refactoring ) My app that I am writing is going to have pluggable pieces. We are doing data entry and reporting for a variety of tests done out in the field. So I...
Posted
Nov 24 2003, 12:54 PM
by
jlerman
with | with
no comments
Filed under:
Code
Three Windows Forms UI problems that stopped me in my tracks
I want to point out three problems that I got stuck on in a Windows Forms application. I kept thinking I was doing something wrong. But in fact, they are real issues. I will find time to check into this in Whidbey. All three problems were solved by people...
Posted
Nov 21 2003, 11:24 AM
by
jlerman
with | with
3 comment(s)
Filed under:
Code
Winforms - DataBinding on list controls
Why is this? (from MSDN Library) In Visual Basic 6.0, a Combobox or ListBox control could be bound to a database using ADO; when a value in the control was changed, the database was updated. In Visual Basic .NET, data binding for the Combobox Control...
Posted
Nov 19 2003, 02:54 PM
by
jlerman
with | with
2 comment(s)
Filed under:
Code
Scott Guthrie leaks aspnet 2.0 bits
yeah - everyone's already mentioned this but here's one that really caught my eye: Using ValidationGroups. You can now have validator controls optionally validate depending on which button on the page is pushed. You can group validation rules into “groups“...
Posted
Oct 22 2003, 10:50 PM
by
jlerman
with | with
5 comment(s)
Filed under:
Code
choices in leveraging ink for data entry
I had a interesting session with the person I trust most regarding ui design at my client's office. He is the guy who interacts the most with the users who are not really computer savvy - my target audience. So we went over the options for using ink of...
Posted
Oct 17 2003, 04:46 PM
by
jlerman
with | with
1 comment(s)
Filed under:
Code
,
Tablet
designing for tablet portrait orientation
All of the design recommendations for tablet assume that you want your user to be able to use either orientation. But what if this isn't the case? In VS.NET design mode, a windows form height defaults to a maximum of 780. If you try to set the height...
Posted
Oct 17 2003, 04:14 PM
by
jlerman
with | with
1 comment(s)
Filed under:
Code
,
Tablet
lazy lazy lazy - code I shouldn't have to write
Why do I still have to create these shortcut functions to replace something like this: With drpAirMeter .DataSource = reportCFI.AirMeters .ValueMember = "EquipmentID" .DisplayMember = "equipmentnumber" .SelectedValue = reportCFI.AirMeterID End With with...
Posted
Oct 17 2003, 11:09 AM
by
jlerman
with | with
no comments
Filed under:
Code
More Posts
Next page »
Terms of Use