Jump to content

alvo

Members
  • Posts

    21
  • Joined

  • Last visited

About alvo

  • Birthday 09/12/1988

Previous Fields

  • Languages
    d/html, css, javascript, jquery, php, sql, xml, ajax

Profile Information

  • Location
    Birmingham, UK

alvo's Achievements

Newbie

Newbie (1/7)

1

Reputation

  1. Hi All, Im trying to use the following code as a preloader but it's not working as desired, essentially it's just running the whole script at once, before th epage as even loaded.... any idea? $(document).ready(function() { //DO THIS ONCE THE DOM HAS LOADED, BUT BEFORE THE PAGE HAS FULLY LOADED $(window).load(function() { //DO THIS ONCE THE ENTIRE PAGE AND CONTENT HAS LOADED }); }); Im sure it's me being stupid, but I cant see what I'm doing wrong... ThanksJames
  2. Is it just me? You're obviously attempting to learn web design / development, and your very early on in the learning process. You appear to be struggling with rather basic concepts such as CSS page layout and color schemes etc. I would just suggest that you buy a few books, read through them, take your time. It seems very optimistic that you are going to make a business out of your current understandings as of yet. For example.. if I say to you "I'm a company, I want a site building for me, with a secure login, for my users" Would you be prepared to construct a script from scratch, taking into account security issues such as SQL injection? Information security risks that you may be liable for? Just a thought... James
×
×
  • Create New...