Category Archives: Programming

Blog posts about programming in general or concerning languages that don’t fit in any other category.

Elgg 1.6 Threaded Blog Comments

Elgg 1.6 has been released and I’ve created a new version of my threaded comment system to work with the current version. You can download the latest plugin at http://community.elgg.org/pg/plugins/rsrobbins/read/242714/threaded-blog-comments-elgg-16. I made a few improvements while working on the new … Continue reading

Posted in Elgg, Programming, Web | Tagged , , , | 1 Comment

Elgg 1.5 Widget – Amazon Wish List

Yesterday I upgraded my Amazon Wish List widget for Elgg 1.5. You can download it at http://community.elgg.org/pg/plugins/rsrobbins/read/230079/amazon-wish-list-widget Now that I’ve finally completed my work on the threaded comments for Elgg 1.2 it is time to move on to Elgg 1.5 … Continue reading

Posted in Elgg, Programming, Vlogging | Tagged , | 1 Comment

Elgg Threaded Blog Comments

I have finally finished my work on a threaded comment system for Elgg 1.2. You can download the plugin at http://community.elgg.org/pg/plugins/rsrobbins/read/228544/threaded-blog-comments This must completely replace the existing blog plugin because the change from an annotation comment to an ElggObject comment … Continue reading

Posted in Elgg, PHP, Programming, Web | Tagged , , | Leave a comment

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

Posted in Elgg, General, PHP, Programming | Tagged , , | 1 Comment

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

Posted in General, JavaScript, Programming | Tagged , , , | 12 Comments

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

Posted in Business, PHP, Programming, Web | Tagged , | Leave a comment

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 , , , , | 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 , , , , , | 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 , , , | 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

Posted in General, Programming, Web | Tagged , , , | Leave a comment

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 , , , | 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

Posted in CSS, Programming, Web | Tagged , , | 1 Comment

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 , , , , | 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 , , , , , | 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 , , , , | 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 , , , , , | 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

Posted in PHP, Programming, Vlogging | Tagged , , | 1 Comment

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 , , , , | Leave a comment

Download Progress Bar and Flash + After Effects

Today I added a progress bar to my ASP.NET page for downloading YouTube videos. I’ll probably blog about this later at http://weblogs.asp.net/rrobbins/.  I moved the code that does the file download to a web service. It makes more sense to … Continue reading

Posted in ASP.NET, General, Graphics, Programming | Tagged , , , | 2 Comments