|
|
|
|
|
Asp.net Menu Control Drop Down Menus Display Badly in Safari and Chrome
|
|
The Asp.Net menu control does not display drop down menus on Apple in Safari browser and may have problems on Chrome and other browsers.
The two...
|
|
| Asp.net 77
|
|
|
|
|
HtmlTextWriterTag.Div Downgrades to Table on Lower Level Browser in Asp.net
|
|
Yikes, in Asp.net you can ask for Div tag and get a Table tag.
writer.RenderBeginTag(HtmlTextWriterTag.Div);
That sucks. In my case, I ...
|
|
| Asp.net 64
|
|
|
|
|
ASP Does Not Work in IIS 7
|
|
You are using Internet Information Services 7 or 7.5 and you get an error trying to bring up a classic ASP page.
Server Error in Applicatio...
|
|
| Asp.net 88
|
|
|
|
|
CSS for Information Highlights, Boxes and Tables
|
|
Here is some CSS to make highlighting information on your website easy.
Rather than putting the highlighting directly in your HTML code, you create a...
|
|
| CSS - cascading style sheets 53
|
|
|
|
|
CSS Tables without HTML CellPadding and CellSpacing to Remove Space Between Cell Borders
|
|
To have a thin line as a border around the cells in your tables, using HTML, you need to use the BORDER, CELLPADDING and CELLSPACING attribu...
|
|
| CSS - cascading style sheets 91
|
|
|
|
|
CSS Background Image Url Not Working
|
|
This CSS code adds a background image.
.backimage { background-image:url(/images/imagefile.jpg);}
If you followed the instructions for How to Fix ...
|
|
| CSS - cascading style sheets 275
|
|
|
|
|
Add Avatars for Your Users
|
|
An avatar is a picture icon that you place next to your user's name so people can identify a face or image with that person.
You could go ahead and c...
|
|
| Website 219
|
|
|
|
|
Dynamically Resize an Iframe to Fit Content and Prevent Scrollbars
|
|
To dynamically resize an iframe to it's contents, set the height of the iframe to the scroll height.
<iframe frameborder="0" height="0"
id=ifr...
|
|
| Web Browser Html Javascript Jquery 439
|
|
|
|
|
How to Include Multiple Forms on One Asp.Net Page
|
|
Asp.net only allows one form with the attribute server="runat" per web page.
However, on the client side, you can have as many forms as you want.
So...
|
|
| Asp.net 314
|
|
|
|
|
Sql How to Get the First Occurance of a Value (Email) in a Column
|
|
A common Sql problem is getting the first record of each set of records with a duplicate value in a column.
For example, suppose you have a set ...
|
|
| Sql 177
|
|
|
|
|
Variables in Sqlcmd Setvar
|
|
Sqlcmd utility reference with description of setvar is here.
http://msdn.microsoft.com/en-us/library/ms162773.aspx
There is a good article on variab...
|
|
| Sql 330
|
|
|
|
|
How to Edit Outlook 2003 Email Message HTML Source
|
|
In Outlook 2003 you can view the Html source, but you cannot edit the html source.
Found a brilliant post with a macro to edit the html source in Out...
|
|
| Outlook 611
|
|
|
|
|
Asp.net Accessing Page Object from Controls During Initialization
|
|
When controls are initialized on an asp.net page, the Page object may not be available. You get an error message that says: Object reference not ...
|
|
| Asp.net 226
|
|
|
|
|
How to Fix Problems with Internet Explorer that do not happen in other browsers
|
|
When Internet Explorer does not work like other browsers it is often because the DOCTYPE was not specified. Add this to the top of your html document ...
|
|
| Web Browser Html Javascript Jquery 258
|
|
|
|
|
Scrollbars on Iframe in Internet Explorer with Aweber Form
|
|
Like Aweber email service a lot. They have a nice form generation feature, but the other day, their forms started showing up with scrollbars.
Have fi...
|
|
| Web Browser Html Javascript Jquery 545
|
|
|
|
|
How to start Powershell from Sql Server Management Studio
|
|
Open Sql Server Management Studio (express version works).
Click on databases, click on a database, right click on Tables, click Start Powershel...
|
|
| Sql 323
|
|
|
|
|
How to Add Aweber, Constant Contact or Paypal Forms to Asp.net and DotNetNuke Websites
|
|
Paypal, Aweber.com and Constant Contact, among others, require you to put a FORM on your website.
If you are using Asp.net or DotNetNuke, you cannot ...
|
|
| 305
|
|
|
|
|
How to Create a Favorites Icon and Put on Your Website
|
|
What is a Favorites Icon?
A favorits icon is the little graphic image that appears next to your domain name in the address bar in a web browser.
How...
|
|
| Web Browser Html Javascript Jquery 334
|
|
|
|
|
Break Out of an Iframe in the Same or New Window for Asp.net and DotNetNuke
|
|
All the code you need is below. This code will let you easily add FORMs that go to other websites, like Paypal, Constant Contact or Aweber, to yo...
|
|
| Web Browser Html Javascript Jquery 1067
|
|
|
|
|
Load the Jquery file from Google
|
|
You can load the Jquery file from Google. Check Jquery.com for the latest version.
Go to Jquery.com and view the source for the page. Look for jquery...
|
|
| Web Browser Html Javascript Jquery 276
|
|
|
|
|
What the $ (dollar sign) is in Javascript
|
|
Apparently the $ has has become a standard shortcut to
document.getElementById()
Do not code up your own $ function or you wll break Jquery.js and p...
|
|
| Web Browser Html Javascript Jquery 409
|
|
|
|
|
How to Break Out of an Iframe
|
|
How to break out of an iframe from a form or link on your website
To break out of an iframe from a link or a form use this attribute on the.
target=...
|
|
| Web Browser Html Javascript Jquery 559
|
|
|
|
|
To Make Good Decisions Find People Who Disagree with You
|
|
If you want to make good decisions, you need to be informed.
There are a lot of ways to get informed and one of the best is to find people that disag...
|
|
| Programming Philosophy 264
|
|
|
|
|
HttpContext.Current.Handler for Access to Page Pass as Variable Instead
|
|
In your code you often have need of getting the current Page. You can HttpContext to get the current Page, like this.
Page page = (Pape)HttpCont...
|
|
| Asp.net 392
|
|
|
|
|
Asp Net Membership Managing Create Delete Roles and Manage Users
|
|
Namespace: System.Web.Security
Class: Roles
Reference: http://msdn.microsoft.com/en-us/library/system.web.security.roles.aspx
The System.Web.Securi...
|
|
| Membership 799
|
|
|
|
|
Guideline: If you do not have a good reason to do something, do not do it
|
|
Guideline: If you do not have a good reason to do something, do not do it.
In the course of doing stuff, you have to make a lot of decisions. At time...
|
|
| Programming Philosophy 267
|
|
|
|
|
How to Know What to Do
|
|
In the course of your work you have inumerable decisions to make.
You need to have a philosophical basis to your decision making, which will...
|
|
| Programming Philosophy 289
|
|
|
|
|
Line Wrapping In Tables TD Nowrap Internet Explorer
|
|
Line wrapping can be controlled in table cells on the td tag using the wrap attribute.
<td wrap="nowrap">
This has been deprecated, so you sho...
|
|
| CSS - cascading style sheets 508
|
|
|
|
|
Multiple Forms on a Asp.net Page and Redirecting Submit to Another Page
|
|
Asp.net does not allow you to have multiple html FORM tags on the same page, sort of.
The reason for this is Asp.net uses the FORM tag with the ...
|
|
| Asp.net 359
|
|
|
|
|
How to Test Email Settings Page Code for Asp.net C Sharp (C#)
|
|
Below is an asp.net page to test your email smtp settings on your web server.
This is useful for making sure you can send email from your web se...
|
|
| Asp.net 762
|
|
|
|
|
Microsoft Introduction to Sql Azure Database in the Cloud
|
|
Here is Microsoft's introduction to Sql Azure Database in the cloud.
Microsoft SQL Azure Database is a cloud-based relational database platform built...
|
|
| Sql Azure 287
|
|
|
|
|
Microsoft's Transact-Sql Reference for Sql Azure Database
|
|
Here is the starting point for Sql Azure reference. From Microsoft
Transact-SQL Reference (SQL Azure Database)
Microsoft SQL Azure Database ...
|
|
| Sql Azure 287
|
|
|
|
|
MS Sql Server Asp.Net Azure Cloud Computing
|
|
Been peeking at Sql Azure, Microsoft's Sql Server Asp.Net cloud product. Be useful to have a database in the cloud if the perfomance is great and the ...
|
|
| Sql Azure 292
|
|
|
|
|
Outlook Outlook_Email_Item_Send_Class for Application_ItemSend event
|
|
Updated the code to handle mixed case in the various places strings are compared.
'----------------------------------------------------
'Copyright (...
|
|
| Outlook 527
|
|
|
|
|
Outlook Outlook_Email_Item_Send_Class for Application_ItemSend event
|
|
This class is useful for checking email messages in Outlook before sending. This class checks these things.
Sending to more than one domain
...
|
|
| Outlook 610
|
|
|
|
|
Outlook_Email_Item_Send_Class for Application_ItemSend event
|
|
Note: newer code for the Application_Item_Send event is here.
This class is useful for checking email messages in Outlook before sending. This class ...
|
|
| Outlook 667
|
|
|
|
|
Enable Outlook macros by self-signing a certificate with selfcert exe
|
|
See this article from Microsoft about digital signatures and security for macros.
From Outlook-Macros.blogspot.com for self signing a certificat...
|
|
| Outlook 1080
|
|
|
|
|
Outlook Application_ItemSend Event
|
|
This code uses the Outlook Application_ItemSend Event to check the email message before sending.
To get the code to run you must have the proper secu...
|
|
| Outlook 745
|
|
|
|
|
|