It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites

Search found 748 matches

Return to advanced search

Re: Choosing a Random Page Link from an Array

You'll have to use PHP and a MySQL database to do this. HTML is only used as a means to display content, not run programs.
by dflynn
on Tue Jul 21, 2009 6:11 am
 
Forum: HTML Forum
Topic: Choosing a Random Page Link from an Array
Replies: 1
Views: 169

Re: i.e and ff

There's lots of things that IE handles differently than FF or any legitimate browser. I'd suggest using google searches to research and playing with CSS to learn how to properly design for both.
by dflynn
on Wed Jul 01, 2009 9:45 pm
 
Forum: HTML Forum
Topic: i.e and ff
Replies: 1
Views: 193

Re: send d input email ad and password to your email in a click

As far as I'm concerned, we don't support hacking here for any other purpose than learning to protect your own site, which you clearly aren't doing...
by dflynn
on Wed Jul 01, 2009 9:43 pm
 
Forum: HTML Forum
Topic: send d input email ad and password to your email in a click
Replies: 1
Views: 233

Re: make calendar live in html

You're going to need a lot more than HTML to get it rolling. I've built a basic one out of PHP before. You can definitely find some out there that use Jaascript. Check out DHTML
by dflynn
on Wed Jul 01, 2009 9:40 pm
 
Forum: HTML Forum
Topic: make calendar live in html
Replies: 4
Views: 88894

Re: How to make an image go to another page when clicked

Just uses <a> </a> tags around the <img> tag. Like this


Code: Select all
<a href="URL of page you want to go to"><img src="Image you want to make link" /> </a>
by dflynn
on Mon May 18, 2009 1:27 pm
 
Forum: Photoshop Forum
Topic: How to make an image go to another page when clicked
Replies: 1
Views: 134

Re: Photo retouching using photoshop

Depends on how good you are, how bad the photos are, and how much time / effort it will take to do it, and what you feel is reasonable.
Theres no set cost, nor can anyone suggest a price because nobody knows the information listed above.
by dflynn
on Sun Apr 26, 2009 12:25 am
 
Forum: Photoshop Forum
Topic: Photo retouching using photoshop
Replies: 5
Views: 326

Re: Pls review my site

Good job on the site for two months worth of learning. A few suggestions, 1)Your design will benefit from being centred 2)Only HTML should be in the .html file, make a .css file with all your CSS in it. 3)Be careful with your reliability on Javascript. Many people operate without javascript on, and ...
by dflynn
on Sat Apr 25, 2009 12:11 am
 
Forum: Showroom
Topic: Pls review my site
Replies: 2
Views: 119

Re: Hide div using cookie if page has been already loaded today?

Well, I currently have this in my BODY, but it wont work :( <?php if(isset($_COOKIE['cookiename'])) { echo "cookie set"; } else { echo ?> <div id="autoload"> Cookie not set </div> <?php ;} ?> <?php setcookie("cookiename", "someVal...
by dflynn
on Fri Apr 24, 2009 8:23 pm
 
Forum: JavaScript Forum
Topic: Hide div using cookie if page has been already loaded today?
Replies: 3
Views: 443

Re: Need help - looking for a simple 2 level horizontal menu scr

Here's a barebones multi level menu I found on DynamicDrive
It should be pretty simple to edit with a little bit of CSS.
http://www.dynamicdrive.com/dynamicinde ... /index.htm
by dflynn
on Fri Apr 24, 2009 3:34 pm
 
Forum: JavaScript Forum
Topic: Need help - looking for a simple 2 level horizontal menu scr
Replies: 1
Views: 316

Re: Hide div using cookie if page has been already loaded today?

I would suggest using PHP for this. That way, if the user is new it can be generated on the spot. If not, then it will not be executed in the html and just be hidden. if( isset($_COOKIE['myCookie'])){ //Nothing will happen because the Cookie is set. If not it will go to else: }else{ ...
by dflynn
on Fri Apr 24, 2009 3:25 pm
 
Forum: JavaScript Forum
Topic: Hide div using cookie if page has been already loaded today?
Replies: 3
Views: 443

Re: Multiple Layers under one slice

Yes,
open the Actions Tab, and make sure that you're set up to start the first image.
Hit Record in the actions tab, complete one image.(with the hide layer stage)
Hit Stop in the actions tab,
Hit play in the actions tab.

Photoshop will watch what you are doing and copy your actions.
by dflynn
on Fri Apr 24, 2009 3:18 pm
 
Forum: Photoshop Forum
Topic: Multiple Layers under one slice
Replies: 2
Views: 116

Re: Create Maps of countries

Yes, as long as you are using the pen tool and maintaining all of your original vectors.
by dflynn
on Fri Apr 24, 2009 3:15 pm
 
Forum: Photoshop Forum
Topic: Create Maps of countries
Replies: 8
Views: 219

Re: Some Photoshop CS3 RGB colors not matching web colors

How are you applying these colours to the site, and what browser are you using to view the site in. In reality it is impossible to match the colour exactly. All you can really do is design the site how you want it in photoshop and then transfer it over as is. If you are transfering colour codes stra...
by dflynn
on Fri Apr 24, 2009 5:15 am
 
Forum: Photoshop Forum
Topic: Some Photoshop CS3 RGB colors not matching web colors
Replies: 2
Views: 189

Re: Online updating/editing?

Welcome to DEVPPL :P
It's rare that you don't find the answers you're looking for here, or at least someone willing to help.
If you have any questions learning PHP and MySQL, please feel free to ask on the forum, this is where I learned everything I know :D
by dflynn
on Fri Apr 24, 2009 3:50 am
 
Forum: HTML Forum
Topic: Online updating/editing?
Replies: 3
Views: 226

Re: bathroomwriter.com

I've made a lot of improvements to the site lately. Any other suggestions?
by dflynn
on Thu Apr 23, 2009 11:55 pm
 
Forum: Showroom
Topic: bathroomwriter.com
Replies: 7
Views: 257
Next

Return to advanced search