<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-20831420</id><updated>2012-02-16T04:21:44.742-08:00</updated><category term='firefox'/><category term='design'/><category term='Flash'/><category term='design process'/><category term='code'/><category term='css'/><category term='javascript'/><category term='php'/><category term='internet explorer'/><category term='examples'/><category term='ie'/><category term='style sheets'/><title type='text'>Intermediate Scripting Language Class</title><subtitle type='html'>This is where I will post weekly assignments.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-20831420.post-5456351175008428433</id><published>2008-07-11T17:40:00.000-07:00</published><updated>2008-12-09T22:19:27.256-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='design process'/><category scheme='http://www.blogger.com/atom/ns#' term='design'/><category scheme='http://www.blogger.com/atom/ns#' term='code'/><category scheme='http://www.blogger.com/atom/ns#' term='examples'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='Flash'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Additional design elements</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_7PoKZ4PoC4Y/SHgBVNjVGdI/AAAAAAAAABE/_phehHbIkuc/s1600-h/siteUpdate.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_7PoKZ4PoC4Y/SHgBVNjVGdI/AAAAAAAAABE/_phehHbIkuc/s320/siteUpdate.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5221925231862815186" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Today I added some additional design elements to the home and services pages.  A before and after image of the home page is displayed above.  By now this technique of creating the folder style graphics in css has been used on through out the web using a variety of techniques. &lt;/p&gt; &lt;br /&gt;&lt;p&gt;&lt;br /&gt;The technique I used in creating the header elements involved creating the rounded sections in Photoshop and positioning them before and after the header tag. Then using a style in the header tag I added the background color used in the rounded corners and added the additional margin style to the header tag to shrink the background area to the edge of the right corner graphic.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Below is a sample of my code used creating the header tabs on the home page.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;#60;h2 style="color:#0066FF; margin-left:15px; margin-right:118px; background-color:#333333;"&amp;#62;&amp;#60;img src="images/left_tab.gif" width="10" height="18" alt="left tab" /&amp;#62;  System Protection &amp;#60;img src="images/right_tab.gif" width="10" height="18" alt="right tab" /&amp;#62;&amp;#60;/h2&amp;#62;&lt;/blockquote&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;For the rounded gradient section below the header tab, I just created the graphic in Photoshop and positioned it in css as a background image. The folder images created on the services page were a little more difficult.  The required a table to line the multiple images up on top of each other.  The technique is very similar to the above example.  Here is a sample of the code I used on the services page.&lt;br /&gt;&lt;br /&gt;  &lt;br /&gt;&lt;blockquote&gt;&amp;#60;table width="325" height="182" border="0" cellpadding="5" cellspacing="0"&amp;#62;&lt;br /&gt; &amp;#60;tr&amp;#62;&lt;br /&gt;  &amp;#60;td&amp;#62;&lt;br /&gt;  &amp;#60;h2 style="color:#0066FF; margin:10px 203px -7px 15px; padding-bottom:5px; background-color:#333333;"&amp;#62;&amp;#60;img src="images/left_tab.gif" width="10" height="18" alt="left tab"&amp;#62;&amp;#60;a href="services_hst.php"&amp;#62; Hosting &amp;#60;/a&amp;#62;&amp;#60;img src="images/right_tab.gif" width="10" height="18" alt="right tab" /&amp;#62;&amp;#60;/h2&amp;#62;&lt;br /&gt;  &amp;#60;/td&amp;#62;&lt;br /&gt; &amp;#60;/tr&amp;#62;&lt;br /&gt; &amp;#60;tr&amp;#62;&lt;br /&gt;  &amp;#60;td style="background-image:url(images/service_main_square2.jpg); background-position:left; background-repeat:no-repeat;"&amp;#62;&lt;br /&gt;    &amp;#60;p style="margin-top:5px;"&amp;#62;Whether you're just starting and looking for a simple web hosting or you're an advanced website developer looking to integrate e-commerce and databases into your site, you'll find that we have the services, tools and staff to help you every step of the way. &amp;#60;br /&amp;#62;&amp;#60;br /&amp;#62;&amp;#60;/p&amp;#62;&lt;br /&gt;    &amp;#60;/td&amp;#62;&lt;br /&gt; &amp;#60;/tr&amp;#62;&lt;br /&gt; &amp;#60;/table&amp;#62;&lt;/blockquote&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;This website can be found at &lt;a href="http://www.pryzemedia.com/goode"&gt;http://www.pryzemedia.com/goode&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-5456351175008428433?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/5456351175008428433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=5456351175008428433' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/5456351175008428433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/5456351175008428433'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2008/07/additional-design-elements.html' title='Additional design elements'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_7PoKZ4PoC4Y/SHgBVNjVGdI/AAAAAAAAABE/_phehHbIkuc/s72-c/siteUpdate.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-5011581056388770863</id><published>2008-07-09T10:06:00.000-07:00</published><updated>2008-12-09T22:19:27.405-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='design'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='Flash'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Flash screen added</title><content type='html'>&lt;p&gt;Today I updated the home page of the Goode Technical Solutions website (&lt;a href="http://www.pryzemedia.com/goode"&gt;http://www.pryzemedia.com/goode&lt;/a&gt;) to include an animated flash title screen. Below is a screen shot of part of the title screen's intro.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_7PoKZ4PoC4Y/SHTx3Ya3_EI/AAAAAAAAAA8/FbI7POWcOv0/s1600-h/screen01.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_7PoKZ4PoC4Y/SHTx3Ya3_EI/AAAAAAAAAA8/FbI7POWcOv0/s320/screen01.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5221063801779518530" /&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;p&gt;I am also thinking about doing a small redesign to help make additional enhancements to the site. Some of the changes may include additional flash title screens on the main categories, some additional style changes on many of the text and  headers, and a background image or color change up in the white emptiness surrounding the site.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;More posts will come as I continue to update my websites.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-5011581056388770863?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/5011581056388770863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=5011581056388770863' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/5011581056388770863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/5011581056388770863'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2008/07/flash-screen-added.html' title='Flash screen added'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/SHTx3Ya3_EI/AAAAAAAAAA8/FbI7POWcOv0/s72-c/screen01.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-1938620051872649631</id><published>2008-06-23T10:47:00.000-07:00</published><updated>2008-06-25T13:49:38.932-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Site Update</title><content type='html'>&lt;p class="MsoNormal"&gt;I have recently updated this site to fix previously incompatibly issues between Mozilla and IE as well as converted the website into PHP.&lt;span style=""&gt;  &lt;/span&gt;The website can be found on my website at &lt;a href="http://www.pryzemedia.com/"&gt;http://www.pryzemedia.com&lt;/a&gt; in the Digital section.&lt;span style=""&gt;  &lt;/span&gt;The direct link to the site is &lt;a href="http://www.pryzemedia.com/goode"&gt;http://www.pryzemedia.com/goode&lt;/a&gt; .&lt;span style=""&gt;  &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;When I get some extra time, I will post some additional information about this site including some of the processes and changes I made when converting the site to PHP. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-1938620051872649631?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/1938620051872649631/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=1938620051872649631' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/1938620051872649631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/1938620051872649631'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2008/06/update.html' title='Site Update'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-114304483835785625</id><published>2006-03-22T08:19:00.000-08:00</published><updated>2008-07-09T10:48:28.827-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>week 11</title><content type='html'>&lt;p&gt;My site for this class is complete and on-line at.&lt;br /&gt;&lt;a href="http://www.pryzemedia.com/goode"&gt;http://www.pryzemedia.com/goode&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;I will probably add to it over the break and depending on how the 3rd scripting language class is structured, I plan on picking it back up and adding additional functionality to it.  One thing that I could add to it would be to make the search engine actually work through using a database with mysql and php.  Maybe even add more depth to the computer section by creating a mock shopping cart.  Another thing that I would have to add before making it a portfolio piece is to replace the graphics with my own.  So maybe later on, I could actually use this for portfolio, but for now it is my final project for this class.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-114304483835785625?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/114304483835785625/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=114304483835785625' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/114304483835785625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/114304483835785625'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2006/03/week-11.html' title='week 11'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-114182618649472946</id><published>2006-03-08T05:35:00.001-08:00</published><updated>2008-06-25T13:49:38.934-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Week 9 Progress</title><content type='html'>Well so far I have 11 of the 15 pages completed for this class and I feel like I have a real handle on CSS now.  One thing that I've found to help along the way was to create a prototype of each page in Illustrator and use it as a template to measure where every element will go.  The prototypes may take longer in the beginning by having to figure out all the text and where every element goes, but in the final stages I think helps move things along.  I just have 4 pages left to complete for next week and I will be finished with my final website for the class.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-114182618649472946?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/114182618649472946/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=114182618649472946' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/114182618649472946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/114182618649472946'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2006/03/week-9-progress_08.html' title='Week 9 Progress'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-114118932464733627</id><published>2006-02-28T20:53:00.000-08:00</published><updated>2008-06-25T13:49:38.936-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>This Weeks Progress</title><content type='html'>&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;Well I have completed my next 4 pages and I am getting pretty comfortable using CSS.  The only problem that I have is that what looks perfect in Firefox looks screwed up in IE and vise versa.  I have a feeling that I will have to design this site in both a Firefox and IE version before I go into the portfolio classes.   Even though IE is out-dated, there is still a vast majority of people who use it.  Oh well, I know in Javascript that there is a method that can check the browser that the user is using and from there I could use a simple if statement to determine which version of my site to display.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-114118932464733627?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/114118932464733627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=114118932464733627' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/114118932464733627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/114118932464733627'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2006/02/this-weeks-progress.html' title='This Weeks Progress'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-114052356250997155</id><published>2006-02-21T03:56:00.000-08:00</published><updated>2008-07-09T10:49:59.646-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Creating Rounded Tabs In Css</title><content type='html'>&lt;p class="MsoNormal"&gt;After spending hours of searching and testing I have found the best and easiest way to create the rounded tabs using Css.&lt;br /&gt;&lt;br /&gt;The site &lt;a href="http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners.shtml"&gt;www.webcredible.co.uk/user-friendly-resources/css/css-round-corners.shtml&lt;/a&gt; was the best resource for me on creating tabs the rounded tabs.  The site uses small corners 10px X 10px to use as the rounded upper part of the tabs.  They also make good use of both the div and the span tags to attach the rounded 10px X 10px tabs into the background of the menu.&lt;br /&gt;&lt;br /&gt;I strongly recommend this site as a resource for anyone trying to create tabs.  One of the many sites that I came across for creating rounded tabs in Css only, didn't allow the tabs to change color when rolled over and was a lot more complicated in trying to understand what they did.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-114052356250997155?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/114052356250997155/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=114052356250997155' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/114052356250997155'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/114052356250997155'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2006/02/creating-rounded-tabs-in-css.html' title='Creating Rounded Tabs In Css'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-113997710856492851</id><published>2006-02-14T20:10:00.000-08:00</published><updated>2008-06-25T13:49:38.938-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Update on Website</title><content type='html'>After creating the first page using CSS, I have come across a cross-browser incompadiability issue. For some reason the code shows up perfectly in IE, but when I open it in Firefox, or Safari, the menu tabs don't display correctly.  I keep changing different elements and through changing the position from realitive to absolute, but nothing seems to fix it in the Firefox or Safari browsers.&lt;br /&gt;&lt;br /&gt;A minor issue that I ran into after creating the site, is that I did my flow chart after scripting the first two pages for class.  But it not that big of an issue, and can be corrected in about 5 mins.  The above issue is the one that is giving me the headace though.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-113997710856492851?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/113997710856492851/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=113997710856492851' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113997710856492851'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113997710856492851'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2006/02/update-on-website.html' title='Update on Website'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-113932132772888079</id><published>2006-02-07T06:07:00.000-08:00</published><updated>2008-06-25T13:49:38.939-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>My Design Process</title><content type='html'>Before I started writing down anything on paper, I first did a little research.  By looking through a lot of technical service sites, I got a good feeling about what has been and what should not be done.  Most of the technical sites hurt my eyes, because of their poor layout or lack of design.  When it came to the design of this site, it was apparent to me that I would have to use concepts that are apparent in well-designed sites to breath new light into this technical field of web sites.&lt;br /&gt;&lt;br /&gt;After finding several reference sites, I began to sketch elements that I liked from each of them and started to put them together to see if I like how they flowed together.  Then by remembering what I've learned from previous classes on designing for the user, I tried to come up with a simple navigation system that would be easily used by the user.  I think that my last 2 comps do the best job of that by utilizing a tab format to contain a lot of information into a well-organized format.&lt;br /&gt;&lt;br /&gt;The overall theme I tried to portray into my design was the feel of technology, by making mechanical and circuit board type looking borders.  I tried to keep it simple sticking with solid color vectors that could be saved as small file sized gifs.  I then borrowed some pictures from Dell and used Photoshop to make them look like they came from Goode Technical Services Company.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-113932132772888079?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/113932132772888079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=113932132772888079' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113932132772888079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113932132772888079'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2006/02/my-design-process.html' title='My Design Process'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-113875712532721325</id><published>2006-01-31T17:25:00.000-08:00</published><updated>2008-06-25T13:49:38.940-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>My Final Web Project concept is...</title><content type='html'>For the final project in this class, I’m thinking of redesigning the site of an old acquaintance of mine.  His name is Corey Goode and he is what someone might call a freelance technician.  He has a company called Goode Technical Services in which he does business around the Dallas Fort Worth are in network solutions, computer repair, and other types of technical services.&lt;br /&gt;By looking at his current site at www.goodetech.com, one can definitely tell that his site needs a full reconstruction.  The current site looks like something done in a program like Front Page or Microsoft Word.  For the look of the new site that I’m planning on building in here, I think that using a simple and elegant approach might be the way to go.&lt;br /&gt;    One of the first things that this new site will need to have is a whole lot more content.  By using other better-designed sites within the same field, I feel that I will be able to generate enough content for this subject.  I already have a few custom graphics for the different pages.  By taking some pictures of different types of objects related to his services, I think I could make the site a bit livelier. &lt;br /&gt;    Overall, I think that this site could definitely have some potential for CSS in helping to create a great looking and designed website.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-113875712532721325?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/113875712532721325/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=113875712532721325' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113875712532721325'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113875712532721325'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2006/01/my-final-web-project-concept-is.html' title='My Final Web Project concept is...'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-113820817836119686</id><published>2006-01-25T08:54:00.000-08:00</published><updated>2008-06-25T13:49:38.941-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Week 2 Site Reviews</title><content type='html'>Still in the process of deciding what to create a web site on so I have decided to go a couple of routes to determine which avenue I wish to go.&lt;br /&gt;&lt;br /&gt;The first site is a technical site own by a person that I used to work with.  He has a company called GoodeTech.com and the URL is www.goodetech.com&lt;br /&gt;This site is one that needs a major overhaul.  For starters, it needs to be created using CSS and not MSWord or some other Microsoft product.  Some of the major changes that I would implement, would be to add some more visual appealing content as well as adding about 10 more pages of content.  Some aspects of this site that I could apply to my own design knowledge would be the graphics, animation, and web development that he points out in his site about being able to do.  As far as specific features that I would use in my site would be to actually create a page for each of the area listed under his services and actually go into better description as far as what each of the area do.&lt;br /&gt;&lt;br /&gt;This second site http://www.mentor.com/ is a good example of what the first site goodetech.com could become.  This site is a site that offers similar services as goodetech, but is much more professional looking.  The site has good organization of their links and it doesn’t have the look that other technical service sites do.  One aspect of this site that I could see using in my own site is some of their organizational techniques for displaying all of their services.&lt;br /&gt;&lt;br /&gt;This third site http://www.experts-exchange.com/ is better example of what of how technical site can be visually appealing.  Like the first two sites mentioned, this site provides technical solutions and support to individuals or small businesses.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-113820817836119686?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/113820817836119686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=113820817836119686' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113820817836119686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113820817836119686'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2006/01/week-2-site-reviews.html' title='Week 2 Site Reviews'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-113756106977247905</id><published>2006-01-17T21:02:00.000-08:00</published><updated>2008-06-25T13:49:38.942-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='ie'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>3 topics that I would like to see addressed in the course.</title><content type='html'>&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;When it comes to topics stated in the course syllabus that I would like to see addressed, the first that comes to mind is using CSS with XHTML to attain more precise control over layout, placement, and typography in browsers.&lt;span style=""&gt;  &lt;/span&gt;I remember taking HTML four years ago and having to be stuck with tables or frame, this is going to be so much better.&lt;span style=""&gt;  &lt;/span&gt;Redesigning in hours instead of days or weeks is also another very appealing aspect of using the technologies outlined in the syllabus.&lt;span style=""&gt;  &lt;/span&gt;Time is definitely something every designer could always use more of.&lt;span style=""&gt;  &lt;/span&gt;The top third topic that I would like to see addressed in this course is being able to ensure that sites designed with these techniques will continue to work in tomorrow’s browsers.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-113756106977247905?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/113756106977247905/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=113756106977247905' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113756106977247905'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113756106977247905'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2006/01/3-topics-that-i-would-like-to-see.html' title='3 topics that I would like to see addressed in the course.'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20831420.post-113700010093460935</id><published>2006-01-11T09:19:00.000-08:00</published><updated>2008-06-25T13:50:47.159-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='style sheets'/><category scheme='http://www.blogger.com/atom/ns#' term='design process'/><category scheme='http://www.blogger.com/atom/ns#' term='design'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>My Personal Design Process</title><content type='html'>&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;The process in which I use in creating something along the lines of a website or any interactive piece for that matter consists of several different stages.&lt;span style=""&gt;  &lt;/span&gt;The first stage is where I brain storm about the subject that the piece is going to be over through the use of bodystorming.&lt;span style=""&gt;  &lt;/span&gt;After gathering many of the different ideas, I begin to group the ideas together into categories and sub categories using similar sites as a reference to get a good idea of what works and doesn’t work good together.&lt;span style=""&gt;  &lt;/span&gt;This is the stage where I emerge myself in all the research I can on the topic to try to take in as much information to get a better feel for the topic in which I am designing for. The next stage is where I start creating thumbnails as to what the layout and overall look of the site will look like.&lt;span style=""&gt;  &lt;/span&gt;After about 12 or so, I begin to envision which layout and design would fit best with the content.&lt;span style=""&gt;  &lt;/span&gt;When a layout is chosen, I then begin to create the site on a sketchbook and start drawing and writing down the code as to how it will function.&lt;span style=""&gt;  &lt;/span&gt;Once I am satisfied with the paper model, I then take it to the computer.&lt;span style=""&gt;  &lt;/span&gt;From this stage on, I have a pretty good idea of the types of images and typefaces that would look good together and I use the computer to test out the pen and paper idea.&lt;span style=""&gt;  &lt;/span&gt;After this stage, it basically me testing out different elements and either deciding to go with it or to go back a couple of steps until I find something that I like.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20831420-113700010093460935?l=islclass.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://islclass.blogspot.com/feeds/113700010093460935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20831420&amp;postID=113700010093460935' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113700010093460935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20831420/posts/default/113700010093460935'/><link rel='alternate' type='text/html' href='http://islclass.blogspot.com/2006/01/my-personal-design-process.html' title='My Personal Design Process'/><author><name>Jeffrey K. Price</name><uri>http://www.blogger.com/profile/04109648340495427480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_7PoKZ4PoC4Y/S0IqRKfeJjI/AAAAAAAAAG4/kXDTFDBiHWw/s1600-R/DSC02504_sm.jpg'/></author><thr:total>1</thr:total></entry></feed>
