| Author |
Message |
Forum: HTML Forum Topic: Choosing a Random Page Link from an Array |
| dflynn |
|
Posted: Tue Jul 21, 2009 6:11 am
|
|
Replies: 1 Views: 167
|
| 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. |
|
 |
Forum: HTML Forum Topic: i.e and ff |
| dflynn |
|
Posted: Wed Jul 01, 2009 9:45 pm
|
|
Replies: 1 Views: 192
|
| 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. |
|
 |
Forum: HTML Forum Topic: send d input email ad and password to your email in a click |
| dflynn |
|
Posted: Wed Jul 01, 2009 9:43 pm
|
|
Replies: 1 Views: 233
|
| 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... |
|
 |
Forum: HTML Forum Topic: make calendar live in html |
| dflynn |
|
Posted: Wed Jul 01, 2009 9:40 pm
|
|
Replies: 4 Views: 88888
|
| 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 |
|
 |
Forum: Photoshop Forum Topic: How to make an image go to another page when clicked |
| dflynn |
|
Posted: Mon May 18, 2009 1:27 pm
|
|
Replies: 1 Views: 134
|
Just uses <a> </a> tags around the <img> tag. Like this
Code: <a href="URL of page you want to go to"><img src="Image you want to make link" /> </a> |
|
 |
Forum: Photoshop Forum Topic: Photo retouching using photoshop |
| dflynn |
|
Posted: Sun Apr 26, 2009 12:25 am
|
|
Replies: 5 Views: 326
|
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. |
|
 |
Forum: Showroom Topic: Pls review my site |
| dflynn |
|
Posted: Sat Apr 25, 2009 12:11 am
|
|
Replies: 2 Views: 119
|
| 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 ... |
|
 |
Forum: JavaScript Forum Topic: Hide div using cookie if page has been already loaded today? |
| dflynn |
|
Posted: Fri Apr 24, 2009 8:23 pm
|
|
Replies: 3 Views: 443
|
| 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... |
|
 |
Forum: JavaScript Forum Topic: Need help - looking for a simple 2 level horizontal menu scr |
| dflynn |
|
Posted: Fri Apr 24, 2009 3:34 pm
|
|
Replies: 1 Views: 316
|
|
 |
Forum: JavaScript Forum Topic: Hide div using cookie if page has been already loaded today? |
| dflynn |
|
Posted: Fri Apr 24, 2009 3:25 pm
|
|
Replies: 3 Views: 443
|
| 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{ ... |
|
 |
Forum: Photoshop Forum Topic: Multiple Layers under one slice |
| dflynn |
|
Posted: Fri Apr 24, 2009 3:18 pm
|
|
Replies: 2 Views: 116
|
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. |
|
 |
Forum: Photoshop Forum Topic: Create Maps of countries |
| dflynn |
|
Posted: Fri Apr 24, 2009 3:15 pm
|
|
Replies: 8 Views: 219
|
| Yes, as long as you are using the pen tool and maintaining all of your original vectors. |
|
 |
Forum: Photoshop Forum Topic: Some Photoshop CS3 RGB colors not matching web colors |
| dflynn |
|
Posted: Fri Apr 24, 2009 5:15 am
|
|
Replies: 2 Views: 188
|
| 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... |
|
 |
Forum: HTML Forum Topic: Online updating/editing? |
| dflynn |
|
Posted: Fri Apr 24, 2009 3:50 am
|
|
Replies: 3 Views: 222
|
Welcome to DEVPPL 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  |
|
 |
Forum: Showroom Topic: bathroomwriter.com |
| dflynn |
|
Posted: Thu Apr 23, 2009 11:55 pm
|
|
Replies: 7 Views: 256
|
| I've made a lot of improvements to the site lately. Any other suggestions? |
|
 |
| Sort by: |