Change the “forgot password” wording page of DotNetNuke
- in DotNetNuke
This is an old post I had on another blog. I was going through and old version of this blog and discovered that it has had several hits. I am also trying to consolidate these…
a little philosophy in code
This is an old post I had on another blog. I was going through and old version of this blog and discovered that it has had several hits. I am also trying to consolidate these…
I had to send some data to a vendor for my job in an Excel spreadsheet. When I created the spreadsheet from the data some of the columns were shifted and things didn’t line up…
I needed to create a slideshow with jQuery in an ASP.Net page. I knew I could do it with a callback to the server, but this really seemed like a waste of resources. I didn’t…