SA-MP Forums Archive
[Tool/Web/Other] SA-MP web template v1 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] SA-MP web template v1 (/showthread.php?tid=575851)



SA-MP web template v1 - FplayerGR - 30.05.2015

here is FplayerGR :P

i created one project (Web Template for begginers).

my project is here (upload photos & link for download):







In project used:
Code:
Javascript(only jquery).
CSS.
HTML.
Download:
Code:
http://www.solidfiles.com/d/0269d10ba3/
thanks for your time!


Re: SA-MP web template v1 - LazyB0y - 05.06.2015

Good Job


Re: SA-MP web template v1 - Vince - 05.06.2015

I'm actually quite impressed that the navigation is actually a proper list styled with CSS. I half expected some crappy Photoshoped images. I'm horrible at lay-outing and designing, so I'll just give you some tips on the technical aspects.

Include the doctype and the charset and specify a language. Furthermore, while loading Javascript in the head tag is not wrong per se, it is often advised to load any Javascript just before </body> to speed up loading. Outline should look like:
HTML Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
    </head>
    <body>
        <!-- body code goes here -->
        <script src = "JS/jquery.js"></script>
    </body>
</html>
By the way, linear-gradient is supported in all major modern browsers, so you can get rid of the prefixes (-moz, -webkit, etc).


Re: SA-MP web template v1 - FplayerGR - 06.06.2015

Quote:
Originally Posted by Vince
View Post
I'm actually quite impressed that the navigation is actually a proper list styled with CSS. I half expected some crappy Photoshoped images. I'm horrible at lay-outing and designing, so I'll just give you some tips on the technical aspects.

Include the doctype and the charset and specify a language. Furthermore, while loading Javascript in the head tag is not wrong per se, it is often advised to load any Javascript just before </body> to speed up loading. Outline should look like:
HTML Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
    </head>
    <body>
        <!-- body code goes here -->
        <script src = "JS/jquery.js"></script>
    </body>
</html>
By the way, linear-gradient is supported in all major modern browsers, so you can get rid of the prefixes (-moz, -webkit, etc).
Thanks you
I the next time i follow this tip and again thanks.

Quote:
Originally Posted by LazyBoyyyy
View Post
Good Job
Thanks


Re: SA-MP web template v1 - CharCoast - 07.06.2015

Very good template


Re: SA-MP web template v1 - FplayerGR - 08.06.2015

Quote:
Originally Posted by CharCoast
View Post
Very good template
Thanks you


Re: SA-MP web template v1 - Michael B - 10.06.2015

Well, It's quite simple. There is only a box which includes an image with a poor CSS also..Effort is appreciated though.


Re : SA-MP web template v1 - thegomagot - 11.06.2015

It's simple but i like it


Re: SA-MP web template v1 - Dangjai - 11.06.2015

Simple, but good.


Re: Re : SA-MP web template v1 - FplayerGR - 12.06.2015

Quote:
Originally Posted by thegomagot
View Post
It's simple but i like it
Thanks!

Quote:
Originally Posted by Kinglee
View Post
Simple, but good.
Thanks!