Skip to main content

Home/ Coders/ Group items tagged 12

Rss Feed Group items tagged

Fabien Cadet

2011: Understanding "Prototypes" in JavaScript | yehudakatz.com - 3 views

  •  
    indianescorts4 pakistaniescortsdubai escortsdubaiescorts dubaiescorts9 indianescorts90 nightescort uaegirls uaescorts69 uaegirls344 dubai-elite-model uaegirls69 escortsportfolio dubaiescorts50 indianescorts dubaiescorts pakistani escorts in dubai indianescorts dubai kissing escorts fleshandhide flatleather
Fabien Cadet

JVM Minimal Survival Guide - Hadi Hariri - 5 views

  •  
    indianescorts4 pakistaniescortsdubai escortsdubaiescorts dubaiescorts9 indianescorts90 nightescort uaegirls uaescorts69 uaegirls344 dubai-elite-model uaegirls69 escortsportfolio dubaiescorts50 indianescorts dubaiescorts pakistani escorts in dubai indianescorts dubai kissing escorts fleshandhide flatleather
Paris Polyzos

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!
Joel Bennett

Managed Preview Handlers for Vista - 0 views

  •  
    A simple example of how to create a "Preview Handler" for Vista.  This would be a good first step for any Vista-enabled application that saves "documents" or has plugins: just give them their own file extension ... then you can hypothetically handle them this way to show in the file manager what each plugin does...
  •  
    Hallo guys. I am very happy to share here. This is my site. If you would like to visit here. Go ahead. I've made ​​About a $ 58,000 from my little site. There is a forum and I was very happy to announce to you. I also provide seo service. www.killdo.de.gg
Joel Bennett

Writing managed control panel apps - 0 views

  •  
    How to register an application as a control panel in Windows Vista.
  •  
    Like this http://cheaptravelbooker.com Like this http://cheaptravelbooker.com like this http://killdo.de.gg travel,hotel,fun,hotel new,new offer,hotel best,best hotel,hotel travel,seo,backlinks,edu,gov,ads,indexing,bookmark,killgoggle,gogglesuck,goggle bookmark,kill goggle,yahoo,bing,indexing,quality links,linkwell,traffic boster,index best
Joel Bennett

WPF Screen Saver Visual Studio Template! at scorbs - 0 views

  •  
    How to write a screensaver in WPF
Joel Bennett

Growl - Why Don't We Make This a Standard? - The Tao of Mac, 2004 - 0 views

  •  
    Growl - why don't we make it a standard?

    Two Part

Joel Bennett

Oleg Sych - Text Template Transformation Toolkit - 0 views

  •  
    A great overview of T4 with links to articles and information about T4 (Text Template Transformation Toolkit) in Visual Studio
Joel Bennett

WPF 3 (aka VS 2008 and .NET 3.5 SP1) ... Beta - Tim Sneath - 0 views

  •  
    The WPF team is particularly excited about .Net 3.5 SP1, calling it the Third Major Release of Windows Presentation Foundation ...
Joel Bennett

VS 2008 and .NET 3.5 SP1 ... Beta - ScottGu's Blog - 0 views

  •  
    Lots of information about what's in the first Beta of SP1 for VS 2008 and .NET 3.5, and what *will* be in, down the road, with extra focus on ASP.Net
Joel Bennett

Deriving from WebClient to handle persisting cookies for login - 0 views

  • Then just use the ExWebClient class to make your requests;
  • Public Class CookieWebClient : Inherits WebClient ' overridden to add cookie headers to http requests. Protected Overrides Function GetWebRequest(ByVal address As System.Uri) As System.Net.WebRequest Dim request As WebRequest = MyBase.GetWebRequest(address) If TypeOf request Is HttpWebRequest Then DirectCast(request, HttpWebRequest).CookieContainer = _cookies End If Return request End Function ' overridden to save cookies to the container for http requests. Protected Overrides Function GetWebResponse(ByVal request As System.Net.WebRequest) As System.Net.WebResponse Dim response As WebResponse = MyBase.GetWebResponse(request) If TypeOf response Is HttpWebResponse Then _cookies.Add(response.ResponseUri, DirectCast(response, HttpWebResponse).Cookies) End If Return response End Function ' overridden to save cookies to the container for async http requests. Protected Overrides Function GetWebResponse(ByVal request As System.Net.WebRequest, ByVal result As System.IAsyncResult) As System.Net.WebResponse Dim response As WebResponse = MyBase.GetWebResponse(request, result) If TypeOf response Is HttpWebResponse Then _cookies.Add(response.ResponseUri, DirectCast(response, HttpWebResponse).Cookies) End If Return response End Function Private Shared _cookies As CookieContainer = New CookieContainer End Class
Joel Bennett

Cmdlets: Extend Windows PowerShell -- MSDN Magazine, December 2007 - 0 views

  •  
    Finally, a complete MSDN magazine article on how to write cmdlets for PowerShell.
Joel Bennett

VS 2008 Spell Checker - Mikhail Arkhipov - MSDN Blogs - 0 views

  •  
    A VS 2008 addin to enable spell checking in visual studio
Joel Bennett

Test Run: UI Automation with Windows PowerShell -- MSDN Magazine, December 2007 - 0 views

  •  
    Some helper cmdlets to get you started doing UI Automation from PowerShell (findwindow, sendkeys, etc)
Fabien Cadet

Dégage, sale programmeur ! « Codingly - 0 views

  •  
    This article is in french, sorry for that but I could find no relevant group to share this. Briefly it talks about how programmers (those who actually code) are perceived here in France: As guys dwelling the bottom of the hierarchy, whom only ambition *should be* to become lead progr. or better (architect, project lead, ...). i.e. programmer is not really seen as a career.
  •  
    A brief translation of the intro.: « Yes, being a programmer when you're 30+ yo in France is worst than being a 40+ yo cashier. Most of the people who spend 90% of their time programming will try to be perceived as R&D engineers, project lead, solution architect, consultant, etc.. The best, when you're a poor contractor of an "software engineering company", in mission for a banque, et that you spend you days coding, is telling people that you are Engineer in finance. »
Joel Bennett

Color coding: more examples - Path to SharePoint - 0 views

  •  
    Some examples with doing color-coding based on calculated columns in Sharepoint Lists.
« First ‹ Previous 141 - 160 of 256 Next › Last »
Showing 20 items per page