You are here:   Home
Register   |  Login

Programmer Newsletter

Minimize

Master Programmer

Minimize

Find articles on computer software, programming, ASP.net, Sql server, databases, C#, websites, Internet, Windows, Outlook macros.

Programming Articles

Minimize

Entries for January 2010

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 3960
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 1056
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 1293
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 2624
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 1056
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 1781
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 6225
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 1184
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 1102
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 2076
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 1628
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 2541

Programmer Newsletter

Minimize

Subscribe to the Internet Handholding newsletter



Reccomend Programmer.bz

Minimize

Share/Bookmark Bookmark and Share