sloppycode.net
Sloppycode.net sitemap
Articles
- In depth articles relating to .NET and C#.
.NET Global Whois
- A small C# class for performing whois searches for most TLD (top level domains)
RSS Reader
- API for retrieving RSS feeds, and demo application.
Intellisense
- Enabling basic intellisense in a richtextbox control.
WebBrowserEx
- An extended web browser control for .NET 1.x
Drag and Drop Treeview
- An example of enabling drag and dropping of nodes in a .NET treeview
System.IO
- An in depth look at Streams,Writers and Readers in System.IO
Type visibility
- Some quick reference information about type visibility in C#.
Inside .NET assemblies and metadata
- An in depth look at .NET assemblies, metadata, resources and manifest information.
.NET Performance-architecture
- A set of tips and musings on performance enhancing code and architectural decisions in C#.
FormatStrings
- Rounding and decimal precision in numeric format strings, plus more.
Csharp Design Patterns
- Common software design patterns in C#.
Using JQuery with ASP.NET Web services
- Using JQuery to call ASP.NET web services/loading with AJAX
Umbraco
- A set of tips and tricks for developers using Umbraco
.NET Object Relational Mappers-ORMs
- A look at .NET ORMs
Code Snippets
- Bits and pieces from various languages
CS
- Bits of code in C# for .NET 1.1 and 2.0
pagecompression
- Using GZip and Deflate to compress your pages
Googlemaps
- Does a Google maps lookup on all postcodes from a webpage, and plots them with Google maps.
NetworkTools
- The source code for the network tools page.
ReadonlyConst
- The differences between const and readonly.
Password Generator
- Generate random alpha-numeric and prounceable passwords.
ACL example
- Using access control lists in C#.
binary-streaming-web
- Streaming or downloading text and binary from a website in C#.
blob-insert
- A small tool for uploading binary data to a SQL Server database.
reflection-method-call
- A very basic example of reflection in C#
richtextbox-caret
- Changing a Richtextbox caret in C#, plus tab autocompletion.
reflection-typetree
- A small application that loads an assembly and displays its types in a treeview.
Image converter
- A small C# app to convert to/from jpg,gif,tif,png.
ldap
- An application for displaying the LDAP (open LDAP, AD) tree of an LDAP database.
textreading
- Reading ascii text files fast.
mda5-sha
- Wrapper class for MD5 and SHA encryption methods.
Symmetric-encryption
- Symmetric (two way/key based) encryption wrapper class.
sendmessage
- Using EnumWindows, SendMessage in C#
Serialization as a database demo
- Using serialization as persistent object store (in non bs-bingo: a database)
XML browser app
- Reading nodes into one big tree, including node values and attributes
sql-reportconverter
- A tool for converting SQL Server report format files to a SQL script.
XML Comment Cheat Sheet
- .NET XML Documentation guide + cheat sheet
ASP
- Classic ASP code snippets.
ComLessUpload
- Upload files to your server without the need for a server-side ASP Component (COM).
DataProducer
- A class for separating the presentation layer from the data layer in ASP.
Database access: Access
- Using Access with ASP.
Database access: mySQL
- Using mySQL with ASP.
Database access: mySQL with Scibit.com drivers
- Using mySQL with Scibit.com drivers
Database access: Oracle
- Using Oracle with ASP.
Database access: SQL Server
- Using SQL Server with ASP.
Printing an Ascii table
- Printing an Ascii table in ASP
ASP counter
- A basic ASP visitor counter using a textfile.
Excel example
- Writing to an Excel spreadheet in ASP
Delphi
- Delphi code bits (all Delphi 5).
Installed COM checker
- An application for showing all COM objects.
TWinampApi
- A class for controlling Winamp 2 and 3.
CreatingDLL
- Making DLLs (native) in Delphi 5.
Delphi class example
- A basic example of class creation.
Exception handling
- An example of errors and handling them.
Instr Function
- A small method to add to the Pos function.
Split function
- Splits a string into a list
UsingDLL
- Static and dynamic loading of a DLL
Java
- Web-orientated Java examples.
DataProducer
- A class for separating the presentation layer from the data layer in Java.
ascii-table
- A borrowed ascii table in servlet format.
dataformatting
- Formatting the date in Java/Servlets.
JavaMail example
- Using JavaMail to send mail with a servlet.
JDBC Examples
- Using JDBC to access various databases.
jdomexample
- Using JDOM to parse an XML document (servlet example).
Server Variables
- Printing all the server variables in a servlet.
Javascript
- Javascript 1.2 code bits.
bwcolorpicker
- A greyscale colour picker like you find in Adobe applications.
Colour picker
- A colour picker widget.
web-safe palette
- A dynamic web palette.
Mailto spam
- Encodes mailto: addresses to protect email addresses from harvesters. Possibly the most sophisticated encryption algorithm invented.
Perl (CGI)
- Web-orientated Perl examples.
cookie
- Getting and setting cookies in Perl.
datetime
- Details about the format of dates and time in Perl.
formtomail
- A very basic form to mail in Perl.
output html
- An alternative way of printing HTML in Perl.
link extractor
- Extract links from the HREF attribute.
PHP
- Lots of PHP classes and a few samples, from PHP 3.x/4.
DirectoryBrowser class
- Allows you browse files and folders.
File class
- A PHP file system class modelled on Java's File class.
FileSystem class
- A PHP file system class modelled on FSO
FormTemplate class
- A small class for simplyfying HTML forms in PHP.
Graph class
- Displays a simple table-based graph.
HtmlSource class
- Retrieve the HTML source from a website, and parse/strip its tags.
HtmlTable class
- A class for displaying HTML tables
OnlineUsers class
- Tracks how many people are currently browsing your website.
DataProducer class
- A class for templating in PHP.
PagePress class
- Compresses your HTML using GZIP, reducing bandwidth and page load times.
pcCalendar class
- A class for displaying calendar info.
Rant class
- A shoutbox style class.
StopWatch class
- A class for measuring how long a page takes to load.
Thumbnail Browser class
- Displays large/small thumbnails of image folders.
Tree class
- A class for displaying a windows-explorer like tree.
Upload class
- A class for simplying the uploading of files.
Whois class
- A class for performing whois lookups in PHP.
db-access
- A basic example of using Access with PHP.
db-mysql
- A basic example of using mySQL with PHP.
db-oracle
- A simple example of using Oracle with PHP.
db-sqlserver
- A simple example of using SQL Server with PHP.
visitor counter
- Text-file based visitor file counter.
formtoemail
- A basic form to email snippet.
Misc
- Various snippets including Windows shell scripts.
Munzip
- Unzip many files with the Exceed unzip library.
updatedns
- A Windows shell script for updating dynamic dns.
Xtree
- Produces a tree output of a directory structure.
outlookexport
- Exports all Outlook inbox, contacts, appointments to an XML file.
new-text-file-contextmenu
- Restoring the new text document right click option in explorer.
UML-Cheatsheet
- UML cheet sheet for class diagrams
Chrome-About-Pages
- Inside the amazing world of Chrome about pages.
Reference
-
COM Tutorial
- A tutorial for making COM components with VB/ASP.
CSS
- Cascading Style Sheet (1 and 2) reference
ASP
-
Application.Application_OnEnd
-
Application.Application_OnStart
-
Application.Contents
-
Application.Lock
-
Application.StaticObjects
-
Application.Unlock
-
Application
-
Error
-
ObjectContext
-
Request
-
Response
-
Server
-
Session
-
Error.ASPCode
-
Error.ASPDescription
-
Error.Category
-
Error.Column
-
Error.Description
-
Error.File
-
Error.Line
-
Error.Number
-
Error.Source
-
ObjectContext.OnTransactionCommit
-
ObjectContext.OnTransactionsAbort
-
ObjectContext.SetAbort
-
ObjectContext.SetComplete
-
Request.BinaryRead
-
Request.Certificate
-
Request.Cookies
-
Request.Form
-
Request.QueryString
-
Request.ServerVariables
-
Request.TotalBytes
-
Response.AddHeader
-
Response.AppendToLog
-
Response.BinaryWrite
-
Response.Buffer
-
Response.CacheControl
-
Response.Charset
-
Response.Clear
-
Response.ContentType
-
Response.Cookies
-
Response.End
-
Response.Expires
-
Response.ExpiresAbsolute
-
Response.Flush
-
Response.isClientConnected
-
Response.PICS
-
Response.Redirect
-
Response.Write
-
Server.CreateObject
-
Server.Execute
-
Server.GetLastError
-
Server.HTMLEncode
-
Server.MapPath
-
Server.ScriptTimeout
-
Server.Transfer
-
Server.URLEncode
-
Session.Abandon
-
Session.CodePage
-
Session.Contents
-
Session.Contents.Remove
-
Session.Contents.RemoveAll
-
Session.LCID
-
Session.OnEnd
-
Session.OnStart
-
Session.SessionID
-
Session.StaticObjects
-
Session.Timeout
-
FSO
-
Collections.Drives
-
Collections.Files
-
Collections.Folders
-
Drive.AvailableSpace
-
Drive.DriveLetter
-
Drive.DriveType
-
Drive.FileSystem
-
Drive.FreeSpace
-
Drive.IsReady
-
Drive.Path
-
Drive.RootFolder
-
Drive.SerialNumber
-
Drive.ShareName
-
Drive.TotalSize
-
Drive.VolumeName
-
File.Attributes
-
File.Copy
-
File.DateCreated
-
File.DateLastAccessed
-
File.DateLastModified
-
File.Delete
-
File.Drive
-
File.Move
-
File.Name
-
File.OpenAsTextStream
-
File.ParentFolder
-
File.Path
-
File.ShortName
-
File.ShortPath
-
File.Size
-
File.Type
-
Folder.Attributes
-
Folder.Copy
-
Folder.CreateTextFile
-
Folder.DateCreated
-
Folder.DateLastAccessed
-
Folder.DateLastModified
-
Folder.Delete
-
Folder.Drive
-
Folder.Files
-
Folder.IsRootFolder
-
Folder.Move
-
Folder.Name
-
Folder.ParentFolder
-
Folder.Path
-
Folder.ShortName
-
Folder.ShortPath
-
Folder.Size
-
Folder.SubFolders
-
Folder.Type
-
FSO.BuildPath
-
FSO.Collections
-
FSO.CopyFile
-
FSO.CopyFolder
-
FSO.CreateFolder
-
FSO.CreateTextFile
-
FSO.DeleteFile
-
FSO.DeleteFolder
-
FSO.Drive
-
FSO.DriveExists
-
FSO.Drives
-
FSO.File
-
FSO.FileExists
-
FSO.Folder
-
FSO.FolderExists
-
FSO.GetAbsolutePathName
-
FSO.GetBaseName
-
FSO.GetDrive
-
FSO.GetDriveName
-
FSO.GetExtensionName
-
FSO.GetFile
-
FSO.GetFileName
-
FSO.GetFileVersion
-
FSO.GetFolder
-
FSO.GetParentFolderName
-
FSO.GetSpecialFolder
-
FSO.GetTempName
-
FSO.MoveFile
-
FSO.MoveFolder
-
FSO.OpenTextFile
-
FSO.TextStream
-
TextStream.AtEndOfLine
-
TextStream.AtEndOfStream
-
TextStream.Close
-
TextStream.Column
-
TextStream.Line
-
TextStream.Read
-
TextStream.ReadAll
-
TextStream.ReadLine
-
TextStream.Skip
-
TextStream.SkipLine
-
TextStream.Write
-
TextStream.WriteBlankLines
-
TextStream.WriteLine
-
DictionaryObject
-
Add
-
Count
-
Exists
-
Item
-
Items
-
Key
-
Keys
-
Remove
-
RemoveAll
-
Tools
-
Network tools
- A set of network tools written in C#, including DNS lookup, whois, MX records lookup
Password generator
- Prounceable or alphanumeric password generator, with source.
COM Component downloads
- Free ASP COM components downloads
MD5Manual
- Manual for the free MD5 COM component
RC4Manual
- Manual for the free RC4 encryption COM component
HTTPManual
- Manual for the free Intelisource HTTP GET component
NETDLLManual
- Manual for the free NETDLL network tools COM component
WhoisDLLManual
- Manual for the free Whois COM component
DataProducerManual
- Manual for the free Dataproducer template parser COM component
RSAManual
- Manual for the free RSA encryption COM component
Taglines
- Taglines, or one-liners collected from the internet over the past year
Language Reference
- A matrix of commonly used functions for languages such as Perl, PHP, C, Javascript.
Unix Cheat Sheet
- Bash commands for different flavours of Unix
Tester tools
- 3 tools for testing xpath queries, regular expressions and doing multi-line search and replace.
CharMap
- A tool for displaying all unicode/ascii characters and their HTML codes.
Honey Trap
-
About
- Sloppycode.net and its author
Privacy
- In short: there's nothing stored here
Gaming
- Libraries and tools, including UDP querying
Projects
- Frameworks and components made in C#.
Yak
- An ASP.NET control library for page comments.
Contact
- Contact the author of sloppycode.net
notfound
- The page or download you're looking for has vanished!
Search
-
Sitemap
- A sitemap of the sloppycode.net website
› Home
› C#
› Snippets
› Articles
› Tools
› Taglines
› ASP
› Dictionary Object
› FSO
› Unix cheat sheet
› Gaming
› CSS
› Yak
› Umbraco
› About
› Contact
› Privacy
› Projects
› Search
› Sitemap
Buy on Amazon
Buy on Amazon
Buy on Amazon
Buy on Amazon