Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~3K People Reached
About Me

I learn to teach so I can teach to learn.

Interests
life is a hobby

24 Posted Topics

Member Avatar for phpuser

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 …

Member Avatar for phpuser
0
134
Member Avatar for casper_wang

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 …

Member Avatar for redagent
0
469
Member Avatar for newsguy

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 …

Member Avatar for casper_wang
0
206
Member Avatar for acediamond

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 …

Member Avatar for sreein1986
0
211
Member Avatar for Kavitha Butchi

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.

Member Avatar for Kavitha Butchi
0
144
Member Avatar for swefil2008

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

Member Avatar for casper_wang
0
149
Member Avatar for seangdy

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 …

Member Avatar for casper_wang
0
144
Member Avatar for aparnesh

give Notepad Lite a try. it highlights errors in both php and html code [url]http://www.notetab.com/ntl.php[/url]

Member Avatar for casper_wang
0
118
Member Avatar for casper_wang

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 …

Member Avatar for casper_wang
0
157
Member Avatar for e_velkova

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) */; /* …

Member Avatar for casper_wang
0
152
Member Avatar for kiraniru

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)

Member Avatar for Ken Sharpe
0
115
Member Avatar for sandy183
Member Avatar for Ken Sharpe
0
115
Member Avatar for heels

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]

Member Avatar for casper_wang
0
173
Member Avatar for veledrom

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

Member Avatar for Ken Sharpe
0
47
Member Avatar for katysue

long beeps, short beeps or one continuous beep? long beep: short somwhere short beeps: memory continuous beep: video card

Member Avatar for sreein1986
0
138
Member Avatar for sreein1986

try this: [url]http://www.guidesandtutorials.com/dreamweaver_8_tutorial_insert_toolbar.html[/url]

Member Avatar for casper_wang
0
86
Member Avatar for soosai

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 …

Member Avatar for casper_wang
0
78
Member Avatar for leapws
Member Avatar for ominus

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 …

Member Avatar for casper_wang
0
69
Member Avatar for baltazar

[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; …

Member Avatar for sreein1986
0
93
Member Avatar for jencinas69

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 …

Member Avatar for casper_wang
0
123
Member Avatar for krammer

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.

Member Avatar for krammer
0
213
Member Avatar for casper_wang

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 …

Member Avatar for casper_wang
0
124
Member Avatar for veledrom

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.

Member Avatar for casper_wang
0
78

The End.