Search found 160 matches

Actual Results

Post Posted: August 26th, 2008, 11:05 am

That was a very nicely done example you did. I thank you much.

Post Posted: August 25th, 2008, 9:12 pm

Just curious, but where do these ad infested nobody sites come from? For instance: http://www.unonymous.com , an old site that use to exist but is now nothing but a lame attempt at ads. But curiously, have you ever explored the anatomy of that website? It all ends up pointing out to some...

Post Posted: August 25th, 2008, 7:05 pm

Well. First off, you should define more in depth what you are looking to accomplish. The function I gave you 'imagecopyresampled' has these parameters: [code]imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h ,...

Post Posted: August 25th, 2008, 2:10 pm

Couldn't you just include your second form file within the first? Thus using the same variables on two files.

But I'm thinking I just don't understand what you are trying to accomplish with two actions. 8)

Post Posted: August 25th, 2008, 2:02 pm

PHP's GD library can be used.

http://phpbuilder.com/manual/en/book.image.php

I typically use the 'imagecopyresampled'function.

Post Posted: August 25th, 2008, 1:57 pm

Well I was looking to make a flash background with images and text over it. CSS layers seemed to be the way to go, but after looking around and failing to do so myself I almost think it is no longer supported?! Or what? http://www.flashdesignerzone.com/tutorials/t1044.php This link p...

Post Posted: August 14th, 2008, 8:29 am

I know in XP, right click my computer, properties, advanced tab, performance options. Been awhile since I toyed with vista, but you might find some options in a similar location.

as far as a hot key, I have no idea. I personally hate vista with a dying passion. have fun

Post Posted: August 14th, 2008, 8:21 am

Bogey wrote:
lol wow... new ways to get high

xlgfx wrote:
thanks for letting me know about this atno. im downloading some now. cant smoke weed anymore, so why not give it a try? lol

I'm with these guys. :D

But I have heard of sound waves being able to do some messed up things to people. Military operations and all. :P

Post Posted: August 11th, 2008, 9:46 pm

Pre-Increment says it will add one to your value before using it in an expression. Post-increment is just the opposite, saying it will use it in an expression, then afterwords add one too. However, we want to add to the count, then update. Not update then add. So pre-increments work better in this c...

Post Posted: August 11th, 2008, 1:08 pm

Make sure you are applying your class to the link! My CSS sample:
Code: [ Download ] [ Select ]
a:hover{ border: thin solid #000000;} a.imglink:hover{ border: none;}
When applying it to the image link, you need to call the class with the link:[code]<a href="www.google.com" class="imglink">&l...

Post Posted: August 11th, 2008, 11:08 am

Couple things I would do differently. Either change your expression to an increment
Code: [ Download ] [ Select ]
UPDATE tbl_counter SET total_views = ++total_views
But then again, I would almost be sloppy and give it a new value completely. I don't like having the same variable name on the same line, when one of tho...

Post Posted: August 11th, 2008, 9:02 am

I use to love getting involved here with programming problems, helping others when I could, and mostly getting help from you guys. But I hit a bump in my road. As much as I would love to get back into it again, I am struggling with the most basic problem. I CAN'T THINK OF ANYTHING TO CODE!!!! I'm se...

Post Posted: August 11th, 2008, 8:49 am

So the content isn't complete yet, but once I finish this site I'm heading back down to college. So any tips or critiques you guys have will be considered to help improve the site. link: http://www.mdpusa.net/ Marketing is a messed up business. Lots of lies and deception, so I struggled ...

Post Posted: August 11th, 2008, 8:42 am

The design starts out amazingly well done. But towards the bottom of the page is just kinda falls apart. Try a bottom banner with similar properties to that of your top. Hold it together. But hey, that's just my opinion. =P

Post Posted: August 11th, 2008, 8:39 am

The colors are ew, but if you like them, no problem. You currently have no title implemented, simple fix. Overall I think you know what you need to do to finish the site up. It is a free domain so I'm not expecting much. So although it obviously has its flaws, I think what you should focus on is the...
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.