Skip to main content

Home/ Coders/ Group items matching "Blog" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
1More

FAQ: How do I start a program as the desktop user from an elevated app? - Aaron Margosi... - 0 views

  •  
    RunAsDesktopUser C++ project
2More

Programming Proverbs - Computer Science Teacher - Thoughts and Information from Alfred ... - 0 views

  • Interesting comment about IntelliSense encouraging a bottom-up approach. I think that is true if you start with programming and not with design. What I mean by that is that some people create their design in code rather than working out the full design before starting to code. I think that if you create a design using a top down approach it takes longer to get to the building blocks. that is frustrating to many, especially students, but in the long run results in a much better design. With a complete design in place one does know what the little blocks of code will be at least from the standpoint of names and interfaces. Creating those little blocks early on in the programming is fine as long as the design is complete
  •  
    very good and useful list of properly arranged proverbs
1More

VS 2010 Keyboard Shortcuts Cheat Sheets - Lisa Feigenbaum - MSDN Blogs - 1 views

  •  
    Sheets for C#, VB, C++, and F# are now available in Letter (8.5x11in) and A4 (210×297mm) Print-Ready Sizes
3More

Generate .NET documentation with MindTouch 2010 - MindTouch Developer Blog - 4 views

  • The goal of mindtouch.doc was to generate hierarchical reference documentation that could easily be imported into an MindTouch install.
  • The generated documentation has an external dependency on a template called DocToc. The purpose of this template is to allow simple Table of content customization using DekiScript and to make it easy to include custom css for documentation pages.
  •  
    It's like Sandcastle for MindTouch
1More

New company offering micro blogging platform - 0 views

  •  
    Micro blogging is done on certain social networks. It is platform on which Twitter functions, and also what Facebook now uses. It is an efficient way to get your thoughts, URL, and photos in simplistic blurbs of information. Yonkly offers 2 versions of this downloadable software. The business package (for intra-office communications) $699.00, and the lite package (for ambitious people wanting to start their own "networking" community) $199.00.
17More

Develop With Passion® - Jean-Paul S. Boodhoo - 0 views

  • Being an effective unlearner enables you to take an unbiased look at a new way of approaching a situation/problem/challenge without the weight of being dragged down by your old baggage(ideas
  • Being an effective unlearner enables you to take an unbiased look at a new way of approaching a situation/problem/challenge without the weight of being dragged down by your old baggage(ideas)
  • One strategy to minimize this is to seek out and collaborate with people who make you feel a little out of your element
  • ...13 more annotations...
  • Unfortunately, with the large number of these blogs, many people have fallen into the trap of subscribing to too many
  • he started to get frustrated by the abscensce of any new insights/techniques he was sure would magically manifest when working through coding sessions.
  • Any man who reads too much and uses his own brain too little falls into lazy habits of thinking
  • Don't think about what you have accomplished. Rather, what you should have accomplished with your abilities.
  • People who allow themselves to get into this mode more often can find that the spikes in creativity that result, can carry forward with them into the stuff that they have to tackle on a day to day basic
  • Gifts, however , have to be opened, and then further used, if they are going to be of any value
  • When you think you have caught up with the skill of [developer x], either their skill level has increased or you have found another developer whose skill you covet
  • It's not about being the best. It's about being your best.
  • It can give them an change to explore and think about problemsthat they may not feel comfortable with
  • There will always be someone who is better than you, there will always be someone who is not.
  • If you end your days with the persitent feeling of "I do not feel like I got enough done", it could be an indicator that some significant diagnostics need to be performed
  • can create an environment where synergy, collaboration, and friendly competitiveness raise the level of all of the people on the team
  • Give your brain an opportunity to stretch itself.
  •  
    Great article about strategies you may follow and mistakes you may avoid to become a better programmer!
1More

Shell Blog : What happened to the menu bars? - 0 views

  •  
    An essay from the Windows Vista shell team about menus: why they're good, bad ... how ribbons are different ... and the new User Experience (UX) guidelines
1More

WPF3D Team Blog : Interacting with 2D on 3D in WPF - 0 views

  •  
    How to do 2D interactive controls on 3D surfaces in WPF applications.
1More

Software Transactional Memory (MSDN Blog: Developing for Developers) - 0 views

  •  
    A great article explaining Software Transactional Memory for programmers who've never heard of it.
3More

Making Strings More Secure - 0 views

  • Whidbey will be introducing a new class, SecureString, that helps to make this all easier for you. SecureStrings are held in encrypted memory by the CLR (using DPAPI), and are only unencrypted when they are accessed.  This limits the amount of time that your string is in plaintext for an attacker to see.  Since SecureString uses DPAPI to help secure your data, it's not available on Windows 98, ME, or Windows 2000 with anything less than service pack 3.
  •  
    The SecureString class provides a string type that is stored encrypted in memory when not in use and will not be copied around by the Garbage Collector, plus they can be zeroed out on destruction, and locked to read-only mode... Which makes this perfect for storing things like passwords in memory.
  •  
    Geniuzz.com es una pequeña sitios de trabajo. Este sitio está dedicado a todos los españoles están buscando trabajadores con un precio muy bajo. Si usted contrata a un trabajador de aquí. Te garantizo que es muy satisfactorio. Si eres un webmaster o BPA jugadores que necesitan ayuda. Acaba de llegar al mercado muy amable. Y yo también le ayudará. Por favor visite mi puesto aquí https://www.facebook.com/pages/Geniuzzcom/525081180900419
1More

shell: revealed - 0 views

  •  
    The Windows Shell team blog (aggregator).
1More

Michael Morozov : ASP.NET 2.0 two-way binding and calculated fields - 0 views

  •  
    Simple example of how to implement two way data-binding even when you have calculated fields
1More

WPF 3.5 SP1 Feature: StringFormat - Lester's WPF blog - 0 views

  •  
1More

ContestMachine: Promotions Made Easy - 0 views

  •  
    Run a contest or giveaway on your blog or website -- they handle everything from collecting entries to choosing and contacting winners.
1More

A Brief Introduction to the Standard Annotation Language (SAL) - 0 views

  •  
    Michael Howard's blog post about SAL(Standard Annotation Language) and how you can improve security by annotating your function declarations.  There's some seriously cool stuff here that could really save you some major headaches.
1More

Foobr, forever beta - 0 views

  •  
    A good blog on beta tech, javascript, web development and more.
1More

Ian Griffiths' Weblog on WPF and .Net development - 0 views

  •  
    Ian's blog has some great in-depth articles focused on whateever is the latest and greatest in .Net...
1More

"Your File Is In Use" Demystified - Shell Blog - 0 views

  •  
    In Vista, Windows Explorer is applying an implementation of the IFileIsInUse interface to the file it encountered.  Now the user knows which program has the file open and can close the file from that program and click the Try Again button to repeat the operation that was being performed.
« First ‹ Previous 101 - 120 of 692 Next › Last »
Showing 20 items per page