Lindsay Donaghe's Library tagged → View Popular
10 Principles of the UI Design Masters - NETTUTS
A few of these are obvious (in the sense of "why didn't I see that before"), and a few are counter-intuitive (don't overdo accessibility features). Good stuff to keep in mind for user experience design.
All The Best Tips on Getting In Shape, In One Handy List | Zen Habits
List of links to articles about how to get fit and stay that way. I need all the help I can get.
Macworld | How to buy a camera lens
Good advice on how to select the right lens for your needs with links to other helpful resources.
Elements of Great Web Design: The Polish - PSDTUTS
A good tutorial on how to "polish" your web designs to make them look clean and professional. The main problem I see with this is that the use of all those subtle gradients and extra pixel borders can balloon the size of your graphics by adding so many more colors. But still some good ideas if you can afford the bandwidth.
Save Your Own Life: How to Survive ... | Advice and Know-How | Reader's Digest
An article with tips on how to survive unusual and dangerous situations. Good info to have in the back of the brain until needed.
SundryBuzz | advice you didn’t ask for » Two Tricks for Taking Good Group Photos
Two good ideas to get some genuine smiles and fun out of group photos. Psychology is fun.
The 7 Characteristics of Good Domain Names
Rules to follow to create a good domain name. They're going fast.
12 Traits of Successful Bloggers
Advice on personality and attitude aspects you need to have to be a good blogger.
http://simon.incutio.com/notes/2006/summit/schachter.txt
A list of tips by Joshua Schacter, founder of Del.icio.us on how to build large internet applications. Talks about how to figure out what features to offer, how to build to scale, and how to leverage other people's services (don't reinvent the wheel).
The 7 Deadly Homemade Weed Killers
How to kill weeds with common stuff you have around the house. Some non-toxic /green options here.
Speed tip: Make individual portions in freezer bags | Lunch in a Box: Building a Better Bento
Simple and ingenious method for freezing ground meats and other "thick" stuff in individual portions.
5 Tips for E-mailing Busy People | The Blog of Author Tim Ferriss
A good article with example of how to approach busy people for advice or help via email. Fairly Dale Carnegie-ish.
60 Photography Links You Can’t Live Without at CameraPorn
Tutorials, resources, tools and inspiration for digital photographers. Lots to look at here.
28 Ways to Beat the Procrastination Demon | Put Things Off
How to get over the urge to procrastinate and train yourself to be productive. This blog also has a lot of other good article and an interesting philosophy that you're more productive with pencil and paper than fancier gadgets and software.
11 Things To Do With Your Cameraphone While You Wait | Beyond Phototips
Some stuff to do when you have those free pockets of time and your camera phone is handy. Always a good time to work on those photography skills.
Windows Shortcuts
A list of the application names to run from the commandline for most of the control panel stuff and other utilities.
Tip/Trick: Creating Packaged ASP.NET Setup Programs with VS 2005 - ScottGu's Blog
Walkthrough on creating a MSI for installing an ASP.Net application on web servers. Would be nice if it could be modified to set up a dev environment.
Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5 - ScottGu's Blog
Tutorial example of how to use object extension in .Net 3.5. Create a JSON convertor for an object. Interesting implications here, similar to prototyping in Javascript.
Tip/Trick: How to Register User Controls and Custom Controls in Web.config - ScottGu's Blog
How to simplify user control and custom control registration for multiple ASPX pages on a website: keep them all in the pages element in web.config.
-
ASP.NET 2.0 makes control declarations much cleaner and easier to manage. Instead of duplicating them on all your pages, just declare them once within the new pages->controls section with the web.config file of your application:
<?xml version="1.0"?>
<configuration>
<system.web>
<pages>
<controls>
<add tagPrefix="scottgu" src="~/Controls/Header.ascx" tagName="header"/>
<add tagPrefix="scottgu" src="~/Controls/Footer.ascx" tagName="footer"/>
<add tagPrefix="ControlVendor" assembly="ControlVendorAssembly"/>
</controls>
</pages>
</system.web>
</configuration>You can declare both user controls and compiled custom controls this way. Both are fully supported by Visual Studio when you use this technique -- and both VS 2005 Web Site Projects and VS 2005 Web Application Projects support them (and show the controls in WYSIWYG mode in the designer as well as for field declarations in code-behind files).
Tip/Trick: Automating Dev, QA, Staging, and Production Web.Config Settings with VS 2005 - ScottGu's Blog
How to make the shift from environment to environment a bit easier with VS2005+ using config files for each enviornment with the VS Configuration Manager.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in tips
-
how to decorate your home
sites of nicely-decorated h...
Items: 30 | Visits: 254
Created by: Iris Deters
-
Need learn and unread
Items: 12 | Visits: 169
Created by: Vincent Tsao
-
Firefox
Items: 4 | Visits: 208
Created by: Daniel Gauthier
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
