Posts

Showing posts with the label coding

Featured Post

Why Domain names Are A Good Investment in business

Image
  Accordiing to lattest study over Domain Sales for 3 months 10,085 domain are registered, Now a days people are becoming more aware of the opportunities in domain investing because fixed-price sales will continue to gain popularity ,it is really a great way for the novice investors to get involved in the market.it is also known as an extremely attractive tool for businesses or for the marketers who have to budget expenses up-front for a new site or landing page, and want to leverage the power of a short, memorable domain that can increase SEO and siphon natural type-in traffic. These look like unlikely one-off figures. But the fact is, though not all sales can be this lucrative, good money can still be made by investing in domain names.One of the biggest reasons behind this is an absolute explosion of prospective website owners on one hand and the scarcity of good domain names on the other.The domain marketplace is in a solid state, which is a tremendous market-wide...

Recommended Reading for Developers

Image
  Recommended Reading for Developers Steve McConnell's Code Complete 2 is the Joy of Cooking for software developers. Reading it means that you enjoy your work, you're serious about what you do, and you want to keep improving. In Code Complete, steve notes that the average programmer reads less than one technical book per year. The very act of reading this book already sets you apart from probably ninety percent of your fellow developers. In a good way. I like this book so much that the title of this website is derived from it-- the examples of what not to do are tagged with the "coding horror" icon. And there's nothing funnier than a coding horror-- until you have to deal with one yourself. Then it's suddenly not so funny any more. Do yourself a favor. Make this the first book you read, and the first book you recommend to your fellow developers. Updated : The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition (2nd Edition) A...

Writing code all day

  Writing code all day sort of saps my will to come home and.. write more code. With that in mind I set out to find existing blog software rather than rolling my own. Life's just too short, and besides, never write what you can steal-- right? I experimented with some .NET solutions but oddly enough had the most success with the PERL-based Movable Type solution, which is what you're reading this on right now. I suspect the .NET solutions may have been more advanced (I'm writing this now in a glorified textbox, not some fancy DHTML-Word simulator, for example), but this is the one that was easiest to get running. Easy is good. Also, I'm really lazy. Anyway, if you want to get Movable Type running on your Windows Server 2003 as I did, you'll need to get PERL installed first. I used ActiveState PERL. Installs painlessly. Note that Server 2003 has enhanced "lockdown" security out of the box-- meaning, it won't run jack squat without manual intervent...