Stories recently tagged with 'paulhayman'

Microsoft XNA (Beta) Released (geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 5 months ago

Microsoft have released Microsoft XNA Game Studio Express (Beta). With all the hype surrounding this release we should be in for a real treat! Are Microsoft going to corner the market by releasing tools which enable developers to write their own games? Should Sony be worried? read more...

add a comment |category: |Views: 0

tags: another

Creating a Tag Cloud in C#(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 5 months ago

I wanted to add a TagCloud to GeekZilla. The first thing I did was look around the web for some examples (or free components). To my supprise none jumped out at me. So, I decided to write my own. read more...

add a comment |category: |Views: 1024

tags: another

Creating a Tag Cloud in C#(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 5 months ago

I wanted to add a TagCloud to GeekZilla. The first thing I did was look around the web for some examples (or free components). To my supprise none jumped out at me. So, I decided to write my own. read more...

add a comment |category: |Views: 1024

tags: another

Affiliate Tracking - Redirect a page using a Header(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 5 months ago

Any keen surfer will be familiar with Affiliate Marketing, its a huge industry with Google's Adwords driving "Pay Per Click" campaigns. Google provide the Adwords application and Google Analytics to track the effectiveness of marketing campaigns from click through, to page view, lead generation and sale, with the tracking easily implemented by inserting a small snippet of JavaScript in the page. read more...

1 comment |category: |Views: 19

tags: another

Custom Templated SiteMap Navigator Control(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 5 months ago

After discovering the power of the SiteMap, especially when linked to Authentication, it wasn't long before binding the TreeView to the map was not enough. I needed to have total control over what was displayed to the user for each item, so I wrote a Templated SiteMap navigator control. It works in a similar way to an asp:Repeater so should be fairly easy to comprehend. read more...

1 comment |category: |Views: 27

tags: another

The null coalescing operator: ??(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 5 months ago

Lots of people discovering this new feature in c# 2.0. It's pretty handy. The null coalescing operator is a short cut for checking if a value is null and if so returning the value of the second operand read more...

add a comment |category: |Views: 1

tags: another

Restricting the number of rows in a dataview when binding to a repeate(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 5 months ago

Using IEnumerable to limit the number of rows in a DataView when binding to a repeater. read more...

2 comments |category: |Views: 23

tags: another