Home -
 The latest Granite Labor information.
Hello Guest, you should log in or register:   [ Login ] or [ Create Account ]     
GL Home
Granite Labor Home Page
Visit this page often to keep up with the latest features, fixes and updates to the site. Mobile devices can use the  GL Mobile website.
Quick Links

Fixes And Changes
To Do
GL Website Video Tour
Joe's Card (pdf)
Secure Donations

1and1 Banner
Latest Added Content

31Mar09
Audacity 1.26 and Beta 1.37 - Popular freeware awesome sound editor. The latest stable release and the latest BETA version are in the downloads library. I also added the latest LAME encoder, that lets you export your sound files in MP3 format. Additionally, there is a Audacity User Manual in PDF format.
31Mar09
Irfanview 4.23 and Plugins 4.22 - Popular freeware picture/file viewer and plugins for it. This is the latest version of iview as of today. It is in the Downloads library.
1FEB09
Website Video Tour - A walk thru of the new site. Total of 51 minutes video if you watch all chapters. Chapters can also be downloaded in two file formats. You can find it on the Video Help page. (Tip: pull down the Information menu)
28FEB09
Definition Of Terms-Help - Common computer terms that novice users should know. In help section.
25FEB09
Ellery Queen Old Time Radio - 147 new episodes to listen to with our player or download.
25FEB09
Nick Carter Old Time Radio - 33 new episodes. In Radio under GL Media.

I'm Away

Author: Joe
(9Jun09)

I will be back in July to officially work on the site. It's been about a month since I have done any updating and I won't be doing any for a while. Officially, that is. I may get to a few things but I can't make any promises at this time. I have a lot of personal things going on that is distracting my now. I figure that I should be more focused by the time July rolls around. In the mean-time enjoy what's here.


Back to Top Of Page

I finally wrote the password reset scripts

Author: GL Joe
(5Apr09)

That's right, there are actually four scripts involved. The link is on the Login page: Forgot or Lost Password. Clicking that link will popup a window for you to enter your login name, which is of course is your email address. You are then sent an email with a special link. Following that link will take you to the reset page where you can plug in the new password you want to use.

I will add a new menu soon. It will be called Users and it will contain an option for changing your password. In the future I will write more code so you can customize your Granite Labor experience to fit your taste. But for now the menu will only have the password changer.

I have been asked why don't I just send a user their password if they loose it or forget it. The reason is that I don't know it. Granite Labor never actually knows what your password is, so it can't be retrieved. Let me explain: When you register a new account on the site, or change your password, it is encrypted and the encryption is what is stored in your password field in the GL database. It cannot be unencrypted. When you login, the password you enter is encrypted in the same way. Only then is it tested to see if it matches the encrypted one stored in the DB. This keeps your account safe.

Anyway, as far as the new Password Reset: I've tested it thouroughly locally and will once I upload it. Let me know if you have any problems with it, or suggestions.


Back to Top Of Page

Dynamic Tabs... and lots more!

Author: GL Joe
(24FEB09)

This past week I have made many new design changes to the site. So many in fact, I won't be able to remember then all.

First and formost are dynamic tabs. You must see the Media, Help, and Contact pages. They really are looking good... and working better than ever. These are three pages that used to be 15 pages! And the cool thing about it is they load as fast as one of the old ones. The trick that makes this happen is the new tabs.

Multiple pages are available on these three pages, but they only load what you need and changing to another page... or anywhere on the site for that matter, is a breeze. And you don't have to wait for the page headers to load because just the part of the page that is updated loads. Most of the tabs utilize AJAX for asyncronous loading, but not all. The Contact page tabs use iframes, but to the novice, the difference will be un-noticeable.

Grids are used on some pages that load in tabs. They load fast because they have been converted from bloated HTML to streamlined XML that work well with the Javascript objects (tabs, menus, grids) on the site.

All text help and video help and tutorials will all be on one page from now on. You can switch between the different ones using tabs. I am still working on the content for some of these and trying to get new content up as well.

New OTR ratings and description editor windows

I've rewritten the way the ratings and description editor works in the Old Time Radio Episode List section. The windows now open in the same type of JS windows as everything else. I couldn't use AJAX for these yet. I will eventually have to rewrite the whole radio section, but everything works good now.

I could write a book on all the changes and upgrades I've made, but you probably don't want to read through all that. Instead, why not go take a look around and see what you think.

Contact Page ReWritten

The Contact page has tabs now to replace the old clunky buttons. As a result I was able to get rid of a lot of bloated code. Also, the page has been moved back up where it belongs because I was able to fix the layering problem. Now on that page, when you pull down the menus, they don't go under the forms. I also spiffed up the colors a bit.

