Programming and Web Development Stuff
Modified on 2013/07/01 15:10 by Administrator — Categorized as: Development
I've been a web dev for approaching 15 years, 13 of those professionally. Well, sort of. These days I'm a full-time SharePoint Consultant and Architect, but I still do enough development to keep my hand in.
I used to write mostly ASP 3.0 (in JScript), but transitioned to ASP.NET from 2002 or so. I've also deployed PHP and Perl into production environments, done some ActionScript, spent a lot of time messing around with ImageMagick, tons of database work in SQL Server (6.5 onwards) and MySQL. On the client-side, I've done a shedload of Javascript work and have a soft spot for JQuery. These days I specialise in
SharePoint
, mostly as an administrator, but I'm not bad with 2010 WebParts, event handlers and Web Services apps. I'm an ex-Microsoftie (four years in Microsoft Premier Support and several as an MVP included), so the majority of my experience is in MS environments.
This section of the wiki will get code segments, reference stuff, code, musings and miscellaneous geekery. It'll also contain some archived articles from my old programing tutorials site(s) InfiniteMonkeys and RTFM.
Pages
¶
what the fuck is wrong with The Skepticator?
, a troubleshooting log for performance issues at
Skepticator.com
Using ActivePerl to drive FFMPEG video conversion
Custom SharePoint Webpart Development
- I'm a SharePoint specialist by profession. This is where my WebPart code repository will be slowly accumulated.
General SharePoint Development
- The non-Web Part stuff. Command-line applications, event handlers, timer jobs, etc.
SharePoint Administration
SharePoint Build tips
- building new SharePoint servers, some tips for getting them right
InfiniteMonkeys Archive:
Simple Graphical Counters with Perl and Image::Magick
InfiniteMonkeys Archive:
Better Number Rounding in JScript and Javascript
InfiniteMonkeys Archive:
Faster String Concatenation with ADODB.Stream
-
an old "Classic ASP" post, which also applies to VBScript and JScript developers on windows
InfiniteMonkeys Archive:
Using Net::FTP to retrieve logfiles
InfiniteMonkeys Archive:
Bulk Resizing of images with ImageMagick
- a Perl-Win32 post
GeneratePassword.wsf
- A password generation script using PerlScript in Windows Script Host
InfiniteMonkeys Archive:
Using Archive::Zip
Downloading files to safari users on mac
- there's a gotcha here (article coming soon)
HTML5
- a page for HTML 5 stuff
JQuery
- a page for JQuery stuff
CSS
- a page for CSS stuff
IIS
- a page for IIS stuff
Observations on HP Trim
Linq to XML : Using Namespaces
Linq's Distinct() Operator and the IEquatable interface
Save StringBuilder to file
- utility method. May evolve over time for more niftiness. Or not.
Tools and stuff
- utilities for dev and admin
Links
¶
Conditionally loading JQuery
Simple FTP client in PowerShell
SharePoint Stack Exchange
RegisterClientScriptInclude Method
WCF REST Starter Kit
(note, to be superceded by the WCF Web API)
Chrome HTML Speech API
Google Maps API
Applying a strong name to an existing assembly
List of known project type GUIDs
Specifying proxy credentials in Web.config
It's About The Hashbangs
Chrome Web Developer Extension
Startcom SSL Certs
Australian Bureau of Statistics
- I really want to have some fun with this data
Sandcastle Helpfile Builder
- Creates MSDN-style documentation from XMLDoc comments in Visual Studio
Click 2 Sell - sell software online
HTML Agility Pack (codeplex)
- HTML parsing in C#, including LINQ support in latest betas