Here is a list of utilities, ASP.NET controls and World of Warcraft mods I've used/developed over the last year. You are welcome to use them as you see fit. If you do use the ASP.NET controls on your website I'd ask that you link back to this page or this website. If you have any questions/suggestions you can contact me via my blog at xamlcoder.com.
ASP.NET 2.0 Controls Download Visual Studio 2005 Solution Files |
|
|
DatePicker
|
A compsite WebControl that contains a TextBox and a CalendarButton.
|
|
| CalendarButton
|
A button that renders a javascript calendar. You can specify a TextBox control for the value to be assigned to.
*Note that this particular control does not use the WebResource features of ASP.NET 2.0 in reguards to the javascript used.
|
|
| AscendanceGroupBox |
AscendanceGroupBox is a control like that seen on the Ascendance website, www.ascendancewow.com. The default icon is the book, though you can specify a different icon via properties on the control. This control takes advantage of the new ASP.NET 2.0 WebResource features and is obviously suited to darker backgrounds.
|
 |
Content text here.
|  |
|
|
|
|
| TooltipContent |
Renders the necessary javascript/html needed to create dynamic tooltips on controls. Used in conjunction with the Tooltip* controls. |
|
| TooltipHyperLink |
Inherits from the HyperLink control and adds a ToolTipText property. This control has to be used in conjunction with the ToolTipContent control.
Tool Tip HyperLink
|
|
| TooltipLabel |
Inherits from the Label control and adds a ToolTipText property. This control has to be used in conjunction with the ToolTipContent control.
Mouse over this label!
|
|
| TooltipLinkButton |
Inherits from the LinkButton control and adds a ToolTipText property. This control has to be used in conjunction with the ToolTipContent control.
Click this LinkButton
|
|
SuggestTextBox
Download
|
Uses Ajax.NET to dynamically load items to suggest as possible values.
|
|
World of Warcraft Mods |
|
AscRaidAttend
Download
|
An attendance taking mod that records the names of all players in the raid. Designed to be used with the Ascendance Raid Attendance Client.
Tip: for the data to show up in the savedvariables.lua file on your machine you either need to exit the game or do a /console reloadui. |
|
TranqShot
Download
|
Automatically sends hit/miss messages to /raid when using Tranquizing shot. No setup is necessary. |
|
AscFearWard
Download
|
This mod makes the use of Fear Ward even easier. Targets the specified player, casts Fear Ward on them if they currently do not have the buff, then re-selects your previous target. If you DO cast Fear Ward on your target, they get sent a tell saying so.
Example: /script CheckFearWard("Shara") |
|
BowBeforeNef
Download
|
Orginally taken from Curse Gaming and edited to include a check for paladins in the class call. |