Sign in
|
Join
|
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
Feedback
Contact Me
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Philadelphia to Chicago (778 miles) in Under 12 Hours
Introducing the American Academies of Sports Practitioners!
ASP.NET Site Hangs Forever When Accessing Database via LINQ to SQL
Finally Back Online!
The Camcorder AV Cable, Who Knew?!
Tags
.NET
1
2003
2005
2007
2008
3.0
3.5
360
64
7
7.0
ASP.NET
Asterisk
Backup
BlackBerry
Bunker Hollow
C#
Center
Certificate
Code
Comcast
Command
Community Server
Config
CS
CSS
Disk
DNS
Domain
Drivers
Edge
Email
Error
Exchange
Extender
Favicon
FireFox
Firewall
Forum
FreePBX
FTP
GoDaddy
Hardware
Home
IE
IIS
JavaScript
Linksys
Machine
Media
Media Center
Membership
Motherboard
Mount
Network
Networking
Operating System
OS
Outlook
OWA
PBX
pfSense
Phone
Photoshop
Pictures
PowerShell
PPTP
RADIUS
RDP
Remote
Script
Security
Server
Settings
SMTP
Software
Spam
SQL
SSL
T61p
Thinkpad
TrixBox
TVersity
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
website
Windows
x64
Xbox
XML
XP
Archives
January 2009
(3)
December 2008
(6)
November 2008
(7)
October 2008
(16)
September 2008
(14)
August 2008
(12)
July 2008
(12)
June 2008
(13)
May 2008
(18)
April 2008
(6)
March 2008
(15)
February 2008
(10)
January 2008
(11)
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
6 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