Jump to content

PicnicTutorials

Advanced Member
  • Posts

    1,108
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by PicnicTutorials

  1. ewww - that was some work... throw this in your browser. You'll see that everyone plays nice now. I just commented out the bad places. I removed the large margin-right and the widths from the titles. Shortened the width on #col2, and floated it left instead. For the header image - you need to change that to a jpg or gif. It's still very messy, but it looks better now. Untitled Document Contact Information: 2081 Tazewell Road Virginia Beach, VA 23455-29293 Phone: 757-363-9141 Cell: 757-650-2944 E-mail: esvaughn2@cox.net Download Full Resume Home | Services | Awards | Professional Memberships E. Sidney Vaughn III, Ed.D. Welcome to My Site With over 20 year's experience conducting research and evaluation projects in public school settings, my experiences have included work in one surburban and two urban districts. I have also collaborated on urban research projects with a colleague at the Center for the Social Organization of Schools at The Johns Hopkins University. While currently providing part-time research and evaluation services to an urban district, I also analyzed case study data for WestEd, Los Alamitos, CA. Availability I am available for part-time contract work in K-12 education and have the ability to travel, if needed. I am a veteran. Home | Services | Awards | Professional Memberships
  2. Hello , thought I'd add to the list...
  3. These are all the rules that should fix that. Pick which ever one applies to your code. Each work in some situations while each don't work in others. I just messed with it in firebug - font-size:0; on the menu seems to fix the menu, and overflow:hidden on the footer seems to fix the footer. But test all in each. img { vertical-align:bottom; } img { display:block; } div { font-size:0; } div { overflow:hidden; }
  4. Probably needs... html, body { height:100%; }
  5. Here's one. http://www.dyn-web.com/code/rotate_images/
  6. This original article can also be found here on my website. Below I've compiled the three easiest ways to highlight the current page that your on. All three are coded clean and very simple to implement into your own project. The method that you choose to use simply comes down to the project at hand and your preferred coding style. Each are pretty self explanatory, so I'll just let the code explain itself. That's usually the way I learn best anyway! OPTION #1 Here is a working example. This one is the easiest and most basic of the three options listed. If you have a small site (1 to 5 pages) and your running .html extensions, and/or you don't want or need to use PHP Includes, then this method is the one for you! OPTION #2 Here is a working example. If you use, or want to use PHP Includes on your website, then the simple code shone above will not suffice. Therefore, you'll need to get a little more creative and use this method (Option #2) or the next method (Option #3) instead. This method shone here, is usually my code of choice for the job at hand! OPTION #3 Here is a working example. And the final way of going about highlighting the current page's navigation link is to use a bit of PHP. A little explanation: This bit here in bold <?php $pageName = "Home"; ?> (which tells the PHP code which page your currently on) can be placed just about anywhere on the page, that is, as long as it's sitting above the #nav using it. In this case, and partly for simplicity purposes, I just placed it inside the body tag as you can see. However, and unless proven otherwise, I think I like it there! And I'd like to thank Ben Falk and John Beatrice for helping me to get this last one working.
  7. YES - the day has finally arrived!!! Photoshop has "fiiiiiiiiiiiiiiiiiiiinally" clicked for me. I remember when CSS did that about a year ago. This is much better. Off - off - and - away... :lol: :lol:
  8. Merry Christmas Everybody! For New Years, just me, my wife, and my two sons are going up to Big Bear California where there's lots of snow. We got a nice little room that I've been to a couple times. It has a hot-tub in the room, with a fireplace in touching distance, and sits right on the lake. Lots of sledding, drinking, (or rather drinking then sledding), and fun. I'm looking forward to it!
  9. If you want to condense your style sheets do this... #home #whatever { color:#000; }
  10. This should get you up and running. http://www.visibilityinherit.com/code/swap-panels.php
  11. Agreed - that would be better. Are you new JBall or did you just change your name?
  12. That is a bit long. I've already been blocked by it.
  13. Ahhh... I just can't PM myself. Well that makes sense.
  14. How did you guys put the PM link next to your website link? Can't find it...
  15. These are both free screencast programs that run in the browser (no software download required). I looked into all of them, and these two seem to be the easiest and most appropriate for forum questions. I believe either of these services would cut down on the confusion we've all experienced with some of the more visual based questions. See for yourself. I made a test video for each. They were both equally easy to produce. SceenToaster and Test Video Screen-O-Matic and Test Video
×
×
  • Create New...