Skip to main content

Lindsay Donaghe's Library tagged tips   View Popular

11 Dec 08

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.

nettuts.com/...-of-the-user-interface-masters - Preview

development ui ux tips design tutorials guidelines usability

04 Jul 08

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.

zenhabits.net/...best-tips-getting-in-shape - Preview

fitness tips linklist motivation health

24 Jun 08

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.

www.macworld.com/...buylens.html - Preview

photography tips tutorials lens

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.

psdtuts.com/...of-great-web-design-the-polish - Preview

design web tutorials tips photoshop

16 Jun 08

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.

www.rd.com/...article58778.html - Preview

tips tutorials survival howto

01 Jun 08

The 7 Characteristics of Good Domain Names

Rules to follow to create a good domain name. They're going fast.

www.dailyblogtips.com/teristics-of-good-domain-names - Preview

domainnames tips guidelines

26 May 08

12 Traits of Successful Bloggers

Advice on personality and attitude aspects you need to have to be a good blogger.

www.problogger.net/...-traits-of-successful-bloggers - Preview

blogging tips guidelines

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).

simon.incutio.com/...schachter.txt - Preview

web development guidelines tips scaling design troubleshooting

25 May 08

The 7 Deadly Homemade Weed Killers

How to kill weeds with common stuff you have around the house. Some non-toxic /green options here.

www.thisgardenisillegal.com/...dly-homemade-weed-killers.html - Preview

gardening weeds tips

20 May 08

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.

lunchinabox.net/...idual-portions-in-freezer-bags - Preview

cooking tips tutorials food

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.

www.fourhourworkweek.com/...tips-for-e-mailing-busy-people - Preview

communication reference tips tutorials correspondence

13 May 08

60 Photography Links You Can’t Live Without at CameraPorn

Tutorials, resources, tools and inspiration for digital photographers. Lots to look at here.

www.cameraporn.net/...hy-links-you-cant-live-without - Preview

photography tips linklist resources

07 May 08

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.

putthingsoff.com/beat-the-procrastination-demon - Preview

blog productivity procrastination tips gtd lifehacks

05 May 08

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.

www.beyondphototips.com/...our-cameraphone-while-you-wait - Preview

photography tips tutorials camera boredomrelief

25 Mar 08

Windows Shortcuts

A list of the application names to run from the commandline for most of the control panel stuff and other utilities.

www.scribd.com/...Windows-Shortcuts - Preview

systemsengineering tips windows

21 Mar 08

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.

weblogs.asp.net/...tup-programs-with-vs-2005.aspx - Preview

asp.net development microsoft tips tutorials useful web

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.

weblogs.asp.net/...sion-method-using-net-3-5.aspx - Preview

.net c# development microsoft oop tips tutorials

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.

weblogs.asp.net/...om-controls-in-web-config.aspx - Preview

asp.net configuration development tips tutorials web

  • 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.

weblogs.asp.net/...fig-settings-with-vs-2005.aspx - Preview

.net configuration development ide tips tutorials visualstudio web

1 - 20 of 27 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo