Skip to main content

Home/ Coders/ Group items tagged Way

Rss Feed Group items tagged

David Corking

The APIs for the Sun Cloud: Wiki: HelloCloud - Project Kenai - 0 views

  • . Let's assume that this application does storage and retrieval of large media files; the required infrastructure is: A firewall appliance for connecting to the Internet A private network connecting the firewall to other systems A Linux web server running a LAMP stack A Solaris database machine running MySQL for application persistence A WebDAV server for the media files
    • David Corking
       
      Soon you will be able to write scripts to install "Virtual Data Centers" There seems to be a temptation here to make a virtual data center as complex as a real one - perhaps that is necessary, but this technology is in its early stages. Right now, I wonder if a virtual firewall appliance is as secure or fast as a real one.
  •  
    Certain kinds of deployment are much more efficiently achieved with virtual servers. This article is a simple and almost hands-on introduction to the way a Sun Cloud deployment can be scripted or have another automated front end for deployment.
Joel Bennett

Code Contracts - MSDN DevLabs - 0 views

  •  
    Code Contracts provide a language-agnostic way to express coding assumptions in .NET programs. The contracts take the form of pre-conditions, post-conditions, and object invariants. Contracts act as checked documentation of your external and internal APIs.
x y

Erwin Waterlander, WCD Wherever Change Directory - 0 views

shared by x y on 11 Sep 09 - Cached
  •  
    way better than cd.. I hope.
yc c

ActiveState Code - 6 views

  •  
    ActiveState Code is a site for learning from and sharing code recipes - with a focus on dynamic languages and languages used for web development. The recipes you'll find here highlight programming best practices and can be used directly in day-to-day tasks, as a source of ideas, or as a way to learn more about languages or libraries. We invite you to contribute code, comments, and ratings for recipes. The recipes are freely available for review and use.
Joel Bennett

ModelCopier - An easy way to update models in your ASP.NET MVC business layer - Raj Kaimal - 3 views

  •  
    Automatically copies values (and references) from one object to another matching up on property name and type
Fabien Cadet

node.js - 5 views

  •  
    « Node's goal is to provide an easy way to build scalable network programs. In the "hello world" web server example above, many client connections can be handled concurrently. Node tells the operating system (through epoll, kqueue, /dev/poll, or select) that it should be notified when a new connection is made, and then it goes to sleep. If someone new connects, then it executes the callback. Each connection is only a small heap allocation. »
Fabien Cadet

Your Architecture Sucks and I Don't Care, by Ryan, 2011-01-03 | Friendly Dingo Blog - 10 views

  •  
    "Besides, who am I to say your architecture sucks? And why don't I care? Because I am your users, and I don't care what your codebase looks like, I don't care what it's called, and I don't care what language it's written in. I care that it solves my problem in the simplest and fastest way possible."
Joel Bennett

Using WS-Man to invoke a Powershell Cmdlet - Windows Management Infrastructure Blog - 1 views

  •  
    A simple SOAP template example of invoking a PowerShell command remotely via WS-Man (WinRM) ... this is one way you could build a PowerShell remoting client for non-PowerShell platforms.
Sylwia S

Daily Headlines Theme Demo | Just another ProudThemes.com Theme Demo - 0 views

  •  
    Daily Headlines is a premium WordPress theme developed by ProudThemes.com. It has an unique way of creating the structure of the homepage, something that is hard to describe with words. So make sure to take 2 minutes and watch this screencast of Daily Headlines widgetized homepage.
jeezTech

Programming Languages Rank With A Rather Strange Way - 0 views

  •  
    The idea of doing a research to find the most popular programming language, came to me a month ago when i was surfing the TIOBE site. This is a research i did
yc c

Advanced Bash-Scripting Guide - 4 views

shared by yc c on 10 Oct 09 - Cached
  •  
    This tutorial assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little nuggets of UNIX® wisdom and lore. It serves as a textbook, a manual for self-study, and a reference and source of knowledge on shell scripting techniques. The exercises and heavily-commented examples invite active reader participation, under the premise that the only way to really learn scripting is to write scripts.
Tarik Guney

