Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-02-2010, 08:27 PM   PM User | #1
azteckid510
New to the CF scene

 
Join Date: Jun 2010
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
azteckid510 is an unknown quantity at this point
I need a "simple" free HTML/CSS edit...please?

Hello, my name is Caesar and I'm going to be in the process of creating a portfolio about myself for school and work. The website in my name (which hasnt been registered yet, but will be by the end of the week), will consist of works that I have done, in progress and so on. This site will not generate income and is only meant to show employees my resume. it will have approximately have 10 pages and in my case, I will use a free CSS template from the link:

http://www.freecsstemplates.org/preview/abrasive

I am wondering if it would be possible for to simply make the template cross-browser compatible for all major browsers. Is this something that can be done for free? I'm not looking for a complete make over since I like the template above. I'm intending to edit the content in the template and replace it with content about me and links to my projects.

If anyone accepts, I will download the file from the link posted above and send it to you. Or if you like, you can simply download it yourself. I would like to add your name to the bottom of my portfolio site with something like "Template from freecsstemplates.org and edited by (your name) for cross-browser compatibility."

I am pretty much a noob with this stuff and I'm thinking that editing the code to make it compatible with all major browsers would cost maybe $10 or $15 at the most? I'm hoping this can be done for free since I'm not using the site for income at all. Everything is included in the link above so would it be a simple process to edit the html file from the link?


Thanks,

Caesar R.
azteckid510@gmail.com
azteckid510 is offline   Reply With Quote
Old 06-02-2010, 08:52 PM   PM User | #2
optimus203
Regular Coder

 
optimus203's Avatar
 
Join Date: Sep 2008
Location: CT
Posts: 316
Thanks: 22
Thanked 16 Times in 15 Posts
optimus203 is an unknown quantity at this point
It can be done for free, through researching cross browser CSS compatibility on Google.

Everyone on this board offers free help on specific questions/problems that you may have, but to come on this board and ask someone to go through all your CSS and make it compatible with all browsers free of charge in inappropriate, and offering $10-15 for those types of revisions is insulting.
__________________
Always thank those CF Users who help you solve issues...
Connecticut Web Design
optimus203 is offline   Reply With Quote
Users who have thanked optimus203 for this post:
azteckid510 (06-02-2010)
Old 06-02-2010, 09:05 PM   PM User | #3
azteckid510
New to the CF scene

 
Join Date: Jun 2010
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
azteckid510 is an unknown quantity at this point
I apologize

I didnt mean to insult anyone, like I said before, I'm a noob at this kind of thing so I am unaware if it is a job that requires a lot of work. I tried researching a way for me to edit the html via google, but I have no html experience so I dont know what to do.

If there is something someone like me, with no programming experience, can do on his own, please let me know.

Thank you,

Caesar
azteckid510 is offline   Reply With Quote
Old 06-02-2010, 09:18 PM   PM User | #4
optimus203
Regular Coder

 
optimus203's Avatar
 
Join Date: Sep 2008
Location: CT
Posts: 316
Thanks: 22
Thanked 16 Times in 15 Posts
optimus203 is an unknown quantity at this point
In the words of Buddha "He is able who thinks he is able."

1 - Research on Google. Doing a simple elementary search using "css cross browser compatibility" returns a plethora of results.
2 - Compare search result suggestions with your code. See the differences and test out their suggestions.
3 - Revise code when needed, and test revised code in many browsers.
4 - Keep revising and testing until you have the perfect formula.
5 - If your having specific issues, do a Google search and you will most likely find a solution.
6 - If all else fails, post your issue in forums and hopefully someone will help.

Even non-profit organizations hire companies to develop their website. Learning how to do it yourself and becoming familiar with your website will only help you further down the road.

A couple of useful links that might help out with general web development are:

http://www.w3schools.com/
http://htmldog.com/guides/cssbeginner/
http://exitfegs.co.uk/Sources.html

Doing a search for "css for beginners" in google will give you some resources you need. But who knows, maybe someone on this forum will be willing to offer services for Free.
__________________
Always thank those CF Users who help you solve issues...
Connecticut Web Design
optimus203 is offline   Reply With Quote
Old 06-02-2010, 09:36 PM   PM User | #5
effpeetee
Senior Coder

 
effpeetee's Avatar
 
Join Date: Feb 2007
Location: Clapham Junction - London SW
Posts: 4,884
Thanks: 228
Thanked 204 Times in 203 Posts
effpeetee is an unknown quantity at this point
There is a lot of help here.

Have a go and we will help you where we can.
Nothing ventured, nothing gained.

Use the search facility.

