Two Peas in a Pod
26Jan/120

jQuery goToByScroll()

This was a little JS snippet that was passed to me by a co-worker at Mannix Marketing, Inc. that allows you to build the UI into a scrolling page.

Get the code...

The original code is found here, where you can see a demo of the code.

I have saved the code at Pastebin - pastebin.com/1SbZ3rNP

Tagged as: , , No Comments
21Jan/120

Simple Tabs w/ CSS & jQuery

Well, since sohtanaka.com has been down for a while, I have lost access to some great resources. No fear, I have managed to get most of them back from archive.org - but what a pain that is; slow, slow, slow...

Anyway, with credit where credit is due - sohtanaka.com - I'm going to post some of those articles here so I have a simple easy way to get to the code I need.  Hopefully this will help you out too!

8Apr/110

Conversion to HTML5 Experiment

IE9-vs.-Chrome

This morning, while the girls were napping, I took advantage of this time to take a first sincere look at HTML5 and attempted to recreate the theme of this website using HTML5 tags like <header />, <section /> and <footer />.

You can see the result here - http://www.tobyandjoann.com/html5/ - I think that it turned out fairly well, with nothing too major out-of-place... that is until you look at it Microsoft Internet Explorer 8.  WOW!  I know that HTML5 is not supported very well, but I was staggered by the results, since never played with this before.

What was the result?

In Google Chrome 11 beta, the result was exactly as I expected:

In Microsoft Internet Explorer 8... well... disaster at best!

Tagged as: , No Comments
22Feb/110

Setting up a FrontPage Site and got this error…

tmp_name_frontpage_2003_2_01

DISCLAIMER: FrontPage Server Extensions is not my choice in this project.  The end-user has Microsoft Expression Web, so this is how the site is being done.

29Jan/110

Using TortoiseGit and Dreamweaver

git-logo

We have bee using Git to some extent at work (Mannix Marketing, Inc.) for a while, and I though that it was high time that I start to do the same at home on personal projects.

Git is a FREE an open source, distributed version control system that is designed to handle everything from small to extremely large projects with speed efficiency.

First of all I installed Git (http://git-scm.com/) for Windows.   It is pretty simply on Windows, as you just download the installer.  Other operating systems may or may not have an installer, so you should google "GIT [operating system]" or just go to the main Git site.  End result is that I now have Git running on my machine.

Next, I intalled TortoiseGit (http://code.google.com/p/tortoisegit/).  This is a Git revision control client.  There are many other clients, but using TortoiseGit allows me to install the Dreamweaver Extension called gitweaver (https://github.com/ChrisMcKee/gitweaver).  This extension allows the integration of TortoiseGit and Adobe Dreamweaver.  Nice!

So, once I have Git, TortoiseGit and gitweaver installed, I'm ready to get this going.  For the most part, you can simply have a local repo (repository), but if you are colaborating on a project, then Git hosting is a must.  There are sites like BitBucket.comGithub.com, BeanStalkApp.com, Unfuddle.com and many more.  Setting up an account on most is a pretty simple task.   I have used BeanStalkApp.com and Unfuddle.com - both have pros and cons compared with each other.

After setting up your repo you can not interact with Git directly from Dreamweaver.  This is huge in both regard to productivity and project management.

I have started this on BounceHouses.com, F1Weekly.com and this site (blog.tobyandjoann.com), and I'm thinking that I may start adding other sites to, for the simple reason that version control, even for an individual on a single project, is a smarter way to work.