theboot

Stories submitted by theboot

Silverlight Math Creativity Part II.II(kemmis.info)

submitted by theboottheboot(175) 2 years, 11 months ago

This is the second part of the Glen Rhodes animation section in my Silverlight Math Creativity blog series. In today’s post I recreated several more of Rhodes’ flower animations with Silverlight. read more...

add a comment |category: |Views: 11

tags: another

Silverlight Math Creativity Part II(kemmis.info)

submitted by theboottheboot(175) 2 years, 11 months ago

This begins part two of my Silverlight animation series where I am recreating the animations that are described in the book Flash Math Creativity. Everything in part two of my series is from the second section of the book, which is authored by Glen Rhodes. read more...

add a comment |category: |Views: 12

tags: another

Silverlight Math Creativity Part I.V(kemmis.info)

submitted by theboottheboot(175) 2 years, 11 months ago

This is the final example from the first section of the book which is authored by Jamie MacDonald. In this animation there is a grid of red balls. Each ball renders its color and scale based using Math.Sin, passing its current “degree” value to the function. This results in a number between –1 and 1. You use this value to calculate the current color and scale. By manipulating the balls’ initial degree value, you can change the direction that the wave of color moves. read more...

add a comment |category: |Views: 8

tags: another

Silverlight Math Creativity Part I.IV(kemmis.info)

submitted by theboottheboot(175) 2 years, 11 months ago

This is the “Right To Left” animation which uses sine and cosine in order to oscillate the ball scale and horizontal-position. The combination of the horizontal and scale animation gives the illusion that the balls are moving toward you and away from you, or orbiting around a point in a 3d space. read more...

add a comment |category: |Views: 9

tags: another

Silverlight Math Creativity Part I.III(kemmis.info)

submitted by theboottheboot(175) 2 years, 11 months ago

another silverlight experiment based Jamie Macdonald’s “In Line” animations from Flash Math Creativity read more...

add a comment |category: |Views: 5

tags: another

Silverlight Math Creativity Part I.II(kemmis.info)

submitted by theboottheboot(175) 2 years, 11 months ago

Third post in a series on Silverlight animations based on the book Flash Math Creativity read more...

add a comment |category: |Views: 6

tags: another

Silverlight Math Creativity Part I.I(kemmis.info)

submitted by theboottheboot(175) 2 years, 11 months ago

Second post in a series on Silverlight animations based on the book Flash Math Creativity read more...

add a comment |category: |Views: 9

tags: another

Silverlight Math Creativity Part I(kemmis.info)

submitted by theboottheboot(175) 2 years, 11 months ago

First post in a series on Silverlight animations based on the book Flash Math Creativity read more...

add a comment |category: |Views: 63

tags: another

Book Review Wrox Professional DotNetNuke Module Programming by Sellers(kemmis.info)

submitted by theboottheboot(175) 3 years, 3 months ago

Review of Mitchel Seller's new book about DNN Module Programming read more...

add a comment |category: |Views: 5

tags: another

Akismet Extension Updated for BlogEngine.net 1.4(codethinked.com)

submitted by theboottheboot(175) 3 years, 4 months ago

comment spam filter for blogengine.net 1.4!! read more...

1 comment |category: |Views: 45

tags: another

Review of DotNetNuke Skinning Tutorial book [PACKT](kemmis.info)

submitted by theboottheboot(175) 3 years, 9 months ago

A review of the new PACKT book on DotNetNuke Skinning read more...

add a comment |category: |Views: 5

tags: another

A screencast on Create A DotNetNuke Module Quickly, From Scratch(kemmis.info)

submitted by theboottheboot(175) 3 years, 10 months ago

A screencast on How to Create A DotNetNuke Module Quickly, From Scratch read more...

add a comment |category: |Views: 64

tags: another

Programmatically Change the Visibility of a DotNetNuke Module(kemmis.info)

submitted by theboottheboot(175) 3 years, 11 months ago

How to programmatically change the visibility of a DotNetNuke module. read more...

add a comment |category: |Views: 22

tags: another

Programmatically Add, Delete, and Update Scheduled Tasks(kemmis.info)

submitted by theboottheboot(175) 4 years ago

"How to add, remove, and update your new SchedulerClient within your DotNetNuke installation programmatically, so that you can automate the installation of your custom SchedulerClient." read more...

add a comment |category: |Views: 174

tags: another

How to Programmatically Add and Remove Modules From DotNetNuke Pages(kemmis.info)

submitted by theboottheboot(175) 4 years, 6 months ago

How to programmatically add and remove module instances to and from pages in your DotNetNuke site. read more...

add a comment |category: |Views: 256

tags: another

Programmatically Creating DotNetNuke Pages(kemmis.info)

submitted by theboottheboot(175) 4 years, 6 months ago

We will be exploring the DotNetNuke.Entities.Tabs namespace and using classes from that namespace to programmatically add pages to your DotNetNuke site from within a module. read more...

add a comment |category: |Views: 96

tags: another