5
CreateUserWizard Set Email as Username VB.NET 3.5
No Comments
.net, Web development, Work
Commonly, a login username is the individual’s email address. If you have used the CreateUserWizard in ASP.NET 3.5, you know that the username field and the email field are separate fields. Username is required by the wizard and email is not. If you want to populate the email field in the database with the username [...]
Tags: .net
5
Using Google Docs to Create a Survey
After creating the pop-up survey in jQuery, further exploration on creating online polls has turned up Google Docs quick and dirty form creation.
Google posted a 2-minute video on Google Docs form creation that pretty much sums it up. This has actually been around for a couple of years now but, even though it’s a little [...]
Tags: Google
1
Google Analytics Third-Party Shopping Cart (Cross-Domain) Tracking Using Traditional and Asynchronous Snippet
Cross-domain tracking is used for several situations the most obvious for third-party shopping carts. Proper installation of the Google Analytics (GA) tracking code is essential for accurate tracking of visitors and sales.
GA offers two tracking code snippets for you to choose from: traditional (synchronous) and asynchronous.
First, a short review of the basic installation [...]
Tags: Google Analytics
29
Pop-up Survey with jQuery UI Dialog
7 Comments
Web development, jquery
I was tasked with creating a pop-up survey for a project. Fairly simple whether I used the jQuery dialog or not so I added a “Thank you” dialog that displays the survey results with a lightweight, css-based bar chart just for fun.
Pop-up Behavior
Pop-up survey opens no matter what page of the website the user enters. [...]
Tags: jquery
7
Google Analytics Showing My Site as Top Referrer
Update (Feb. 1, 2010) – Important:
After speaking to a few people regarding this issue, some other situations where this will occur have come to light.
First (most important), make sure you tracking code is installed properly on every page of your site. If you use cross-domain tracking or sub-domain tracking, install it correctly on every page [...]
Tags: Google Analytics