- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
I learn to teach so I can teach to learn.
- Interests
- life is a hobby
24 Posted Topics
Re: as far as I know, a sub domain " sub_domain.domain.com " can't be created by a PHP script or any other script at that. It's a question of a server configuration. If you have access to your host server admin area (Like PLESK) you might have the option to create … | |
Greetings fellow coders, I have read many tutorials, and tried many different code snippets but I have hit a brick wall and decided its time to give my brain a rest and see if other coders can find a solution. with the push of a button I will log into … | |
Re: I would like to see a law passed that forces any judge or lawyer that participates in any type of computer related complaint be certified in computer terminology, computer usage, and computer technology to include how the internet works and force them to understand that if a company is so … | |
Re: if you want your site to be seamless try using css to set your tables rather than use frames. Frames are a thing of the past and most people today dont like them because most new web developers dont know how to render it properly to allow the user to … | |
Re: try to use require once rather than require. are they each connectiong to a different Db? and yes as a security flaw you should close the connection when you are finished. | |
Re: you will need to change the print form to look like your paper to be printed on, then the code will need to resemble the $print properties for each line to be printed. Do a google search for php and pdf print styles | |
Re: please make use of [ co de ][ /co de ] when posting code snips.. makes it easier on the eyes for reading and finding problems. I will share some of my own code but you need to try and figure it on your own: [code] The upload form: <form … | |
Re: give Notepad Lite a try. it highlights errors in both php and html code [url]http://www.notetab.com/ntl.php[/url] | |
hello all; I enjoy the anonymity of the Internet so I will introduce myself as Casper, a nick name I got when I was in high school for the ability to be anyplace yet never seen. I am a teacher in China, I teach Internet web design (more specifically I … | |
Re: you will add to your css attributes, this is an example: [code]#menuList { position:relative; font-size: 1.3em; /* ALL font size */ margin: 0px; /* gap between page top AND main menu to sub menu */ padding: 0px; /* sets the space above and below main menu text (border) */; /* … | |
Re: IE is full of bugs when it comes to css. There are many things that work well with FF and not at all (or at least requiring a hack) for IE. Hover is one <li> is another (the tribute used in drop down menu's) | |
Re: why not just use java to scroll it for you? use a marque type script | |
Re: if there are errors it should not insert into the DB so it will repopulate using what is in the DB. are you asking how to repopulate the form with their selections only highlighting the section that caused the error? try looking at this great example: [url]http://www.guidesandtutorials.com/dreamweaver_8_tutorial_insert_toolbar.html[/url] | |
Re: 1: support question needs to go in the proper area to get the most out of this site 2: no one here will do it for you, we are here to help you figure it out 3:google search "css" print margins | |
Re: long beeps, short beeps or one continuous beep? long beep: short somwhere short beeps: memory continuous beep: video card | |
Re: try this: [url]http://www.guidesandtutorials.com/dreamweaver_8_tutorial_insert_toolbar.html[/url] | |
Re: when starting out a new project I always tell my students the best place to start is on paper. write out what you want the out put to look like then do the html tid bits to get the page to look the way you want it to. Once that … | |
Re: yahoo, msn, and others use css for the page layout. | |
Re: was the update you did service pack 3? if yes you need to unplug all usb ports, disconnect any secondary hdd and reboot with ONLY the primary HDD running. this is a known issue for SP3 and a fix should be in the next update. how to fix this? uninstall … | |
Re: [QUOTE=baltazar;637048]I have a horizontal CSS menu that has the following HTML structure. <ul> <li><a class="top_link">Item 1</a></li> </ul> [code=css]li a.top_link :hover[/code] [code=css]li:hover > a.top_link[/code] Thanks[/QUOTE] [CODE] a:link { color: #898989; text-decoration: none; } /* link normal*/ a:visited { color: #898989; text-decoration: none; } /* previously visited link*/ a:hover { color: #d3d3d3; … | |
Re: just quickly glancing at your source code; IE has trouble skipping parameters of flash. change embed src="flash.swf?skipintro=0 to embed src="flash.swf and see if it shows up. other issues in IE: [CODE]<script src="js/jquery-1.2.1.pack.js" type="text/javascript"></script> <script src="js/jquery-easing.1.2.pack.js" type="text/javascript"></script> <script src="js/jquery-easing-compatibility.1.2.pack.js" type="text/javascript"></script> <script src="js/coda-slider.1.1.1.pack.js" type="text/javascript"></script>[/CODE] make sure these script files are in the … | |
Re: in that case would you mind changing this to solved. your code looks decent enough other than you dont need the extra space between each and every line of code. | |
Hello all, my first post on these boards. I have spent the last few hours reading this section of the boards and I have noticed many new to programming people ask the same question: What language should I use, where should I start, what should I learn, etc etc. All … | |
Re: when you hit ctrl P it will open your printer properties. set the properties you like and save it as that. There is no css code to set printer settings on your local printer. This is a local machine issue with your printer settings. |
The End.