Frank
__________________
* Sources (updated: 21.11.2012.
Using Windows 8 Professional. 64bit with HP Photosmart 5510 printer Very useful site here.
effpeetee is offline   Reply With Quote
Old 06-03-2010, 01:23 AM   PM User | #6
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Quote:
I am wondering if it would be possible for to simply make the template cross-browser compatible for all major browsers.
What browser are you having compatability problems with? The template is already valid CSS/HTML and appears to work just fine in every browser I have.

What exactly is it you want to fix?
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Old 06-03-2010, 08:43 AM   PM User | #7
mbaker
Regular Coder

 
mbaker's Avatar
 
Join Date: Jan 2010
Location: Burford, Oxfordshire, United Kingdom
Posts: 249
Thanks: 1
Thanked 39 Times in 39 Posts
mbaker is an unknown quantity at this point
Further to Excavator's comment, how many browsers have you tested the template in?

If you don't have access to many, have you tried browsershots.org?

It tests in multiple browsers and gives you screen capture images.

Take a look at: http://browsershots.org/http://www.f...iews/abrasive/

There should be 32 browser shots of your chosen template at the above URL within the next hour or so.
__________________
- Michael Baker - HTML Tags Guide - Reference and Tutorials
- Like voting, validate early, validate often - W3C HTML Validator - W3C CSS Validator
- Wot? me cynical? no, its just if you vote, er, validate early, you have more chance of validating often.

Last edited by mbaker; 06-03-2010 at 08:53 AM.. Reason: Estimated time to completion at browsershots keeps changing.
mbaker is offline   Reply With Quote
Old 06-03-2010, 02:20 PM   PM User | #8
Scriptet
Regular Coder

 
Join Date: Apr 2008
Posts: 685
Thanks: 15
Thanked 105 Times in 104 Posts
Scriptet is on a distinguished road
The browsershots looks good from over here. I think you might be misunderstanding cross-browser compatability, of course this just means that the site performs and looks in the expected way across all browsers.

Most templates should already have this to a reasonable extent provided they are developed by anyone who knows what they are doing.

Well I guess you got it done for free anyways without even trying
Scriptet is offline   Reply With Quote
Old 06-03-2010, 03:52 PM   PM User | #9
azteckid510
New to the CF scene

 
Join Date: Jun 2010
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
azteckid510 is an unknown quantity at this point
Thanks a lot guys

Thank you very much guys. I have NO experience with HTML, CSS and everything else regarding coding, creating, testing and editing website code. I just created a website for my start up company a few weeks ago and I basically made that site by trial and error (replacing content from the template with my own).

I plan to start using Dreamweaver to edit the template I posted for my portfolio so if possible, it would be great if you guys could help me along the way.

Thank you very much for the assistance. I truly appreciate it.


Caesar
http://www.cloudscapeproductions.com
azteckid510 is offline   Reply With Quote
Old 06-03-2010, 04:50 PM   PM User | #10
optimus203
Regular Coder

 
optimus203's Avatar
 
Join Date: Sep 2008
Location: CT
Posts: 316
Thanks: 22
Thanked 16 Times in 15 Posts
optimus203 is an unknown quantity at this point
Along the way, if you are doing some coding or copying/pasting from other resources, you'll want to use http://validator.w3.org/ to make sure your code is compliant. Invalid code can be the source of errors for your website. Right now, it validates perfectly fine though. Just for future reference, you'll want to keep that link handy.
__________________
Always thank those CF Users who help you solve issues...
Connecticut Web Design
optimus203 is offline   Reply With Quote
Old 06-03-2010, 04:57 PM   PM User | #11
azteckid510
New to the CF scene

 
Join Date: Jun 2010
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
azteckid510 is an unknown quantity at this point
About the w3c link

I used that link once before and although I did get errors, I was unsure of what to do. Does it simply tell you the errors within the coding or does it also tell you how to fix it?
azteckid510 is offline   Reply With Quote
Old 06-03-2010, 05:56 PM   PM User | #12
optimus203
Regular Coder

 
optimus203's Avatar
 
Join Date: Sep 2008
Location: CT
Posts: 316
Thanks: 22
Thanked 16 Times in 15 Posts
optimus203 is an unknown quantity at this point
It tells you which line your error is on, and usually tells you why that line is wrong. Having 1 line of code can trigger other errors in your document, so fix one error at a time and try to validate. Once you get better with coding, you'll be able to pinpoint which errors will fix others.

But right now, your site validates perfectly fine so nothing to worry about for the time being.
__________________
Always thank those CF Users who help you solve issues...
Connecticut Web Design
optimus203 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 02:13 AM.


Advertisement
Log in to turn off these ads.