Neil Aitken

1,304
reputation
240 views

Registered User

name Neil Aitken
member for 1 year
seen 33 mins ago
website
location Hampshire, UK
age 26
20h
comment I accidentally dropped my MySQL database in PhpMyAdmin, is there a possibility to recover my database?
@Steven are you using Vista or Win 7? If so you may have volume shadow copy. This takes incremental backups of various directories. You may if you're lucky be able to find a backup of your mysql data directory.
21h
revised I accidentally dropped my MySQL database in PhpMyAdmin, is there a possibility to recover my database?
edited tags
21h
answered Detect when MySQL tables are in readlock state (from PHP)
1d
comment How to design a Wolfram Alpha-like search engine?
The mysql extension isn't inately insecure, it just lacks prepared statements and other mechanisms to help prevent injection attacks. Its not good for a beginner but it's still widely used
1d
comment How to design a Wolfram Alpha-like search engine?
As a PHP programmer who is moving into C# and python, I agree entirely. PHP isn't bad in itself, but its very easy to be lazy and end up with spaghetti procedural code. A language / framework that enforces good practice may be beneficial here. Of course you could use a PHP MVC framework, there are lots of good matrue ones out there now.
Dec
7
comment PHP Tips, Tricks & Hacks
This question may have it's place here. There is certainly a precedent with other languages having similar questions. I would advise that it be made CW as it's a subjective question with no distinct answer.
Dec
4
answered Convert to dd/mmm/yyyy
Nov
27
comment Escaping user data, without magic quotes
His suggestion is to always use mysql_real_escape_string before DB storage
Nov
27
comment Creating new tab / switching between Tabs in Firefox?
I am so glad each tab has javascript sandboxing in modern browsers. The chaos that would ensue otherwise just doesn't bear thinking about
Nov
26
answered (Film) Intellectual property and online questionnaires in Europe
Nov
25
comment what are the biggest hurdles to overcome from being a desktop programmer to a web programmer?
I couldn't have put it any more concisely
Nov
25
comment what are the biggest hurdles to overcome from being a desktop programmer to a web programmer?
Luckily a lot of the JS edge cases can be mitigated with a framework these days. CSS will always be painful though
Nov
25
comment jQuery Hover Problem
I was going to say try mouseover instead of hover, but after looking at your source it seems you've already tried that.
Nov
24
comment How to make my server to act fast
@APC Blasphemy, everyone knows red ones go faster
Nov
23
comment PDF file compression
Good idea, we are using MD5 to validate the integrity of the imports anyway so storing a hash of the generated file isn't a problem.
Nov
23
comment PDF file compression
@Andy The compressed files are just for archiving, The customer would recieve a standard PDF file
Nov
23
comment PDF file compression
Thanks I'll look into this. May have to persuade the bosses to use an unknown tool though.
Nov
23
comment PDF file compression
Thanks for the thorough info. I'm currently playing with the different algorithms to see which one gives good rates. 7z running in LZMA seems to be the best so far
Nov
23
comment PDF file compression
Thanks, seems new 7z versions actually use LZMA
Nov
23
comment PDF file compression
@Pekka Thanks, made an edit. @Pierre Yes PDF is already compressed but I think it is possible to compress it further, also each archive will contain multiple PDFs so there may be a difference there.
Nov
23
revised PDF file compression
added 120 characters in body
Nov
23
asked PDF file compression
Nov
20
revised Open source motion-capture software
edited tags
Nov
19
comment Regular expression required
Pleast post what you have tried, we are here to help you. Not to do your job for you
Nov
17
comment Regex to match all HTML tags contains <p> and </p>
Please edit your question to use the code block, your example is being parsed as html and not displaying correctly.
Nov
13
comment Can we use 2 different url on same anchor tag for javascript disabled and enabled condition ?
You're welcome, The question was tagged with jQuery so I made the assumption.
Nov
13
comment Can we use 2 different url on same anchor tag for javascript disabled and enabled condition ?
@David: Progressive enhancement should of course always be the aim. however it's not always feasable to retrofit an existing site so that it works properly without JS. It's not ideal but that's the reality sometimes.
Nov
13
comment Can we use 2 different url on same anchor tag for javascript disabled and enabled condition ?
@Buggabill It's not the best written question out there, but it's understandable. 2 downvotes does seem a bit excessive.
Nov
13
accepted Can we use 2 different url on same anchor tag for javascript disabled and enabled condition ?
Nov
13
comment Can we use 2 different url on same anchor tag for javascript disabled and enabled condition ?
@Jitendra I assure you that numbering exists, are you a numbering agnostic?
Nov
13
answered Can we use 2 different url on same anchor tag for javascript disabled and enabled condition ?
Nov
4
comment Are regular expressions worth the hassle?
Would you care to explain why you think regexes aren't worth it?
Nov
4
comment What Easter Eggs have you placed in code?
Wow, that's a dangerous error message :)
Nov
4
comment What Easter Eggs have you placed in code?
That's a pretty in depth easter egg. I like it
Oct
30
comment what next after ‘dive into python’
Just started with Python but these challenges are really good fun. A nice way to get familiar with different areas of the language
Oct
29
comment padding breaks jQuery selector?
It may help if you could post the offending HTML fragment as well.
Oct
23
comment Creating SVG graphics using a server side script (PHP)
Really not sure why this was downvoted
Oct
23
comment code for scraping in php
Please post what you have so far. We are more than willing to help you, but you have to give us something to work with.
Oct
22
comment How can I programatically create, read, write an excel without having office installed?
That is the coolest thing i've seen this week. I've spent hours trying to find a nice way to export XLS from PHP
Oct
13
answered Replacing all <br> with <br />
Oct
9
answered Worst technobabble you’ve ever heard
Oct
8
answered How to enter digits to a certain number
Sep
23
awarded  Popular Question
Sep
17
awarded  Yearling
Sep
4
accepted Javascript: How to determine the screen height visible (i.e., removing the space occupied by the address bar etc)
Sep
4
answered Javascript: How to determine the screen height visible (i.e., removing the space occupied by the address bar etc)
Aug
24
answered Deprecated warning only in some php5 environments?
Jul
14
awarded  
Jul
3
answered Why is element <u> considered outdated according to VS2008?
Jun
23
answered Opening, Rotating, and Storing Tiff Images In a MySQL Database Blob Column