|
|
Entries for 'Software Programming'
|
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 1617
|
|
|
|
|
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 4568
|
|
|
|
|
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 1260
|
|
|
|
|
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 1478
|
|
|
|
|
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 3149
|
|
|
|
|
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 1207
|
|
|
|
|
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 2006
|
|
|
|
|
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 7641
|
|
|
|
|
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 1352
|
|
|
|
|
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 1244
|
|
|
|
|
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 2417
|
|
|
|
|
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 1880
|
|
|
|
|
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 2860
|
|
|
|
|
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 1197
|
|
|
|
|
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 1217
|
|
|
|