Browsing articles in "Site News"
Feb
18
2011

Use PSEXEC to Execute Remote Commands

psexec

There are many instances in managing a network when it becomes neccessary, or at least more convenient, to be able to execute commands on a remote computer without the overhead of launching a full-fledged Remote Desktop session. Until PowerShell Remoting came along there wasn’t a native way to run remote commands from Windows, and even now PS Remoting isn’t exactly intuitive. That’s where PSEXEC comes in. PSEXEC is a utility from a developer named Mark [...]

Feb
9
2011

JSBuilder2 Download

sencha

Sencha’s JSBuilder2 is a handy utility for building and optimizing JavaScript application deployments. Unfortunately they’ve

Jan
17
2011

Just Released! My Wishlist for Facebook

I just finished my first Facebook app, called My Wishlist.  It allows users to publish a wishlist of items on Facebook that their friends can view and use for gift ideas.  My goal is to make a new kind of Facebook application: one that’s truly useful and not just a time waster.  Did I achieve my goal? Check out My Wishlist, rip it apart, and leave your feedback in the comments!

Dec
15
2010

Removing Keys from an Array in PHP

Every wish PHP had a function like array_remove_keys() to delete one or more keys and their values from an array? This post shows you how to construct one using just a couple of lines of code.

Dec
12
2010

What is HTML?

Most people have heard the term HTML and have a general idea that it has something to do with the web.  But as someone who wants to create the web you need to have a better understanding.  This article will explain what HTML is and why it’s important, and it just might do it without boring you into a coma. What is HTML? Defining HTML is by far the most boring part of understanding it, [...]

Pages:1234»