
cmgmyr
-
Posts
1,278 -
Joined
-
Last visited
Never
Posts posted by cmgmyr
-
-
you can also make a script to do it for you if you wanna be really tricky ;-)
-
Looks good overall.
- Some of your longer text sticks out of the red sections.
- When you look at it in a smaller resolution your boxes seem out of order.
- After you click on something, when you are at your "please wait" page your footer doesn't stay on the bottom.
-Chris -
I checked my CPU usage on my PC at home and it went up to 60-70%...and on a duel core...thats not good :-)
-
Instead of where you have the iframe put this:
[code]<div id="top_5" style="width:100;height:100;overflow:auto;"><?php include "your_top_five_script.php"; ?></div>[/code]
change the height and width to whatever you want.
-Chris -
Very nice, I didn't see any problems right off.
I don't think you'll have any problems finding work :-)
-Chris -
What you wrote first should work for you
[code]echo(" <span class='STYLE_NAME'><A HREF=\"{$view_link}\" TARGET=\"_blank\">{$topic_title}</A> <br> Posted on {$topic_time}</span><BR>\n");[/code]
-Chris -
That wouldn't be something that css would do really. That would be just php. You should look into packages like OSCommerce they have a few languages in there that maybe you can pick up a few ideas from.
You would basically make your layout and have 2 different language packs...english and Navajo you would have to type up both. But as far as Navajo on the web...i'm a little rusty in that language so I don't really know where abouts to start with the language itself.
hope this helped a little
-chris -
[quote]As a side note, who's the hottie with the kid? [/quote]
I was kinda wondering that too...i assume it's your wife or girlfriend? -
On my cards I just have the services that I offer listed and contact information/website.
I do not have the technologies offered because what if I add one? What if I find something better to use then whats listed.
I just tell them to visit the website for more details.
-Chris -
It sounds like you would have to global the variable in the page that you have in the iframe.
-
how about the HTML?
-
from what I can see you aren't checking the database to see if the e-mail address exists. Also why are you using e-mail address as the primary key, you can just use and int as a primary key and just have e-mail address in the table and query that when ever you need to, it will do the same thing, but ne a little neater.
-
If you want that to validate just change border=0 to style=\"border:0;\"
[code]<?php
if (isset($ref))
{
echo '<A href="signup.php?ref=$ref"><IMG src="images/join.gif" style="border:0;">';
}
else
{
echo '<A href="signup.php"><IMG src="images/join.gif" style="border:0;">';
}
?>[/code] -
Can you please post some code so we actually know what the problem is? Just copy the first viewable page or two from your editor.
-Chris -
It's almost too simple ;D
-
-
1st, this would be more of freelancing...so it's probably going to get moved into there.
2nd. There are TONS of tutorials online for ANYTHING you want to do, especially html and/or php. I would recommend putting it back into photoshop, slicing it up, save for web and mess around with what comes out, at least that will be a start.
-Chris -
When you set up the div, assign it an id and in your css make the output that you want with that id. That will over ride whatever css it is reading from now.
-Chris -
[code]if ($cost_check != $status) {
echo "error";
}else {
echo "$cost_check";
}[/code] -
1. You should try setting this up in a div and using and include instead of an iframe.
2. You can change the colors in the css files that were included in your forum
3. If you use a div and include it should get rid of any extra space IE is putting in there.
Hope that helped.
-Chris -
It wouldn't show an error if there was one.
-
Any ideas at all?
-
try:
$ip = $_REMOTE_ADDR;
-Chris -
Wow, the site looks great.
Just a few things:
- Need some sort of rolloever on the navigation
- "latest games" doesn't work
You should try making a skin for your forums to make it a little more like your site.
Other then that I like it a lot.
-Chris
Backup Issues
in PHP Coding Help
Posted
You can also make the scripts yourself if you want to.
-Chris