Please review my established Tech blog!

Hi guys,

Thanks for all your helpful replies.

What do you think of the newer design?
(The new logo is coming soon)

Thanks.
 
Nice theme, not established blog, content is pretty ordinary but not poor, amazon affiliate monetization.

I would rate 5/10.
 
i would suggest to get some review type theme and as much simple but professional look,
it looks mashed up for me when i browse your site,
but its my opinion everybody has different tests
 
Site looks cool...Just few alterations needed...The Contact Us menu: it is isolated from main menu, Design a logo and do some online seo stuff like adding Meta Tags ...Also you need to be patient to get more traffic, you will get more traffic if you keep working on your site...I will give 6/10...
...Good Luck ....
 
Thanks for your detailed reply nichelinks,

A logo will be added ASAP,

Please explain the Contact Us menu issue in more detail - what is wrong with it being isolated from the main menu?
 
I just checked it out found this in the footer,

wwph.png


Everything looks great except that and the contact us thing which shifts down from the menu and gets misplaced.
 
Yes, the footer issue will be fixed ASAP.

For the Contact Us button, are you talking about the Pull Down of other pages, e.g. Copyright Policy?
 
GadgetsDome I can't reply to your PM as I don't have enough posts.

I had an issue on Chrome Android where all the text was really close. I wasn't sure if this was intentional or not, so checked on desktop and all fine.
 
Thanks for the reply Kiksy, can you explain the issue with the Chrome Android version in more detail, e.g. where did it occur?

Thanks.
 
- "our store" menu is floating on your preview posts from homepage
- loads pretty slow
- i don't understand the blog organisation, i prefer blogs where it's easy to understand their structure/site map

overall it's pretty nice, so i would say 7/10.

good luck with it!
 
I didn't saw earlier version of site but this one is NOT optimized and can be better. To get general idea what to to on site, I usually use gtmetrix.com , this is how your site looks http://gtmetrix.com/reports/gadgetsdome.com/HzwA3jdG

so, .htaccess with directives for gzip and expired headers would be a good start

Code:
# cache images and flash content for one month
<FilesMatch ".(flv|gif|jpg|jpeg|png|ico|swf)$">
Header set Cache-Control "max-age=2592000"
</FilesMatch>

# cache text, css, and javascript files for one week
<FilesMatch ".(js|css|pdf|txt)$">
Header set Cache-Control "max-age=604800"
</FilesMatch>

# cache html and htm files for one day
<FilesMatch ".(html|htm)$">
Header set Cache-Control "max-age=43200"
</FilesMatch>

#Gzip
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
</ifmodule>
#End Gzip
 
Back
Top