Re: Website -
StreetGT - 19.06.2012
Nice work!
Re: Website -
Rg-Gaming.Info - 19.06.2012
Quote:
Originally Posted by Niko_boy
nice
but you just converted it from PS to HTML ?
|
Thanks, No i added effects etc...
Quote:
Originally Posted by StreetGT
Nice work!
|
Thank you !
Re : Website -
mehdi-jumper - 19.06.2012
It's like if I gave you a ferrari without keys of the car^^ that sucks
Re: Re : Website -
Rg-Gaming.Info - 20.06.2012
Quote:
Originally Posted by mehdi-jumper
It's like if I gave you a ferrari without keys of the car^^ that sucks
|
lol.... i can hotwire the car
Re: Website -
Farrell - 29.06.2012
Very nice brother
Re: Website -
$mooth - 01.07.2012
Agreed!
mehdi-jumper
Well this is a table design with pictures, the only way to edit the text is by using photoshop or some other image program.
But you can fix the css / divs / javascript like in 5 mins if you want that.
Re: Website - next-studio|TheKiller - 01.07.2012
$mooth, for this design you do not need javascript.
It just need to be converted for html / css (and use divs, not tables)
Re: Website -
$mooth - 01.07.2012
next-studio|TheKiller, i know ^^
just an example.
I do code, html, asp, php, dbaccess, mysql, c++, java and so on!
Re: Website - next-studio|TheKiller - 01.07.2012
Quote:
Originally Posted by $mooth
next-studio|TheKiller, i know ^^
just an example.
I do code, html, asp, php, dbaccess, mysql, c++, java and so on!
|
Me too, less asp.
@On-topic, Just convert the template for css / html, and "upgrade" this thread with the new template version,
I'll be waiting for that.
Re: Website -
sakang - 01.07.2012
i like
Re: Website -
Djole1337 - 01.07.2012
Not bad ...
Re: Website -
Rg-Gaming.Info - 07.07.2012
Quote:
Originally Posted by sakang
i like
|
Good
Quote:
Originally Posted by Mr_DjolE
Not bad ...
|
Thank you.
Re: Website -
Elysian` - 07.07.2012
Nice.
Rg-Gaming.info; reply to my PM.
Re: Website -
royal_king - 08.07.2012
Design looks pretty good, but you failed to covert it into HTML/CSS! It's very hard for the people to edit this template and use it.
Re: Website -
next-studio|TheKiller - 08.07.2012
Quote:
Originally Posted by royal_king
Design looks pretty good, but you failed to covert it into HTML/CSS! It's very hard for the people to edit this template and use it.
|
It isn't even coded by him, he just changed the images of the template, and the "text" content on it.
Re: Website -
Ash. - 20.07.2012
Quote:
Originally Posted by kikito
This is just my side of "looking".
If you do a design for a company, using tables, they will laught at you.
With css / divs / javascript, they will accept it.
Just because the code with css, is more clean and easy, and with tables it isn't.
|
Just to add to this:
- Tables are typically slower than divs (take longer to render and typically require more code too).
Example, which would render first:
Код:
<table>
<tr>
<td>Text</td>
<td>Text</td>
</tr>
<tr>
<td>Text</td>
<td>Text</td>
</tr>
</table>
or
Код:
<div style="float:left; width:50%;">Text</div>
<div style="float:right; width:50%;">Text</div>
<div style="float:left; width:50%;">Text</div>
<div style="float:right; width:50%;">Text</div>
As you can see, there is also more code with tables, thus it will take slightly longer to transfer!
- For SEO (Search Engine Optimisation) purposes, divs are better as they expose more content quicker.
Look at the above example, we go through three tags before we even get to any content, making SEO processing longer (not significantly, this tends to depend on the search engine).
- A layout overhaul is easier with divs than tables.
With divs you can change a single css file for "look" modifications!
I hope this clears a few things up for you.
Re: Website -
Swyft™ - 03.08.2012
I just cant its not letting me do shit... iM in photoshop i cannot edit the hover text..... its being retadred
Re: Website -
Rg-Gaming.Info - 03.08.2012
Quote:
Originally Posted by RockingCamman
I just cant its not letting me do shit... iM in photoshop i cannot edit the hover text..... its being retadred
|
Uhhh... yes you are able to edit everything..... lol that is why it's psd.... i'm sorry but you need to check your PS version must be 4 or higher.
Re: Website -
Stefand - 01.06.2013
I guess people like this style/theme, I will try to do my best to re-code it 100% with css and divs.
Re: Website -
Spooky - 04.06.2013
If you are new to Web Designing then this template is not bad RG-Gaming. but, you must use CSS. Its fast, easy and better. This template can be made in 20minutes in CSS. I just like the navigation.
The template does not looks fully compatible with all resolutions and browsers.
- Use CSS, Javascript/Jquery.
- Remove the gradient and put something better.
- Fix the layout.
- Fix the border-radius(If using) as its not compatible with Internet explorer. (I know people dont use it. But for professionalism you should make it compatible with all.)