ClientIDMode in ASP.NET 4.0 - Rick Strahl's Web Log - 0 views

  •  
    One of the more anticipated features of ASP.NET 4.0 - at least for me - is the new ClientIDMode property, which can be used to force controls to generate clean Client IDs that don't follow ASP.NET's munged NamingContainer ID conventions. To be clear, NamingContainer IDs are necessary for complex controls and pages that nest many things inside of a single context, but for most application level Web design scenarios those munged IDs get in the way and don't provide a lot of value.
Fabien Cadet

What Beautiful HTML Code Looks Like, by Chris Coyier | CSS-Tricks [2009-11-09] - 3 views

  •  
    « It gets me to thinking, what makes beautiful code? In HTML, it comes down to craftsmanship. Let's take a look at some markup written they way markup should be written and see how beautiful it can be. » [ + PNG image ]
Fabien Cadet

Programming as if Performance Mattered, by James Hague [2004-04-04] - 3 views

  • I frequently see bare queries from programmers in discussion forums, especially from new programmers, who are worried about performance. These worries often stem from popular notions about what operations are "slow." Division. Square roots. Mispredicted branches. Cache unfriendly data structures.
  • Inevitably someone chimes in that making out-of-context assumptions, especially without profiling, is a bad idea. And they're right.
  • The golden rule of programming has always been that clarity and correctness matter much more than the utmost speed. Very few people will argue with that. And yet do we really believe it? If we did, then 99% of all programs would be written in something like Python. Or Erlang.
  • ...5 more annotations...
  • At the same time, such concerns and advice seem to remain constant despite rapid advances in hardware.
  • That tempting, enticing, puzzle-solving activity called "optimization," it hasn't gone away either.
  • Only now the process is on a different level. It isn't machine level twiddling and cycle counting, but it isn't simply mathematical analysis of algorithms either.
  • The big difference is that the code changes I made are substantially safer than running a program and having it silently hang the system. All array accesses are bounds-checked. There's no way to accidentally overwrite a data structure. There's no way to create a memory leak.
  • Really, this is what those cycle-counting programmers from 1985 dreamed of.
  •  
    « I frequently see bare queries from programmers in discussion forums, especially from new programmers, who are worried about performance. These worries often stem from popular notions about what operations are "slow." Division. Square roots. Mispredicted branches. Cache unfriendly data structures. »
Fabien Cadet

vimperator : Firefox addon for vim-like browsing - 3 views

  •  
    « Writing efficient user interfaces is the main maxim, here at Vimperator labs. We often follow the Vim way of doing things, but extend its principles when necessary. Towards this end, we've created the liberator library for Mozilla based applications, to encapsulate as many of these generic principles as possible, and liberate developers from the tedium of reinventing the wheel. »
alex gross

Univar - Session, cookie, query string & cache variables unified - 5 views

  •  
    s a web developer I have often had to work with the session, cookie, query string and cache to persist data locally. But it is a shame that there is no neat way of doing so. So I decided to write my own code to provide a simpler and unified model to work with and finally came up with this, a type safe and generic wrapper that supports complex data types
Fabien Cadet

Ajax.org - The real-time collaborative application platform - 8 views

  •  
    « Ajax.org Platform is a pure javascript application framework for creating real-time collaborative applications that run in the browser. Ajax.org Platform radically changes the way you write applications. »
Alexis Sgavel

Fundamental Guidelines Of E-Commerce Checkout Design - Smashing Magazine - 0 views

  •  
    Here is the harsh reality of e-commerce websites: according to recent e-commerce studies, at least 59.8% of potential customers abandon their shopping cart (MarketingSherpa puts it at 59.8%, SeeWhy at 83% and MarketLive at 62.14%). The main question is why do customers abandon their shopping cart so often? Is there some fundamental mistake that designers of e-commerce websites do very often? Are there any common guidelines or rules of thumbs that make it more difficult for our users to purchase products? And is there some meaningful way to improve the conversion rates for our products?
iupdateyou123

Web Hosting Companies - 0 views

  •  
    Web hosting is one of the most different industries and certain hosting companies specialize in a very particular niche. There are some of the best web hosting companies in the world that are cheap and there are some companies that are expensive. There are many ways to market your web hosting company. Here are some ways that you can get profits with your web hosting companies that you will see results from.
decoart dubai

best way to create image gallery in wordpress - 0 views

  •  
    hi best way to improve image gallery speed in wordpress how to do my url http://www.decoartdubai.com/collections/
« First ‹ Previous 141 - 160 of 429 Next › Last »
Showing 20 items per page