Sign in
|
Help
in
Current Tags
Matt Williamson's Blog
Bunker Hollow Blogs
(Entire Site)
Bunker Hollow
Matt Williamson's home on the web, welcome.
Home
Blogs
Forums
Photos
Downloads
Consulting
Contact Me
Sponsored Link
Contact & Subscribe
Home
About
Email
RSS
Atom
Comments
Twitter
Facebook
LinkedIn
Recent Posts
Ubuntu SSH Proxy Configuration & Access
Ubuntu SCP (Secure Copy) Configuration & Access
Ubuntu 10.04 SSH (Secure SHell) Configuration with OpenSSH
Ubuntu 10.04 FTP Server Configuration with PROFTPD
Ubuntu 10.04 Samba File Share Configuration
Tags
.NET
10.04
2007
2008
2010
3.0
360
7
ASP.NET
Asterisk
Backup
Batch
BIS
BlackBerry
Boot
Bunker Hollow
C#
Center
Certificate
Code
Comcast
Command
Community Server
CS
CSS
Desktop
DNS
Domain
Edge
Email
Error
Exchange
FireFox
Firewall
Forum
FTP
GoDaddy
Hardware
Home
Hosting
IE
IIS
Installation
Internet
iPhone
Lenovo
Linksys
Linux
Lucid
Lynx
Machine
Media
Media Center
Microsoft
Network
Networking
Outlook
pfSense
Phone
PowerShell
Problems
R2
RDP
Remote
Robocopy
Sale
Script
Security
Server
Settings
Share
Sharp
SMTP
Software
Spam
SQL
SSL
T61p
Terminal Services
TFS
Thinkpad
TrixBox
TS
Tutorial
TVersity
Ubuntu
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
Windows
Xbox
XML
XP
Archives
August 2010
(3)
July 2010
(3)
June 2010
(5)
May 2010
(4)
April 2010
(4)
March 2010
(8)
February 2010
(14)
January 2010
(1)
November 2009
(4)
October 2009
(7)
September 2009
(2)
August 2009
(5)
July 2009
(6)
June 2009
(14)
May 2009
(4)
April 2009
(5)
March 2009
(8)
February 2009
(9)
January 2009
(9)
December 2008
(6)
November 2008
(6)
October 2008
(16)
September 2008
(14)
August 2008
(11)
July 2008
(12)
June 2008
(13)
May 2008
(18)
April 2008
(6)
March 2008
(15)
February 2008
(10)
January 2008
(10)
December 2007
(14)
November 2007
(15)
October 2007
(29)
September 2007
(2)
Matt Williamson's Blog
Personal discoveries of an IT professional.
Browse by Tags
All Tags
»
JavaScript
(
RSS
)
ASP.NET
JSON
Notation
Object
Software
XML
Modified Cross Browser Marquee II for No Break
Dynamic Drive has a great javascript vertical marquee called the Cross Browser Marquee II , available for free on their website. By default the marquee will break at the end of the items and display a full blank image until the items start over. I've...
Posted
Jul 29 2008, 06:29 PM
by
Matt Williamson
with | with
7 comment(s)
Filed under:
Software
,
JavaScript
ASP.NET Execute JavaScript on Page Load
To link to an external Test.js file: <script src="/_Scripts/Test.js" type="text/javascript" language="javascript"></script> Or to insert the script right into that page: <script type="text/javascript"...
Posted
Jun 15 2008, 01:42 PM
by
Matt Williamson
with | with
no comments
Filed under:
JavaScript
,
ASP.NET
An Introduction to JSON (JavaScript Object Notation)
JSON is a simple format for describing data. It's an ideal format to use for webservices because it can describe data with very minimal overhead. The following is a simple example of data repesented in XML vs JSON. The difference here is minimal,...
Posted
Jan 24 2008, 09:46 AM
by
Matt Williamson
with | with
no comments
Filed under:
JSON
,
JavaScript
,
XML
,
Object
,
Notation