You are here:   Articles
  |  Login

Programming Articles

Minimize
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 ...
1733
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 1618
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 4570
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 1261
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 1479
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 3150
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 1208
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 2007
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 7642
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 1353
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 1245
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 2418
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 1881
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 2861
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 1056
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 1198
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 1218
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 2180
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 2536
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 2565
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 3852
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 3606
Page 2 of 2First   Previous   1  [2]  Next   Last   

Programmer Newsletter

Minimize

Subscribe to the Internet Handholding newsletter



Reccomend Programmer.bz

Minimize

Share/Bookmark Bookmark and Share