All pages with tabs and multiple options in the menu will open on the page you selected in the menu, other tabs on that page won't. This speeds up loading considerabley. And you can click on a tab at any time to change to a different Contact form.


Back to Top Of Page

AJAX Pages Now Up And Running

Author: GL Joe
(17FEB09)

Here are the highlights of the many upgrades I have made this week:

The whole Media section of the site has been changed. Now, Oldtime Radio, Music, Videos, Audio Books and Pictures can be found by selecting any option in the "GL Media" menu. This new page is driven by PHP, Javascript/AJAX, XML and HTML, which means only the page that you want loads.

The page has tabs that only load the selected media type that you want. Of course, you can select a different type if you want, in which case the new tab will load on demand... without loading the whole page over again!

Any option in the Media menu that you choose will open the new Media page (except Pictures right now because it is not finished). However, the page will open the tab that corresponds with your menu selection.

As I said, the Pictures tab is not complete yet, so choosing Pictures from the Media menu will open the old page until I get the new one up.

All media player open new javascript windows. The Video and Old Time Radio players have new skins, and the Audio Books players will be getting new skins soon. They will make it easier to see the individual chapters as they are listed in the player window.

I am temporarily disabling the calendar here on the Home page. I haven't had time to program a blog yet and the calendar takes up too much overhead to have it just sitting there. I will put it back up if and when it is needed.

I can't remember all the smaller changes I made as I have been very busy programming in javascript to get the new Media Selector up. More changes to come soon...


Back to Top Of Page

OT Radio Players Open New Windows

Author: GL Joe
(10FEB09)

These are the same Javascript windows as explained below for the Music Players. They really do look much nicer.

I will be changing Audiobooks player windows and all others as well, soon. I will also change the skins on some of them, so they look a little different than the Page Help windows. I will also be completely rewriting the Media Page and OT Radio sections. Not sure how soon... lots of things to work on.


Back to Top Of Page

Music Player Update

Author: GL Joe
(10FEB09)

I have changed the way the player works on the Music page. It no longer opens a new HTML page. I now use Javascript to open the Player window. It's the same script that opens the Page Help window on every page. It opens faster and looks nicer with out added any new code. In fact, I was able to get rid of a few lines by getting rid of the link that used to appear in the old window that opened the Media page. It is not needed anymore since the player stays in the Music list page.

One nice thing about the new windows is that it won't pop up an Active X warning banner for folks using Internet Explorer since there is no popup window. IE7 also had a bug that I think has been fixed now, that opened two windows when trying to open a player. The player will work and look the same no matter what browser you use.

You can still surf other sites while listening to GL Music. You just have to open a new instance of your browser (ie a new browser tab or window). You can move and resize the new music player windows.

I will soon be changing all of the Players on Granite Labor to work the same way. The Old Time Radio, Audio Books, etc., will all change to this new window. I may change the skins on them so they look a bit different. It is easy to do and only adds one line of code that loads a css file.


Back to Top Of Page

Footer Logo Serves A Purpose

Author: GL Joe
(14JAN09)

If you click on the "Joe's" logo at the bottom of any page, it will take you to the top of that page. Some pages have a Top Of Page link in various places, but sometimes you will be deep in a page and want to return to the top. Now, instead of scrolling all the way back you can click the logo. Keep in mind that clicking it will also add it to your browsing history. (ie Back button)


Back to Top Of Page

PhoneFun Version 2.3

Author: GL Joe
(1JUL08)

PhoneFun, the program that helps you find words to use in place of your phone number, has been upgraded... a little.

The update deals with the HTML output of the program. It really looks nice... much better than the PDF output. There are also new links on the HTML output page; a bottom of page link on top, and a back button on the bottom of the page. Navigation on large output pages will be very easy.

The next upgrade will be a big one. I plan to add a routine that will allow users to input words and the program will show a list of numbers that will fit them. Then, not only will you be able to find acronyms for existing phone numbers, but you will be able to find numbers for words that will help if you have an acronym that you would like to request a phone number for from you phone provider.

Lots of folks have used PhoneFun. It is free and you can run it right from this site. Just Choose PhoneFun from the "Features" menu.

