Jump to content

pafruu

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by pafruu

  1. I agree!Its kind of like talking about yourself. There is nothing harder to do than that. My personal website was redone over and over and over again until I decided to remove it from the web cause I never liked it!Sorry doesnt help much!Hope you have an easier time doing it!

  2. I have just really taken hold of graphic design myself. My Photoshop/Flash class in school using "Photoshop's Classroom in a book." It's really nice on the step by step aspect, and comes with a lot of pictures. I have been using online tutorials. I have a couple sites that I check out. So many tutorials, most of which are pretty noob friendly. My skills have increased a lot since I started working with tutorials. Enjoy! :) -antHere some tutorial sites:tutorializedTutorial Seeker
    Classroom in a book is , in my opinion, the best book you can get when starting to learn graphic design and/or photoshop CS2, if you do all the exercises you'll get a very good start on photoshop.
  3. Covering a whole page is very relative. Who says that a user surfing your site has the same resolution as you do?
    I agree with Vchris here, your best bet is to slice up youre photoshop file than transfer to image ready, on which you would be able to create animated .gif, if need any, and than save optimized html, where image ready will create alignment and tables for you. Then goin into an Html editor, if you want just a plain background use:<html><title>your title here</html><head>...</head><body bgcolor="#cccccc"><table name="table01" cellpadding="0" cellspacing="0" border="0" width="x" align="center">note that every screen has a different resolution, on some screens your image will cover the whole screen on others it wont. the width specified on you table is the width of the table that imageready will create for you.hope this helps!
  4. Sorry my bad, I didnt put the code entirely,<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>is in the head portion of my code!Second answer to second question, this flash movie is on a HTML page shared with an animated gif!Third answer, Im using Flash 8, should I export to Flash 7? :)Also note that there are embedded movies in the flash movie I made, I tried publishing to FP7 but it wont support it aaargh!

  5. yees on xp IE 7 here is the code:<table id="Table_01" width="780" height="597" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td colspan="7" width="780" height="62"> <img src="imagerx/rxscribbler_01.gif" width="780" height="62" alt=""></td> </tr> <tr> <td colspan="2" width="535" height="36"> <img src="imagerx/rxscribbler_02.gif" width="535" height="36" alt=""></td> <td width="17" height="36"> <img src="imagerx/webantenna.gif" width="17" height="36" alt=""></td> <td width="19" height="36"> <img src="imagerx/batteriep.gif" width="19" height="36" alt=""></td> <td width="18" height="36"> <img src="imagerx/batterie.gif" width="18" height="36" alt=""></td> <td width="27" height="36"> <img src="imagerx/power.gif" width="27" height="36" alt=""></td> <td rowspan="3" width="164" height="534"> <img src="imagerx/rxscribbler_07.gif" width="164" height="534" alt=""></td> </tr> <tr> <td rowspan="2" width="184" height="498"> <img src="imagerx/rxscribbler_08.gif" width="184" height="498" alt=""></td> <td colspan="5" width="432" height="258"><script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','432','height','258','title','rxscribbler','src','flash/rxscribbler1.1copy','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/rxscribbler1.1' ); //end AC code</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="432" height="258" title="rxscribbler"> <param name="movie" value="flash/rxscribbler1.1.swf"> <param name="quality" value="high"> <embed src="flash/rxscribbler1.1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432" height="258"></embed></object></noscript></td> </tr> <tr> <td colspan="5" valign="top" align="center" style="background-image:url(imagerx/rxscribbler_10.gif); background-repeat:no-repeat" width="432" height="240"> <div style="padding-top:10px;"><a href="http://www.electronic-e-prescribing-drug-interaction.com"><img src="images/skip.jpg" width="79" height="28" alt="go to site..." border="0"></a></div></td> </tr> <tr> <td width="184" height="1"> <img src="imagerx/spacer.gif" width="184" height="1" alt=""></td> <td width="351" height="1"> <img src="imagerx/spacer.gif" width="351" height="1" alt=""></td> <td width="17" height="1"> <img src="imagerx/spacer.gif" width="17" height="1" alt=""></td> <td width="19" height="1"> <img src="imagerx/spacer.gif" width="19" height="1" alt=""></td> <td width="18" height="1"> <img src="imagerx/spacer.gif" width="18" height="1" alt=""></td> <td width="27" height="1"> <img src="imagerx/spacer.gif" width="27" height="1" alt=""></td> <td width="164" height="1"> <img src="imagerx/spacer.gif" width="164" height="1" alt=""></td> </tr></table></body>

  6. :) Hi,this one is weird. I created a flash movie for one of my websites. It automatically plays when opening the first page. All browsers play it correctly except for one! IE :) Why is that?The only thing that is not working on IE is some text hidden behind a moving mask! in the beginning of the movie, the rest is fine!Any suggestions about solving this problem?
  7. Hi guys,I've been at it on this problem, trying to find a solution for the past week now. I'm at a loss. I created a flash movie for the company I work with, where there is about 5 FLV files in it. When testing it in flash, everything works the graphics and sounds are syncronised. The problenm is that when I bring it into the HTML page, the graphics slow down. What should I do?I tried a preloader, didn't work! The problem was still there. Should I save it into a different format than swf?Please help!

  8. ok I found a code on a discussion:stop();totalbytes = getTotalBytes();loadedbytes = getLoadedBytes();totalkbytes = Math.ceil(totalbytes/1000);loadedkbytes = Math.ceil(loadedbytes/1000);percent.text = Math.ceil(totalbytes/loadedbytes*100)+"%";totalk.text = totalkbytes+"kb";loadedk.text = loadedkbytes+"kb";if (loadedbytes == totalbytes) {_root.gotoAndPlay(2)};I,ve put it in the first frame of my movie, which starts on the second frame, somehow its still doesn't work when I look at it through my HTML page??I've got dynamic text called "percent" width of 100 and totalk and loadedk, on the same frame

  9. Hi,need help with javascript where I created a popup window that comes up after you clicked a link. It works perfectly in, firefox, opera, safari but IE... it doesn't anybody know why?heres the code: <script type="text/javascript">function openpopup(popurl){var winpops=window.open(popurl,"Terms and Conditions","width=400px,height=200px,toolbar,location,status,scrollbars,menubar,resizable")}</script>and in body:<a href="java script:openpopup('termsandconditions.html');">Promotion Terms and Condition</a>

  10. Hi all,just created a movie in flash with a couple of flv files and an mp3. When testing the movie from flash itself, everything jives and is on cue but when its brought on to html.... its a whole different story. Somehow the movies and the graphics seem to be slower than they are supposed to be, the music does not jive at all..My question is this. Would a preloading frame, indicating the user that the movie is loading, be the solution?If so what is the code, I unfortunately am getting old and forgetting simple stuff! :) Thanks!

  11. Hi,Is there a way to inverse a table script in the layout. Reason I<m asking is that I know that HTML is a WYSIWYG language. On my layout the news page is on the left side and the regular text is on the right side. In HTML, I want the text to be picked up first not the news. here is my script:

    <body><table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="50%" class="bg_left_gum"><img src="images/spacer.gif" width="1" height="1" alt=""> </td> <td width="700" valign="top" height="100%" bgcolor="#FFFFFF"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" colspan="3"> <table width="700" height="250" background="images/backgroundpicture.jpg"> <tr> <td colspan="6" width="700" height="110"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="700" height="110" title="menustatic"> <param name="movie" value="flash/menustatic.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <embed src="flash/menustatic.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="110" /> </object> </td> </tr> <tr valign="bottom"> <td width="122" align="center"> <a href="index.html"><img src="images/home.gif" style="border:none" /></a> </td> <td width="116" align="center"> <a href="index-2.html"><img src="images/softwaredesign.gif" style="border:none" /></a> </td> <td width="114" align="center"> <a href="index-3.html"><img src="images/software.gif" style="border:none" /></a> </td> <td width="116" align="center"> <a href="index-5.html"><img src="images/partners.gif" style="border:none" /></a> </td> <td width="115" align="center"> <a href="index-1.html"><img src="images/about.gif" style="border:none" /></a> </td> <td width="123" align="center"> <a href="index-6.html"><img src="images/contact.gif" style="border:none" /></a> </td> </tr> </table> </td> </tr> <tr> <td valign="top" align="left" width="237" height="1"> <img src="images/t.gif" width="237" height="1"/> </td> <td valign="top" width="429" colspan="2" rowspan="2" style="padding:17px 0px 15px 10px;" class="box2_3"> <table cellpadding="0" cellspacing="0" border="0" width="426"> <tr> <td><h1>Customized Mobile Software</h1><img src="images/smile1.jpg" height="138" width="118" align="left"/><h2>Give your business the competitive edge it needs.</h2>Whatever your needs, and whatever level of business automation you currently have, we can provide you with professional support.<br><br>Scriptnetics is only satisfied when our customers receive the highest quality software. We understand there is a lot riding on a business' new software. Scriptnetics is dedicated to giving you more than just software but in providing new efficiencies and competitive advantages for your business with software created above the rest.<br><br>In today’s global marketplace, complexity is certain, speed to market is essential. Choosing a Scriptnetics custom software solution may give your business the competitive edge it needs! </td> </tr> </table> </td> </tr> <tr> <td valign="top" width="237" rowspan="3" height="100%"> <table cellpadding="0" cellspacing="0" border="0" style="background-image: url(images/bg_box1_top_x.jpg); background-position: left top; background-repeat: repeat-x; background-color:#EFEFEF; "> <tr> <td valign="top" width="100%" style="padding:0px 8px 0px 28px;"> <table cellpadding="0" cellspacing="0" border="0" width="201"> <tr> <td valign="top" width="100%"> <div style="margin:29px 0px 23px 1px;"><h1>News & Events</h1></div> </td> </tr> <tr> <td valign="top" class="date"><img src="images/marker_rect.gif" width="5" height="6" alt="" align="bottom" style="margin:0px 4px 0px 2px;">12.06.06<img src="images/marker_rect.gif" width="5" height="6" align="bottom" alt="" style="margin:0px 0px 0px 4px;"> </td> </tr> <tr> <td valign="top" style="padding-top:1px;"><h4>Scriptnetics announces the development of medical UMPC application.</h4><br>Scriptnetics today announced they are developing a prescription writing program, RxScribbler, for the Ultra Mobile PC (UMPC.) This announcement makes...<br><br> </td> </tr> <tr> <td valign="top" class="date" style="padding-bottom:15px;"> <div class="more" style="padding-top:2px; margin-left:5px;"><img src="images/marker_3.gif" width="8" height="9" alt="" style="margin-right:10px;"><a href="news.html">Read More</a> </div> </td> </tr> <tr> <td align="right" style="background: url(images/bg_point_x.gif) left repeat-x;"><img src="images/part_1.gif" width="6" height="1" alt=""> </td> </tr> <tr> <td valign="top" class="date" style="padding-top:19px; "><img src="images/marker_rect.gif" width="5" height="6" alt="" align="bottom" style="margin:0px 4px 0px 2px;">22.04.04<img src="images/marker_rect.gif" width="5" height="6" align="bottom" alt="" style="margin:0px 0px 0px 4px;"> </td> </tr> <tr> <td valign="top" style="padding-top:1px;"><h4>Scriptnetics releases the first EMR with embedded handwriting</h4><br />MONCTON, N.B. -- April 22, 2004 -- Scriptnetics announced today the official release of Medscribbler, the first electronic medical record (EMR) designed and built to take full advantage of the new Tablet PCs and the Microsoft Windows® XP Tablet operating system.<br><br>“Medscribbler on a Tablet PC solves ...<br><br> </td> </tr> <tr> <td valign="top" class="date" style="padding-bottom:15px;"> <div class="more" style="padding-top:2px; margin-left:5px;"><img src="images/marker_3.gif" width="8" height="9" alt="" style="margin-right:10px;"><a href="news.html">Read More</a> </div> </td> </tr> <tr> <td align="right" style="background: url(images/bg_point_x.gif) left repeat-x;"><img src="images/part_1.gif" width="6" height="1" alt=""> </td> </tr> <tr> <td valign="top" class="date" style="padding-top:19px;"><img src="images/marker_rect.gif" width="5" height="6" alt="" align="bottom" style="margin:0px 4px 0px 2px;">10.09.03<img src="images/marker_rect.gif" width="5" height="6" align="bottom" alt="" style="margin:0px 0px 0px 4px;"> </td> </tr> <tr> <td valign="top" style="padding-top:1px;"><h4>Scriptnetics releases Officemed, a Tablet PC EMR</h4><br>MONCTON, N.B. -- Setember 10, 2003 -- Scriptnetics announced today the official release of Officemed, an electronic medical record (EMR) designed and built to take advantage of the new Tablet PCs and the Microsoft Windows® XP Tablet operating system.<br><br>“Officemed promises to usher in a new era in ...<br><br> </td> </tr> <tr> <td valign="top" class="date" style="padding-bottom:15px;"> <div class="more" style="padding-top:2px; margin-left:5px;"><img src="images/marker_3.gif" width="8" height="9" alt="" style="margin-right:10px;"><a href="news.html">Read More</a> </div> </td> </tr> <tr> <td align="right" style="background: url(images/bg_point_x.gif) left repeat-x;"><img src="images/part_1.gif" width="6" height="1" alt=""> </td> </tr> <tr> <td valign="top" class="more" style="padding-bottom:20px; padding-top:26px;"><img src="images/marker_3.gif" width="8" height="9" alt="" style="margin-right:10px;"><a href="news.html">More News</a> </td> </tr> </table> </td> </tr> <tr> <td valign="bottom" width="4"><img src="images/box1_corn_l_b.gif" width="4" height="7" alt=""> </td> <td valign="top" width="237"><img src="images/spacer.gif" width="1" height="1" alt=""> </td> <td valign="bottom" width="4"><img src="images/box1_corn_r_b.gif" width="4" height="7" alt=""> </td> </tr> </table> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top" style="padding:28px 0px 10px 23px;"><img src="images/banner_1.gif" width="191" height="59" alt="" border="0"> </td> </tr> </table> </td> </tr> <tr> <td valign="top" colspan="2" style="padding:0px 20px 0px 17px;"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td style="border-top:1px solid #959595; "><img src="images/spacer.gif" width="1" height="17" alt=""> </td> </tr> </table> </td> </tr> <tr> <td valign="top" width="222" height="100%" style="padding:0px 20px 0px 17px;"> <table cellpadding="0" cellspacing="0" border="0" width="182"> <tr> <td valign="top" colspan="3" style="padding-bottom:5px; padding-top:10px;" ><h1>What we sell!</h1> <table> <tr width="100%"> <td rowspan="2" valign="top"><img src="images/img_products_index.jpg" width="87" height="86" /> </td> <td class="txt_blue" colspan="2"><h3>Scriptnetics is skilled in :</h3> </td> </tr> <tr> <td valign="middle" class="list" ><img src="images/marker_4.gif" width="4" height="7" alt="" style="margin-right:5px; margin-left:2px; margin-top:4px;" align="middle" /> </td> <td valign="bottom" class="list" style="padding-bottom:2px;">Custom programming </td> </tr> </table> </td> </tr> <tr> <td valign="top" class="list" ><img src="images/marker_4.gif" width="4" height="7" alt="" style="margin-right:5px; margin-left:2px; margin-top:4px;" /> </td> <td valign="top" colspan="2" class="list" style="padding-bottom:10px;">Customizing packaged solutions to specific business requirements </td> </tr> <tr> <td valign="top" class="list" ><img src="images/marker_4.gif" width="4" height="7" alt="" style="margin-right:5px; margin-left:2px; margin-top:4px;" /> </td> <td valign="top" colspan="2" class="list" style="padding-bottom:10px;">Pre-project consulting to determine “change” needs and requirements </td> </tr> <tr> <td valign="top" class="list" ><img src="images/marker_4.gif" width="4" height="7" alt="" style="margin-right:5px; margin-left:2px; margin-top:4px;" /> </td> <td valign="top" colspan="2" class="list" style="padding-bottom:10px;">Implementation, continuing support, and enhancement of custom software to determine “change” needs and requirements </td> </tr> <tr> <td valign="top" class="list" ><img src="images/marker_4.gif" width="4" height="7" alt="" style="margin-right:5px; margin-left:2px; margin-top:4px;" /> </td> <td valign="top" colspan="2" class="list" style="padding-bottom:10px;">Development of custom software for commercial distribution </td> </tr> </table> </td> <td valign="top" width="226" style="padding:0px 15px 0px 0px;"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" colspan="2" width="224" style="padding-bottom:11px; border-bottom:1px solid #959595; padding-top:10px;"> <img src="images/smile3.jpg" width="87" height="105" alt="" style="margin-right:10px; margin-top:5px;" align="left" /> <div style="margin-bottom:5px"><h2>SOFTWARE Fast and easy</h2> </div> <div class="txt_blue"><a href="index-3.html">Scriptnetics custom software solution may give your business the competitive edge it needs!</a> </div> </td> </tr> <tr> <td valign="top" style="padding-top:14px; padding-bottom:18px;" class="list2"> <img src="images/marker_4.gif" width="4" height="7" alt="" style="margin:0px 5px 0px 0px;"> We use higher level development languages and Microsoft SQL and MySQL databases for robust large network friendly applications. We do not outsource and develop only for the North American market.<br>But we have a cultural anthropologist on staff to make sure the developed software works in your company's business culture.<br>Scriptnetics's high level of expertise allows programming for custom applications that work on the Tablet PC and can handle embedded handwriting recognition directly into the customer's software. Truly mobile applications are possible with Scriptnetics Tablet PC developed applications. </td> </tr> <tr> <td valign="top" colspan="2"> <div class="more"><img src="images/marker_3.gif" width="8" height="9" alt="" style="margin-right:10px;"><a href="index-3.html">Click here for Details</a></div><br> </td> </tr> </table> </td> </tr> <tr> <td valign="top" colspan="3"> <hr> </td> </tr> <tr> <td valign="top" colspan="3" align="center" class="footer">Scriptnetics.Com © 2006<br><a href="index-7.html">Privacy Policy</a> </td> </tr> </table> </td> <td width="50%" class="bg_right_gum"><img src="images/spacer.gif" width="1" height="1" alt=""> </td> </tr></table> </body>
    Now I tried the rowspan, but came quick to realize that that wont work. I<m trying to see if there is a way in HTML or CSS to do this. Please help!Please let me know if you need more info!
×
×
  • Create New...