UnicornNinja

Stories submitted by UnicornNinja

Capturing Referral Codes, Affiliate Codes, or Gift Codes with .js(www.cypressnorth.com)

submitted by UnicornNinjaUnicornNinja(465) 1 year, 5 months ago

For most applications where transactions are taking place, there is a need for some type of discount capability, affiliate tracking, referral code tracking, or a combination of the three. The design of the code used to accomplish this can vary greatly based on the needs of the system, which is why there is generally no standard solution. read more...

add a comment |category: |Views: 3

tags: another

Regurgitating a sitemap file as an html list(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 3 years, 7 months ago

In my ongoing efforts to create a helper library for myself that consists of commonly used functions in my development efforts, I’ve decided to write a sitemap generator. The concept is simple, I just want the contents of my Web.sitemap file to produce a Sitemap.aspx page which will serve as the basic sitemap for a web site. read more...

add a comment |category: |Views: 5

tags: another

Alert - Don't register domains at Yahoo!(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 3 years, 8 months ago

The renewal cost for domains registered at Yahoo! have gone up 251% to $34.95 (or higher!) per year after the initial registration. read more...

add a comment |category: |Views: 6

tags: another

Why do people choose to start a project with PHP? Ever.(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 3 years, 9 months ago

I If you were going to create any type of serious program for the web, wouldn’t it make more sense to use a more robust language like Java or a .NET language? Yet, very large, very successful web applications are built on PHP (Wikipedia, Digg, Facebook, the list goes on…). New and innovative web applications are constantly being developed in PHP. Entire web development companies code in nothing but PHP! WHY!? read more...

add a comment |category: |Views: 29

tags: another

Referral or Affiliate Code tracking Module in ASP.NET(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 3 years, 11 months ago

I recently had a need to track referral codes for ad campaigns as they came in through Google ad clicks. This same module can easily be used to handle affiliate codes as they come in. This module will be executed at each request, will check for a query variable, and store the value in a cookie. You can then retrieve the cookie where ever you need it in you app. read more...

add a comment |category: |Views: 43

tags: another

Using an XML file for your ASP.NET settings(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 3 years, 11 months ago

In this post I'll demonstrate one simple way to use XML to retrieve, edit, and save settings for your ASP.NET application. read more...

add a comment |category: |Views: 17

tags: another

Building a Utility Library Without Going Overboard(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years ago

If you were building a utility library, what would you include or exclude? The purpose of this post is to try and get some feedback on which functions you would include in such a library and which you would leave out. The last thing I want to do is create some bloated set of code filled with methods that are rarely used. read more...

add a comment |category: |Views: 18

tags: another

Creating great thumbnails in ASP.NET(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years ago

The built in function for creating thumbnails in ASP.NET is extremely convenient and very simple to implement. The trouble is that it produces relatively poor quality results and excessively large file sizes. The thumbnails tend to look very muddy when using this route, but many times it's good enough for whatever your needs may be. read more...

add a comment |category: |Views: 122

tags: another

MVC Storefront Part 6: Catalog Completion and Initial UI(blog.wekeroad.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years ago

This is a long one - 20 minutes to be precise. I usually try to edit things pretty liberally, but I asked Jon Galloway to help me out with CSS and there was so much good stuff in there I decided to keep it all :). I also finish off my test data Spike, and talk about recent feedback with respect to the "Repository Pattern" I'm using. read more...

add a comment |category: |Views: 8

tags: another

How to quickly configure ASP.NET XML based authentication(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years, 1 month ago

The .NET framework (starting with v2.0) has some great built in role and member based authentication that is easy to tap with a little setup. read more...

add a comment |category: |Views: 5

tags: another

Avoiding subqueries in SQL for big gains(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years, 1 month ago

Some people are just unaware of the alternatives to performing a sub query. The performance gains can be substantial if you put the database engine to use! read more...

2 comments |category: |Views: 103

tags: another

BlogEngine.NET Hierarchical Page Listing(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years, 1 month ago

BlogEngine.NET already has built in support for child/parent pages but why doesn't the page listing reflect the hierarchy? This simple code modification will accomplish just that. read more...

add a comment |category: |Views: 22

tags: another

Another .NET Google Charts API Wrapper(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 4 years, 1 month ago

I know there are other C# Google Chart solutions out there but none of them seemed to accomplish what I needed for my particular situation. They all seem to be geared towards generating simple graphs from a small static data set. read more...

add a comment |category: |Views: 68

tags: another