[Tool/Web/Other] Website
#21

Nice work!
Reply
#22

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 !
Reply
#23

It's like if I gave you a ferrari without keys of the car^^ that sucks
Reply
#24

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
Reply
#25

Very nice brother
Reply
#26

Quote:

css / divs / javascript

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.
Reply
#27

$mooth, for this design you do not need javascript.
It just need to be converted for html / css (and use divs, not tables)
Reply
#28

next-studio|TheKiller, i know ^^
just an example.

I do code, html, asp, php, dbaccess, mysql, c++, java and so on!
Reply
#29

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.
Reply
#30

i like
Reply
#31

Not bad ...
Reply
#32

Quote:
Originally Posted by sakang
View Post
i like
Good
Quote:
Originally Posted by Mr_DjolE
View Post
Not bad ...
Thank you.
Reply
#33

Nice.
Rg-Gaming.info; reply to my PM.
Reply
#34

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.
Reply
#35

Quote:
Originally Posted by royal_king
View Post
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.
Reply
#36

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.
Reply
#37

I just cant its not letting me do shit... iM in photoshop i cannot edit the hover text..... its being retadred
Reply
#38

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.
Reply
#39

I guess people like this style/theme, I will try to do my best to re-code it 100% with css and divs.
Reply
#40

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.)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)