Review: jocurimisto.com

Status
Not open for further replies.
15 comments
I know it's ugly logo but I'm not doing a good.
What could I improve the design? Can you help me about this ?
 
so_sad_spongebob_by_marquise_de_sade-d2y15y1.jpg
 
Did you make this template? It's really cool. I have some suggestions to improve the peformance of your site.

Import your css on a server.

Make it like this
Code:
<link rel='stylesheet' href='site.css' />

Instead of this
Code:
<![CDATA[
/* CSS CODES HERE */
]]>>

Import your js files as well. You can use dropbox or google code.
 
Did you make this template? It's really cool. I have some suggestions to improve the peformance of your site.

Import your css on a server.

Make it like this
Code:
<link rel='stylesheet' href='site.css' />

Instead of this
Code:
<![CDATA[
/* CSS CODES HERE */
]]>>

Import your js files as well. You can use dropbox or google code.

I use blogspot i dont know how put this code :

I put a new logo :D
 
I use blogspot i dont know how put this code :

I put a new logo :D

1. Login To Blogger Account.
2. Edit HTML
3. Click Proceed Button.

Now Cut The Text Between Following Codes.
Code:
<b:skin><![CDATA[ Text ]]></b:skin>

4. Now The Paste The Text(You Cut) In Notepad Save File With .CSS Extension. (example main.css)

5. Now Upload Your .CSS File In Dropbox Public Folder And Get(Copy) Public Link Of File. You can also upload you css on your server if you have one.

6. Now Add The Following Code After <head> Tag.
<link href='Your File Link' rel='stylesheet' type='text/css'/>

7. Now Replace Your File Link Text With Link You Copied.
Click Save Template Button And You Are Done.

Why do you need to do this? So that your visitors doesn't have to load the css everytime they visit your site or any of your page. In this way, the CSS is cached on the browser.
 
1. Login To Blogger Account.
2. Edit HTML
3. Click Proceed Button.

Now Cut The Text Between Following Codes.
Code:
<b:skin><![CDATA[ Text ]]></b:skin>

4. Now The Paste The Text(You Cut) In Notepad Save File With .CSS Extension. (example main.css)

5. Now Upload Your .CSS File In Dropbox Public Folder And Get(Copy) Public Link Of File. You can also upload you css on your server if you have one.

6. Now Add The Following Code After <head> Tag.
<link href='Your File Link' rel='stylesheet' type='text/css'/>

7. Now Replace Your File Link Text With Link You Copied.
Click Save Template Button And You Are Done.

Why do you need to do this? So that your visitors doesn't have to load the css everytime they visit your site or any of your page. In this way, the CSS is cached on the browser.
great info gojmgo :)
 
1. Login To Blogger Account.
2. Edit HTML
3. Click Proceed Button.

Now Cut The Text Between Following Codes.
Code:
<b:skin><![CDATA[ Text ]]></b:skin>

4. Now The Paste The Text(You Cut) In Notepad Save File With .CSS Extension. (example main.css)

5. Now Upload Your .CSS File In Dropbox Public Folder And Get(Copy) Public Link Of File. You can also upload you css on your server if you have one.

6. Now Add The Following Code After <head> Tag.
<link href='Your File Link' rel='stylesheet' type='text/css'/>

7. Now Replace Your File Link Text With Link You Copied.
Click Save Template Button And You Are Done.

Why do you need to do this? So that your visitors doesn't have to load the css everytime they visit your site or any of your page. In this way, the CSS is cached on the browser.

is better as we put ??

thanks for review and expect other
 
Last edited:
Status
Not open for further replies.
Back
Top