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
Contact Me
Social Tools
Home
About
Email
RSS
Atom
Comments
Twitter
Facebook
LinkedIn
Recent Posts
iPhone 3GS Update 3.1.3 App Problems
Getting Started with Ubuntu 9.10 on a Thinkpad T61p
Ubuntu 9.10 Set Grub Default Boot OS
Windows Multi-Monitor Background Wallpaper Problem
Brother MFC-7840W All-In-One Laser Printer Review
Tags
.NET
2007
3.0
350Z
360
7
ASP.NET
Asterisk
Backup
BlackBerry
Boot
BSOD
Bunker Hollow
C
C#
Car
Center
Certificate
Code
Comcast
Command
Community Server
Config
CS
CSS
Design
Desktop
Development
Disk
DNS
Domain
Edge
Email
Error
Exchange
FireFox
Firewall
GoDaddy
Hardware
Home
Hosting
IE
IIS
iPhone
ISP
Issues
JavaScript
Lenovo
Linksys
Linux
Machine
Media
Media Center
Microsoft
Network
Networking
OS
pfSense
PowerShell
Problems
RADIUS
RDP
Remote
Robocopy
Sale
Script
Security
Server
Settings
Share
Sharp
SMTP
Software
Source
SP1
Spam
SQL
SSL
T61p
Terminal Services
Thinkpad
TrixBox
TS
TVersity
Ubuntu
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
website
Windows
Xbox
XML
XP
Archives
March 2010
(1)
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