Close

Links Extravaganza - KDD, Data Mining, Video Lectures etc

Machine Learning CourseMachine Learning Video Lectures Compiled in Course Form. Statistical Aspects of Data MiningVideo Lectures on Statistical Aspects of KDD and DM. Undocumented FusionOne of the most interesting undocumented jewel. The TETRAD Project:Causal Models and Statistical Data 19 Eponymous Laws Of Software DevelopmentInteresting compilation by Phil Haack Ethical Hacking and CountermeasuresI'm planning to take…

Share

ASP.NET Performance and Scalability Equation

As I was driving down to work this morning trying to catch up on .NET Rocks, I started listening to ASP.NET Scalability Panel Tech-Ed 2007 show. This is an excellent panel discussion; highly recommended to anyone who writes an ASP.NET web application. The panelists include Stephen Forte, Kent Alstad and Rob Howard who talked about…

Share

Miscellaneous Links

·         Stored Procedure Object Interface Layer (MSDN) ·         Dan ciruli's West Coast Grid ·         Microsoft Robotics Studio (Channel 9) ·         Robotics Studio August 2006 CTP ·         Robotics Home Page: http://msdn.microsoft.com/robotics ·         Robotics Group team Blog: http://blogs.msdn.com/MSRoboticsStudio/ ·         XNA Game Studio Express (Beta) Download ·         MyGeneration (ORM Tool) ·         The Most Intelligent Java IDE- IntelliJIdea (Highly…

Share

Things I like About You - IE 7.0 beta

Beside the slick look and tabbed browsing, two of the best features I like about IE 7 is its RSS feeds handling and website thumbnails.The clean and well organized RSS aggregator is much better from usability prospect than anything I've tried before. Import your OPML's and try it out for yourself. The website thumbnail view…

Share

HCI / Usability Resources Linkopoloza

Krug, Steve: Advanced Common Sense Don't Make Me Think: A Common Sense Approach to Web Usability by Steve Krug http://www.hcibib.org http://www.useit.com/alertbox http://www.bcs-hci.org.uk http://www.usabilitynews.com Rainbow group from University of Cambridge Human Computer Interaction Resource Network Nielsen Norman group Stanford HCI Seminar’s Developer to Designer: GUI Design for the Busy Developer User Interface Design for Programmers Joel…

Share

Interesting Distractions

Via Neal Hardesty Sudoku solver in SQL Via Rob Walling Ruby on Rails, Flick in 5 minutes Live Clipboard Some Interesting Software Quotes: Requirements are like water. They're easier to build on when they're frozen. -Anonymous , "Code Complete: A Practical Handbook of Software Construction" by Steve C McConnell, ISBN: 1556154844 The bitterness of poor…

Share

Class Design Principles - Michael Kennedy @ Code Camp

Michael Kennedy's session in SoCal codecamp, "Five Fundamental Object Oriented Design Principles for Agile Development" discussed the following postulates of class design mentioned in several Fowler’s Refactoring with examples.   Single Responsibility Principle (SRP) Classes should not have more than one focus of responsibility. Open/Closed Principle (OCP) Class should be open for extending, but closed for modification.…

Share