Thursday, December 10, 2009
Wednesday, December 09, 2009
Windows Live Writer Stuff
Unable to publish from desktop, but laptop works. I used the below to move the draft to the laptop & publish. (Dec. 9, 2009)
http://labnol.blogspot.com/2007/10/move-draft-posts-written-in-windows.html
Windows Live Writer creates a "My Weblog Posts" folder under "My Documents" which has two sub-folders - Drafts containing all the unpublished posts while Recent Posts has all the posts you have ever published through Windows Live Writer.
Sunday, November 29, 2009
SQL Server Install
No R2 Developer edition, so going with SQL Server 2008 Developer.
On Dev-T3400
On T3400-SVR-08
Links
Features Supported by the Editions of SQL Server 2008
Editions and Components of SQL Server 2008
Compare SQL Server Ent & Std - Business Intelligence features
Saturday, November 28, 2009
Sat 22-18-09 (Windows Live Writer)
Day-Timer Order. Tracking Link. Order #: 59519063
FTP / WinSvr08
Adding FTP to a Web Site ... Invisible from dev-t3400
Configuring FTP Firewall Settings Success from WinExpl dev after these commands.
To configure Windows Firewall to allow non-secure FTP traffic, use the following steps:
Open a command prompt: click Start, then All Programs, then Accessories, then Command Prompt.
To open port 21 on the firewall, type the following syntax then hit enter:
netsh advfirewall firewall add rule name="FTP (non-SSL)" action=allow protocol=TCP dir=in localport=21
To enable stateful FTP filtering that will dynamically open ports for data connections, type the following syntax then hit enter:
netsh advfirewall set global StatefulFtp enable
... but unable to copy files or create folders remotely. Folder permissions problem?
Changing Users to Full control from Read, Execute & List from:
Works! Expression Web 3 could not create “Learning/01” folder. Created “Learning” in dev/WinExplr and XWeb3 then able to created “01” folder. Successful publish. Added “default.html” to svr IIS Default Document list. “http://t3400-svr-08/learning/01/”
Friday, November 27, 2009
test
AAR:
- Worked on FTP 7.5 in WinSvr 08.
- Discovered web videos could be zoomed. Showed MJ. Discovered download works better than streaming in a browser, even with FiOS.
- Investigated Camtasia to do similar.
- Removed garden fence. Should have gotten photos of pulling posts with bar, chain & fulcrum, and pulling fence out of the grass with woodworking clamp.
- Try this blogging for awhile as "Dayfile".
Monday, March 19, 2007
Thursday, August 24, 2006
.NET Stuff
Must Have .NET Developer Tools -- David Hayden.
Awesome... Web Apps as Local Classes -- SteelPrice.Net
ASP.NET Applications without Web Projects -- Fritz Onion
WSCF - Schema-Based Contract-First Web Services -- thinktecture.com
From ms.public.dotnet.languages.csharp thread "Nice exceptions"
I usually create a class, called
EntryPoint.cs
[STAThread]
static void Main(string[] args)
{
try
{
Application.Run(new Form1()); //Whatever your startup form is
}
}
catch (Exception ex)
{
//Notify User
MessageBox.Show( "A (uncaught) exception has occured. MyApp
cannot continue." );
//Shut down application
Application.Exit( );
}
}
This will catch any uncaught exceptions.
But Jon is right.
You catch an general exception, but you're rethrowing it.
Thus something else must catch it, or you'll get the blow-up screen.
You should should google
try catch finally brad abrams
and you can read where
"You should be writing many many more
try/finally
blocks
and not so many
try/catch/finally
blocks.
news:1158866316.744452.190120@e3g2000cwe.googlegroups.com...
> I'm new to VS2005, I used VS2003 a bit, and I remember it didn't act
> like this.
>
> My code looks like :
>
> try
> {
> blah
> blah
> blah
> }
> catch (Exception)
> {
> MyOwnException myoe = new MyOwnException ("Error on receiving data");
> throw myoe;
> }
>
> And what I get when an error happens is a window telling me :
> "Application1 has encountered a problem and needs to close.
> Send Error Report Don't Send"
>
> Then after clicking either "Send" or "Not Send", the windows closes and
> the program vanishes.
>
> As far as I remember I'm catching the exception and the program should
> be keep working after that.
>
> Where's my fault ?
>
Wednesday, March 29, 2006
Tuesday, March 21, 2006
Tuesday, November 01, 2005
Perl Stuff
Perl.com (O'Reilly)
CPAN (Comprehensive Perl Archive Network)
Perl-XML Frequently Asked Questions (sourceforge)
PPM Packages from the University of Winnipeg (EZ Win Install)
Thursday, September 29, 2005
Joel on Software Discussion Threads of Interest
Getting Things Done
05-10-05 Motivation
09-29-05 Chronic Procrastinator Seeking Advise
09-23-05 After a very productive day, I can't be productive the next day
09-21-05 Personal time management software?
09-19-05 Idea Management tool
Virtual Machines Etc.
09-27-05 Stupid Question: Testing app on different Windows OS
09-28-05 Annoying virtual PC problem (+solution!) {UK Keyboard not enough}
Version Control Etc.
09-29-05 Tackling Web Service Versioning
09-20-05 Version Control & Builds
09-20-05 Selling version control to a reluctant coder
.NET UI, Frameworks, Etc.
09-25-05 Any suggestions for .Net UI components? Infragistics?
09-22-05 Windows application framework
RSS Reader/Aggregator Suggestions
Data Records Formats Testing Tool (ms newsgroup)
Developing in a Virtual Machine HW Svr, VMWare, or ?
Do you still plan to use Virtual Machines?
Conserve a little bandwidth and make the world a better place
Speaking of blogs... Desktop blog software?
Using FogBUGZ to Get Crash Reports From Users - Automatically!
Joel on Software Reader Web page monitor
How do you collect payments for your microISV?
Easiest, cheapest way to collect payment?
Good, free, XML editor?
How to make ASP or ASP.Net more SE Friendly
I need a free HTML/CSS editor
Anyone here using Groove?
Anti-virus software without renewals
Team Building in Cyberspace
(.NET D/L "Shrinkwrap") What's with Thinstall increasing pricing to $4k per app?
How to install Dot NET automatically in installation
Alternative to Installshield Developer, please!
What Software do you use to index your URL ? Bookmark Manager
Association of Shareware Professionals
Becoming an ISV Launch New S/W
ISV/MicroISV Roll Call
Products that make millions
Would you trust ShareIt et al ?
Articles on good software design
(Fat Clients)
Enterprise sales resistance to rich applications?
Use a code generator
Microsoft Project (Open Source Alternatives)
(Installing Windows Safely)
Best. Keyboard. Ever.
.NET
.NET Forum Software
Build Maker
Version Control
Change control for databasesVersion control suggestions VSS Replacement (Sorry!) VSS Book Vault v Subversion commit comment management (Switch VCS) VSS backup?
Version Control for Web Development
Version Control for DB?
Wednesday, September 07, 2005
Sept 7- , 2005 Stuff
FAR Manager (Text mode file manager)
Vim (vi-like editor)
NDoc Code Documentation Generator for .NET
Beyond Compare - advanced file and folder comparison utility
Tuesday, August 16, 2005
Friday, August 05, 2005
August 5-13, 2005 Notes Etc.
.NET Build Versioning
Code Project - Version Resource Tool Using XML/XSLT and .NET
Newsgroup - Build Number
JOS Threads
Useful / Interesting RSS Feeds
Online Payment Processor recommendations?
Revolutionary New Product
Cheap code signing?
Documentation tools
What software do you use for reading feeds?
Technology - Quotes That Didn't
Brainstorming - RandomWord.com
Tuesday, July 26, 2005
July 26-31, 2005 Notes etc.
techbargains.com - Coupons etc
viemu - vi/vim editor for VS .NET (by JOS'er)
Refactoring Home Page
www.pinvoke.net - A Wiki
.NET FrameWork Windows Forms
JOS
- Ultimate Laptop ?
- Outsource your own job - HGI help
- Selling RC software - Inc article
- All the moonlighters.. - Time tracking (Free)
CodeProject
- Expresso - A Tool for Building and Testing Regular Expressions
- ASN.1 Editor
IRam Speeds Windows XP Start Up - $60
Philip and Alex's Guide to Web Publishing - Interesting
Tuesday, July 19, 2005
July 17-23, 2005 Notes Etc.
Surfulater - Saves web info (By JOS regular)
[DllImport(@Runtime)] -- Reflection
CodeProject - Late binding on native DLLs with C# - (Assembly language)
codeguru - Late Binding and On-the-Fly Code Generation Using Reflection in C#
Call and Debug a C++ DLL in C#
c# include c++ and debugging
debugging a C++ dll in a c# program
Debugging Win32 dll
Problems building C#, C++ solution in VS .NET
VS .NET XSLT Transforms One Two
Open Source C# Grid Control - CodeProject - SourceGrid Site
LLBLGen Pro -- O/R mapper -- JOS Recco
Diagramming for dummies - How to build a diagramming library from scratch
On tree diagrams and XML - A control to edit tree structures
The Netron Project - Graph library
Graphviz - Graph Visualization Software
VG.net - Animated Vector Graphics ($)
madgeek SharpToolbox - .NET Stuff
Piccolo Toolkit - Structured 2D Graphics Framework (Free)
JOS - Norton Ghost (Recommended alternatives)
JOS - Business Logic in ASP.NET