November 2024 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Now Reading
Planned books:
None
Current books:
-
Mathematics for the Digital Age and Programming in Python by Maria Litvin and Gary Litvin
-
Statistics In Plain English by Timothy C. Urdan
Recent books:
- Practical Machine Learning in R by Fred Nwanganga, Mike Chapple
- Statistical Inference via Data Science: A ModernDive into R and the Tidyverse by Chester Ismay and Albert Y. Kim
- The Nature of Code by Daniel Shiffman
- Story: Substance, Structure, Style and the Principles of Screenwriting by Robert McKee
- The Red Queen: Sex and the Evolution of Human Nature by Matt Ridley
-
Category Archives: Programming
Vista’s Virtual Store Bites Me In The Ass
I’ve been working on my blog comment threading modification of Elgg for the last few days. As I was copying my files to my iBook to test my instructions on how to implement the changes, I noticed something weird. When … Continue reading
6 Ways To Work With Dates In JavaScript
Yesterday I added another AJAX demonstration to my web site using the Reddit API. http://www.williamsportwebdeveloper.com/reddit.html The reddit API provides dates in the UTC number format which forced me to spend some time figuring out how to convert it into other … Continue reading
Elgg And Zen Cart
Pennsylvania still has not passed a budget so I continue to work on my web development skill set. Currently I plan to focus on Elgg and Zen Cart. Zen Cart is a new web application for me. I think it … Continue reading
Brothel Locator Web Service In COBOL
My last article on How To Create A JSON Web Service in ASP.NET did not attract much interest so it is time to step it up a notch. To make this article more interesting I’m going to create a new … Continue reading
Posted in ASP.NET, COBOL, Programming
Tagged .NET Framework, COBOL, Germany, web service, XML
5 Comments
How To Create A JSON Web Service In ASP.NET
ASP.NET makes it easy to create web services but they usually return XML. Like many web developers I now prefer JSON. This article and sample code will show you how to get your web service to return data in the … Continue reading
Posted in ASP.NET, Databases, JavaScript, Programming, Web
Tagged ASP.NET, C#, jQuery, JSON, MySQL, web service
46 Comments
Web Site Revamped
Tonight I revamped my web site. I have not updated my web site in a long time although I had a task on my To Do List to improve the wording. I have updated the content to reflect my current … Continue reading
Posted in ASP.NET, PHP, Programming, Web Design
Tagged ASP.NET, LaGarde, PHP, Storefront
Leave a comment
My Professional Development
I have not been putting as much time into my professional development as I used to but I still make incremental advances. ASP.NET technology has outpaced me since I managed to catch up with ASP.NET 2.0. I have not learned … Continue reading
WordPress – Windows Live Writer Fix
I think I have finally solved the problem I have been having with WordPress and Windows Live Writer. Windows Live Writer is a free Microsoft program that allows you to write blog posts and submit them to your blog. It … Continue reading
Posted in PHP, Programming, Web
Tagged BOM, class-IXR.php, Windows Live Writer, WordPress
9 Comments
What I’ve Been Adding To My Notes
As a busy web developer, I learn something new every day and I take the time to document what I learn in my notes. The following is a list of material I’ve recently added to my notes: A tagged regular … Continue reading
Book Review – ASP.NET 3.5 Social Networking
I recently finished reading the book ASP.NET 3.5 Social Networking by Andrew Siemer. I consider this book to be one of the more important books to read because I’m very interested in building social networking web sites and ASP.NET is … Continue reading
Posted in ASP.NET, General, Programming, Web
Tagged ASP.NET, Elgg, LINQ, social networking, StructureMap
2 Comments
Elgg Languages
Today I examined how Elgg supports foreign languages for web site internationalization. I discovered that Elgg does not check the browser’s language setting. Instead you have to set the language for the entire site. This means that you cannot create … Continue reading
Posted in General, PHP, Programming, Web
Tagged Elgg, France, French, internationalization, localization, PHP
1 Comment
ASP.NET 2.0 Culture – Web Site Internationalization
Last night I watched the movie Paris, Je T’Aime, a collection of short films set in various arrondissements. This is undoubtedly one of the best recent films to see before you travel to Paris. I especially liked the short film … Continue reading
Posted in ASP.NET, General, Programming, Web
Tagged ASP.NET, French, Internationalizatio, localization, PHP
Leave a comment
Elgg Widget – Amazon Wish List
Last week I finished work on a simple Elgg widget for displaying your Amazon Wish List. http://community.elgg.org/pg/plugins/rsrobbins/read/20493/amazon-wish-list-widget I started this project quite some time ago but got stuck on some jQuery AJAX errors. I’m doing a lot more work on … Continue reading
Posted in Elgg, PHP, Programming
Tagged Amazon Wish List, Apache, Elgg, iBook, plugin, WordPress
1 Comment
Sams Teach Yourself PHP in 10 Minutes Times 22
Today I finished reading “Sams Teach Yourself PHP in 10 Minutes“by Chris Newman. I read about half of this book when I was working on Vloggerheads but now I’ve finished reading it so I can enter the book into my … Continue reading
Book Review – ASP.NET 3.5 Application Architecture and Design
Today I finished reading “ASP.NET 3.5 Application Architecture and Design” by Vivek Thakur. This book is published by Packt Publishing who “specialize in publishing focused books on specific technologies and solutions“. They have books on JavaScript Libraries like jQuery, open … Continue reading
Posted in ASP.NET, Programming, Web
Leave a comment
Plugging Along
I’ve been feeling pretty listless when it comes to programming and web development but I continue to make progress on various projects. I have not been learning much of anything lately. Instead I am focusing on a few projects. Elgg … Continue reading
Posted in General, PHP, Programming
Tagged Caitlin R. Kiernan, Elgg, Fictionwise, iTouch, Kaltura
Leave a comment
Google Blog Search Pinging REST Client
My WordPress blog has not been showing up in the Google Blog Search so I decided to create a REST Client to ping it using their Google Blog Search Pinging Service API. I created that last week and ran it … Continue reading
Posted in General, Programming, Web
Tagged API, ASP.NET, Google Blog Search, REST, web requests
1 Comment
More Pageflakes and YouTube API Work
I’ve been busy with the Pageflake developers API and the YouTube API. The Pageflakes documentation is not very good so I had to figure out how to display the loading bar without using their showProgress() method that I can’t get … Continue reading
YouComment – A Fancy Video Comment Reader
I have added another page to my collection of “value added services” for YouTube users. This one is an improvement over the YouTube comment system. You can find it on my web site at: http://www.williamsportwebdeveloper.com/YouComment.aspx The comment system is an … Continue reading →