Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Free to Help Anyone In Need
Old 06-12-2008, 03:55 PM Free to Help Anyone In Need
LeetPCUser's Avatar
Skilled Talker

Posts: 58
Name: Bryan
Location: Wisconsin
Trades: 0
I just wanted to open up to the community and lend a hand. I have some free time available this week and would love to help anyone with XHTML or CSS that would need it. I will do this all 100% free.

Things I specialize in:
  • XHTML
  • CSS
  • PHP
  • MySQL
  • Multiple browser designs (looks good in IE6, IE7, Firefox, Safari and Opera)
  • Validation
  • Conversion to tabless design
If anyone would like some help just PM me and I will try my best.
__________________

Please login or register to view this content. Registration is FREE
LeetPCUser is offline
Reply With Quote
View Public Profile Visit LeetPCUser's homepage!
 
 
Register now for full access!
Old 06-19-2008, 11:03 PM Re: Free to Help Anyone In Need
Novice Talker

Posts: 4
Name: llana navarro
Trades: 0
Hi I am new to this forum. I have a question about html. I have created a new store on my website but I need to reroute some pages. I want to have some of the pages redirect the views to another page. I do not know the code to do this. Can you help me with this?
SaharaMaster is offline
Reply With Quote
View Public Profile
 
Old 06-20-2008, 01:21 PM Re: Free to Help Anyone In Need
Junior Talker

Posts: 1
Trades: 0
Hello
I've some interest in HTML and i know this very well,
but in market now days PHP is in high demand. I want some knowledge of PHP .
If you are still there to help me then reply

Thanks
__________________

Please login or register to view this content. Registration is FREE
deep32 is offline
Reply With Quote
View Public Profile
 
Old 06-21-2008, 12:03 PM Re: Free to Help Anyone In Need
Junior Talker

Posts: 1
Name: Melody
Trades: 0
Hey, if you are still available, I need alittle help, or maybe some tips?

I've started a website (melodysworld.tk) that incorporates other people being able to make sections and be featured and able to write freely about their own hobbies or subjects.

My issue is that I want to be able to layout the site without using frames, and I cant seem to find a way to do this.
Everything requires internal links for the sections, which is where the whole problem comes in: I allow others to have links from blogs or their own specified web host.

So how can I format my site with a header and links and have the content links open up neatly in the same site without using frames?

Thank yoo!
Modlovecat is offline
Reply With Quote
View Public Profile
 
Old 06-23-2008, 11:23 AM Re: Free to Help Anyone In Need
LeetPCUser's Avatar
Skilled Talker

Posts: 58
Name: Bryan
Location: Wisconsin
Trades: 0
For the future please PM me with your questions. I will answer the previous three questions below.

Quote:
Originally Posted by SaharaMaster View Post
Hi I am new to this forum. I have a question about html. I have created a new store on my website but I need to reroute some pages. I want to have some of the pages redirect the views to another page. I do not know the code to do this. Can you help me with this?
The easiest way to do this is to use PHP. Does the host you use support PHP. If so, you will have to rename your page with a php extension. For example, instead of store.html it would become store.php. If your host does support PHP put this chunk of code all the way at the top of your document (first line).

Code:

<?php header('Location: http://www.yoursite.com/redirectPage.html'); ?>
Quote:
Originally Posted by deep32 View Post
Hello
I've some interest in HTML and i know this very well,
but in market now days PHP is in high demand. I want some knowledge of PHP .
If you are still there to help me then reply

Thanks
For PHP I would recommend starting to learn the basics. Many times PHP is used with MySQL for database access. This involves things like storing user information as well as logins. You can start by accessing W3Schools. They have a lot to offer. You can also use PHP.net with this to help you learn specific functions and the way to use them. If you are looking for literature try O'Reilly's books. They are quite helpful.

Quote:
Originally Posted by Modlovecat View Post
Hey, if you are still available, I need alittle help, or maybe some tips?

I've started a website (melodysworld.tk) that incorporates other people being able to make sections and be featured and able to write freely about their own hobbies or subjects.

My issue is that I want to be able to layout the site without using frames, and I cant seem to find a way to do this.
Everything requires internal links for the sections, which is where the whole problem comes in: I allow others to have links from blogs or their own specified web host.

So how can I format my site with a header and links and have the content links open up neatly in the same site without using frames?

Thank yoo!
Although I don't know a lot about avoiding iFrames, because I structure my sites in such a way I don't use them, I would recommend doing a Google search on iFrame alternatives.
__________________

Please login or register to view this content. Registration is FREE
LeetPCUser is offline
Reply With Quote
View Public Profile Visit LeetPCUser's homepage!
 
Old 06-24-2008, 04:54 PM Re: Free to Help Anyone In Need
Junior Talker

Posts: 4
Trades: 0
Although I don't need any help just of yet I think this is awesome and I'm glad I joined this community with such great help!
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
mrrsx2006 is offline
Reply With Quote
View Public Profile
 
Old 06-24-2008, 08:00 PM Re: Free to Help Anyone In Need
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
The easiest way to do this is to use PHP. Does the host you use support PHP. If so, you will have to rename your page with a php extension. For example, instead of store.html it would become store.php. If your host does support PHP put this chunk of code all the way at the top of your document (first line).
If you are hosted on Apache an even easier way is to use .htaccess.

You can redirect without renaming files. very important if search engines need to be taken into consideration.
You can also set your htm(l) pages to run as PHP without changing the file extensions.
And be aware the the "chunk of code" will send a 302 response which is a temporary redirect, NOT a permanent redirect (301) that you actually need.


Quote:
So how can I format my site with a header and links and have the content links open up neatly in the same site without using frames?
Server side includes, and the subject has been covered many time in the forums.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-24-2008, 08:47 PM Re: Free to Help Anyone In Need
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
What Chris says about renaming pages is of the utmost importance. What he says about 302 and 301 redirects is also vitally important, but renaming the pages is even more so.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 06-27-2008, 02:48 PM Re: Free to Help Anyone In Need
highanddry's Avatar
Close Talker

Posts: 880
Name: Jacob
Trades: 0
...He can help you by telling you what to do, not actual free work... In case anyone is interested in '100% free ' offer
highanddry is offline
Reply With Quote
View Public Profile
 
Old 06-27-2008, 03:50 PM Re: Free to Help Anyone In Need
rsrikanth05's Avatar
Extreme Talker

Posts: 191
Name: It is a secret...
Location: Devanahalli International Airport, Bengaluru
Trades: 0
So, Mr. 100% free work, can you help me out in creating a template?
__________________
The iPhone is just another overrated environmental disaster.
Selling PR4 Links with good traffic - Contact me.
rsrikanth05 is offline
Reply With Quote
View Public Profile Visit rsrikanth05's homepage!
 
Reply     « Reply to Free to Help Anyone In Need
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.31716 seconds with 12 queries