found some interesting scripts here.
Archive for the ‘code’ Category
scriptygoddess
Sunday, March 9th, 2008CSS rounded Box
Monday, March 3rd, 2008Here 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.
VB6 Encode Decode Base64
Tuesday, February 26th, 2008A nice simple example with functions for VB6 to encode and decode a string using the StrConv function and MSXML2.
FTP Library for .NET
Tuesday, December 18th, 2007Here is another Pear PHP example to create a PDF document
Friday, September 28th, 2007I really like the Pear PHP modules.Â
Here is one that creates a PDF document.
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, 2007The 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, 2007I 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, 2007Aaron 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, 2007The Spiffy Corners website has a nice Rounded Corners CSS code builder.
First Snipplr Submission
Monday, April 16th, 2007I 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]
