Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 263
Actual Results
- b_heyer
- Forum: Website Design Forum
- Topic: slicing webpage
- Subject: slicing webpage
- Replies: 3
- Views: 635
- Subject: slicing webpage
Posted: April 4th, 2009, 7:38 am
I have avoided the actual "slice" tool in photoshop for several years now. For the most part it can yield images you don't really need -- they could easily be replaced with some css. My process is: Create guides for the areas I would like to slice Start at the top and rectangular marquee t...
- b_heyer
- Forum: Programming / Scripting / Coding Forum
- Topic: display 3 lines on a row and then break.. (textfile)
- Subject: display 3 lines on a row and then break.. (textfile)
- Replies: 2
- Views: 568
Posted: June 9th, 2008, 9:03 am
Not 100% sure what you mean, but you should probably use the mod (%) operator. This isn't PHP verbatum, but you should be able to get the idea: [code] /* start at one since 0%3 == 0 and we don't want a break right off */ $count = 1; foreach ($array as $linej) { /* output line here */ $count++; /* th...
- b_heyer
- Forum: Programming / Scripting / Coding Forum
- Topic: NEED SOME ASSISTANCE WITH A CGI SCRIPT
- Subject: NEED SOME ASSISTANCE WITH A CGI SCRIPT
- Replies: 1
- Views: 500
Posted: January 5th, 2008, 8:00 pm
Your best luck would be to directly paste either the code, in code [] tags, or a link to the code, this way people do not have to go out of their way to find the information you need.
Brandon
Brandon
- b_heyer
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP support
- Subject: PHP support
- Replies: 5
- Views: 578
- Subject: PHP support
Posted: January 5th, 2008, 7:58 pm
Hi Krazy,
The best book I have ever seen for php is the online documentation at php.net. It's free, downloadable (if you REALLY want to print it) and has all sorts of user input at the end of each page.
Then again, I never was one for tutorials...
The best book I have ever seen for php is the online documentation at php.net. It's free, downloadable (if you REALLY want to print it) and has all sorts of user input at the end of each page.
Then again, I never was one for tutorials...
- b_heyer
- Forum: Website Design Forum
- Topic: how to make rotating text banner?
- Subject: how to make rotating text banner?
- Replies: 3
- Views: 2861
- Subject: how to make rotating text banner?
Posted: June 17th, 2007, 5:17 pm
You may wish to try for "Javascript text marquee" or "html marquee" or "javascript scrolling text". If you ever get stuck in a spot like this again, right clicking on the webpage in question and choosing "view source" will allow you to see how the designer did...
- b_heyer
- Forum: Website Design Forum
- Topic: Incredibly Strange Problem
- Subject: Incredibly Strange Problem
- Replies: 8
- Views: 699
- Subject: Incredibly Strange Problem
Posted: June 17th, 2007, 3:44 pm
Sure, like I said I'm not seeing the problem in the isles site:
http://ul.before-reality.net/islofwight.jpg
but I am on the ask site:
http://ul.before-reality.net/askthegc.jpg
http://ul.before-reality.net/islofwight.jpg
but I am on the ask site:
http://ul.before-reality.net/askthegc.jpg
- b_heyer
- Forum: Website Design Forum
- Topic: Incredibly Strange Problem
- Subject: Incredibly Strange Problem
- Replies: 8
- Views: 699
- Subject: Incredibly Strange Problem
Posted: June 17th, 2007, 2:00 pm
On the isles site I do not see the problem, however on the ask site the 'ors' is in the second line. What happens if you change
to [code] <a href="sponsors.php" title="Contact...
Code: [ Select ]
<a href="sponsors.php" title="Contact">Sponsors</a>
- b_heyer
- Forum: General Discussion
- Topic: FPS of Life
- Subject: FPS of Life
- Replies: 3
- Views: 816
- Subject: FPS of Life
Posted: June 17th, 2007, 1:56 pm
I suppose it's all quite irrelevant, our eyes don't act as a video camera does, the eye and brain interaction relies on flow not frame. However, like SpooF I'm intrigued by the last one. I think it might be easier to assume that the distance between you and the mirror is 186000 feet and all other ex...
- b_heyer
- Forum: Website Design Forum
- Topic: Incredibly Strange Problem
- Subject: Incredibly Strange Problem
- Replies: 8
- Views: 699
- Subject: Incredibly Strange Problem
Posted: June 17th, 2007, 1:27 pm
Hi there, I am using 6.0.2900 and have no problems with your page, perhaps it was a caching / display issue.
- b_heyer
- Forum: Programming / Scripting / Coding Forum
- Topic: shopping mall software
- Subject: shopping mall software
- Replies: 2
- Views: 612
- Subject: shopping mall software
Posted: March 8th, 2007, 1:23 am
As for an individual store, osCommerce is a great php application for handling online business. Allowing multiple stores and such, not too sure.
- b_heyer
- Forum: Website Design Forum
- Topic: Webmaster / programmer wanted in Miami
- Subject: Webmaster / programmer wanted in Miami
- Replies: 3
- Views: 870
Posted: March 7th, 2007, 12:49 pm
This should be posted in the Job Opportunities forum.
- b_heyer
- Forum: General Discussion
- Topic: Jesus Bones
- Subject: Jesus Bones
- Replies: 50
- Views: 2614
- Subject: Jesus Bones
Posted: March 7th, 2007, 12:48 pm
For me, it's not about trying to make someone believe as I do. I'm not a Pope or any other type of Religious leader, so I could care less. It's more about, keeping an open mind, listening, and learning what other people think. I find it interesting. I like to see things from all perspectives. I onl...
- b_heyer
- Forum: Digital Art and Drawing Forum
- Topic: Coding a Photoshop Layout
- Subject: Coding a Photoshop Layout
- Replies: 12
- Views: 6897
- Subject: Coding a Photoshop Layout
Posted: March 7th, 2007, 12:32 pm
Slicing tells imageready the layout of your page through tables (I believe). If you don't have to slice a lot I'd recommend figuring out a way to do it with div's and css instead.
- b_heyer
- Forum: Programming / Scripting / Coding Forum
- Topic: .doc to .html
- Subject: .doc to .html
- Replies: 6
- Views: 2971
- Subject: .doc to .html
Posted: March 7th, 2007, 12:28 pm
Doc files are binary files, you can't simply view a .doc file in a text editor and hope to see what you had typed in Word. Thus, fread() won't work properly. I don't see why you don't just export the doc from word to .html? Using php for such a thing might not be the best choice.
- b_heyer
- Forum: Website Design Forum
- Topic: My Idea of using a database to been shown on my site
- Subject: My Idea of using a database to been shown on my site
- Replies: 6
- Views: 1046
Posted: March 7th, 2007, 12:25 pm
Well if it's just a nightly thing a website might be overkill, I'd suggest looking into Access. I'm sure you can somehow convert your excel spreadsheet into an Access DB.
