Archive for the ‘code’ Category

scriptygoddess

Sunday, March 9th, 2008

scriptygoddess

found some interesting scripts here.

CSS rounded Box

Monday, March 3rd, 2008

Here is a linke to Dave Woods CSS Rounded Box tutorial

 http://www.dave-woods.co.uk/?p=150

I have recently become interested in creating a CSS Rounded boxes. I have been working on a project that will use CSS to create a rounded box with a drop shadow, but  I’m not quite done with it, but here is the CodeShare link with what I have so far.  right now, it’s just a box with beveled edges, but eventually the corners will be round.

http://www.polysyncronism.com/CodeShare/gdcrop/

VB6 Encode Decode Base64

Tuesday, February 26th, 2008

A nice simple example with functions for VB6 to encode and decode a string using the StrConv function and MSXML2.

nonhostile.com – howto-encode-decode-base64-vb6

FTP Library for .NET

Tuesday, December 18th, 2007

FTP Library for .NET

Here is another Pear PHP example to create a PDF document

Friday, September 28th, 2007

I really like the Pear PHP modules. 

Here is one that creates a PDF document.

CodeShare Create PDF

Here is a much more sophisticated example that has some tutorials.  one that really interested me was one on how to submit data to a PDF via HTML.  See it in action over at Koivi.com http://koivi.com/fill-pdf-form-fields/tutorial.php

UTC Date format

Tuesday, July 31st, 2007

Date and Time Formats

The UTC date format should look something like this.

UTC is Coordinated Universal Time.  I’m not sure why the letters are not in the same order.

Wikipedia has more info on it over at Wikipedia UTC 

Best DOS Batch Tutorial Ever

Thursday, June 14th, 2007

I used to think that writing or maintaining a MS-DOS batch program was a lost art.  It isn’t  I use the Windows command line on a daily basis. 

I found this Batch Tutorial on Experts Exchange and it is the BEST DOS Batch Turtorial Ever!

If you need to learn MS-DOS Batch programming, then check it out.  There are a few typos here and there, but I can relate to that.  

Aaron Feng

Tuesday, May 8th, 2007

Aaron Feng has green text on a black background for his code examples.  It’s old fashioned, but I like it.  I prefer a white background with syntax highlighting instead of green text on black, but I’m just grateful to have found some code!

Spiffy Corners

Monday, April 23rd, 2007

The Spiffy Corners website has a nice Rounded Corners CSS code builder.

spiffycorners.com

First Snipplr Submission

Monday, April 16th, 2007

I submitted a small bit of code to Snipplr today. It is a function written in VB6 that uses the Windows SpecialFolders API for the MyFolders folder.

The MyDocuments folder is in a different location of different peoples machines. On my machine for example, the MyDocuments folder is C:\Documents and Settings\jeffld\My Documents but somone else may have their login name in place of jeffld.

This function returns the My Documents folder so it makes it easy to save documents into the My Documents Folder.

[snippet=2489]