Here's some of the features in version 2.3:

  • Output with ones and zeros much shorter - no more duplicate lines
  • Ability to output your results to a PDF document, as well as HTML
  • Faster engine
  • Ability to shut off line numbers in the resulting output
  • Listings are now sorted alphabetically
  • Completely new layout for the form
  • New filter to stop output of lines with only consonants or vowels. Can cut output down by hundreds of lines!
  • New logo (as seen above) on form and output page.
  • Output now in four rows with or without line numbers and/or hyphens enabled.
  • Dynamic notation, helps you remember what filters were set.
  • Complete totals on bottom of output page. (HTML only) Tells you total calculations found and how many filtered lines.
  • Flexibility to use various inputs. Blank out digits and more.
  • Three types of help files: Pictorial, Video Tutorial or quick-help InfoWindow
  • Still free! All that is required is your name in the name field.

Why wait? Find a cool acronym for your phone number now. Just go to the PhoneFun page!



Fixes & Changes
Latest bug fixes and minor changes to the site.
  • (5May09)
    Changed Register link to Create Account link so as not to confuse novices.
  • (5May09)
    Fixed links to Donation bookmark. Selecting a Donation link from the Information menu or the link on the Home page will take you to the bottom of the Home page where the Granite Labor PayPal Donation button is.
  • (5May09)
    Changed PgHelp background color again.
  • (6APR09)
    Fixed Mobile site forms. They now work.
  • (6APR09)
    Added business card to Contact menu and fast link on Home page.
  • (6APR09)
    Increase page widths.
  • (6APR09)
    Change Page Help windows background colors.
  • (6APR09)
    GL Media menu item "Media Page" changed to "About GL Media" since any option in this menu will take you to the media page and selecting this option takes you to the about section of it.
  • (5APR09)
    Made PhoneFun Form Help list more visible.
  • (5APR09)
    Fixed scrollbars/height issue on Media page in sections with grids.
  • (5APR09)
    Resized music album art.
  • (4APR09)
    Fixed Radio program listing description-more function, popup window to open and display correctly and obviously stopped it from crashing periodically.
  • (4APR09)
    Added duplicate user safety routine in Register and some other security precautions.
  • (4APR09)
    Date added to Registration DB entries.
  • (31MAR09)
    Fixed broken links in download library and added latest version of Irfanview 4.23 and Plugins for it 4.22.
  • (31MAR09)
    Made font size for unordered lists same as regular page.
  • (30MAR09)
    Centered Paypal donation button, deleted bookmark ext link, added 1and1 affiliate link.
  • (30MAR09)
    Removed window close button from windows for adding OT Radio Descriptions and Ratings because they are now Javascript windows instead of HTML and they don't work. I tried adding a JS window close mechanism, but I couldn't get it to work for some reason. Perhaps when I have time I can look into it. Anyway, you just have to click on the window close box to close it... not that much harder.
  • (4MAR09)
    Change some menu icons.
  • (3MAR09)
    Users must now be logged in to download Old Time Radio episodes. They do not have to be logged in to listen with the built-in player.
  • (3MAR09)
    Added new links to Home page sidebar.
  • (2MAR09)
    PhoneFun can be used without logging in. Even Guest can use it if they fill in the name field.
  • (14JAN09)
    Added Top Of Page link to "Joe's" logo at bottom of every page.
  • N/A
    Posts older than one above and obsolete ones have been deleted.

Back to Top Of Page
To Do
List of some changes and fixes to the site I have to do or have planned. Which may or may not come to fruition.
  • Create user upload section and profiles, etc.
  • Write a routine to make the GL "Back" button smarter than browser's.
  • Figure out why and fix the login strip doesn't revise right on Home page when it does everywhere else.
  • Rewrite PhoneFun to include area codes and numbers all at once and streamline code. Possibly add an option to find numbers from text so folks looking to request a particular phone number will know what to request.
  • Rewrite the OTR Browser and other Old Time Radio extensions to make it faster, more streamlined with more functions and easier navigation with less pages, utilizing AJAX in many areas.
  • Add FAQ's and more video help in the help seditions.
  • Add more content. Need to add more videos and audiobooks and tutorials for newer users.
  • Add user options for registered user of the site and give registered users more access and features. Also let them have more control of the Granite Labor enviroment style variables so they can customize the look and feel of the site to their taste.
  • Go through and update some older pages that get neglected, like Services and About GL.
  • Rewrite the Mobile web site. Tie into the DB instead of hard-coding media files.
  • Add search and improved sorting for Media files, especially Old Time Radio.
  • Completely rewrite Old Time Radio Episode Browser.
  • Further improve the Media section, perhaps adding more JS functionality to some media types.






Above GL logo can be used to go to the top of the page - on any page.
The Granite Labor Mobile site can be found at http://mobi.granitelabor.com/