Reputation Activity
-
paulphillips1706 got a reaction from nicolasks in Please review my websiteWhat an adorable website. It's clean and easy to navigate.
What did spring to mind was the loading of some of the images. Closer inspection showed that you are displaying scaled down images. Even thought the main logo is showing 115px x 115px, you are still downloading 400px x 400px images - it's best to use native sized images, preferably ones ran through an image compressor (there are loads online and free).
This would cut down dramatically on bandwidth.
Hope the helps.
Paul
-
paulphillips1706 got a reaction from anjaliaroha in My first JavaScript appDon't you find pure javascript rather verbose after coding with jQuery?
I personally find if I'm coding a block of dynamic html it's handy to build it all into a variable and then append that all in one go.
That way, you can manipulate it to your hearts content