Jump to content

administrator

Administrators
  • Posts

    3,108
  • Joined

  • Last visited

  • Days Won

    380

Posts posted by administrator

  1. Hi,

     

    I deleted all those SEO posts from that spammer. Please don't reference his spam posts here or his spam posts on other sites.

     

    ... If you do, they will start to hit us like a roach infestation.

     

    :P

     

    Besides, if he really knew SEO beyond that which you can find just about anywhere, he wouldn't have to spam all over the Web.

     

    Stefan

  2. Thanks for the feedback.

     

    I've been considering south Florida for years and started looking at real estate down there in early 2007, just before the crash ... I figured it was coming and was scouting things out. I never pulled the trigger though, because I decided to wait for the crash to settle.

     

    It will take another couple of years I think, before we hit bottom. I believe the US will follow what happened in Japan: complete retracement of the gains accrued in the bubble. For the US, this means 1999 prices and lower.

     

    Stefan

  3. It may be fine within your administrative system, but don't rely 100% on javascript (again, that can be changed by the user). Always make sure to double check the data using PHP.

     

    Yep ... exactly.

     

    Javascript should only be used as a support (i.e.: improves the user experience) to your back-end code. In other words, it should never be the only language used to check/confirm user input ... Javascript is too easily defeated.

     

    Stefan

  4. Hi,

     

    Apparently Dreamweaver is writing bad SQL code. That's the problem with using code-generators like Dreamweaver ... if it screws up, you're screwed.

     

    You have two options:

     

    1. Start over and use the Dreamweaver tools to generate the connections and the queries.

     

    Nerd-note: 'queries' = code sent to the MySQL database that tells the database what to do.

     

    2. Learn some basic PHP and solve all your problems!

     

    :D

     

    I'm telling you, it's not that hard if you give yourself a chance.

     

    Anyway, yet another example of what I've been saying for years about PHP; if you want to be a web designer today, you need to learn basic PHP and Javascript.

     

    Stefan

  5. The caller said she was interested in Alaska leaving the union because she has $1,500 in unpaid parking tickets in Colorado and, because of that, she can't get a driver's license in Alaska.

     

    That's pretty funny.

     

    Yea, we've had a powerful separation movement up here in Quebec for decades now. In the beginning, their gripes were legitimate, but now it has devolved into people vying for political power (and thus financial) ... all the while fanning the flames of racism and division within the population between the so called 'pure blood' French and the rest of the people.

     

    ... They don't use the term 'pure blood' though, instead they use a term that translates into 'pure wool'.

     

    Stefan

  6. Hi,

     

    What do you mean by:

     

    i cant load ASP project in Dreamweaver..

     

    :/

     

    .. After all, ASP.NET pages are just text documents. That said, there are two things to be said:

     

    1. Dreamweaver CS4 does not have ASP.net support - Adobe removed it.

    2. With point #1 in mind, you will have to go into the dreamweaver preferences and add any document types (file extensions) so that Dreanweaver will open them. For example, .aspx pages.

     

    I used .NET way back in 2000 and 2001, so it has been a while ...

     

    Are you programming with C# or VB.net?

     

    I hope that helps,

     

    Stefan

  7. Make sure to CHMOD 777 your newly created folders within the uploads directory or else Plogger cannot access them. Plogger cannot CHMOD the directory for you while PHP is in safe mode.

     

    Yes, that's exactly it - change the folder permissions and you should be OK. If you have CPANEL it is easy to do with the File Manager.

     

    Stefan

×
×
  • Create New...