Archives for: "October 2008"

AJAX Page Load Improvement

The application I am working on has several very complex pages, which take some time to render in the browers. I used the link above to create a 'loading' gif (with great thanks to the authors and contributors). Set up a div to contain the image and 'L… more »

Blog Organization

A blog without any categories may do well with search engines, but it won't help site visitors find related content. If the objective of the blog is to provide a collection of helpful material, organization is vital. Create appropriate categories a… more »

dojo - Smarty - PHP - Synchronizing client- and server-side validation

The following architecture with Smarty and dojo allows you to the client and server synchronized for validation for RIA/PHP applications. Each input has 4 characteristics defined in a (PHP) .ini file - V_input_name = regExp (usually includes lengt… more »

What you can do with FireBug

Debug javascript Examine the DOM tree Understand the CSS Change the CSS in the browser to see its effect See the layout of the page Determine the dimensions of page elements See the page components and understand the page load process View the HTT… more »

Make Phishing More Fun!

The next time you get an email from a bank you don't do business with, asking you to login to verify your account details, enjoy it! First, forward the email, with all the headers to the bank, so they can protect other users. Then, click on the lin… more »
1 3 4

An unexpected error has occurred!

If this error persists, please report it to the administrator.

Go back to home page

Additional information about this error:

MySQL error!

Table 'evo_sessions' is marked as crashed and should be repaired(Errno=1194)

Your query: Autoprune sessions

DELETE
  FROM evo_sessions
 WHERE ( sess_user_ID IS NOT NULL
   AND sess_lastseen_ts < '2024-04-30 00:14:31' )
    OR ( sess_user_ID IS NULL
   AND sess_lastseen_ts < '2024-04-30 00:14:31' )
 LIMIT 1000