Can I use node.js as a REPL shell?
This is a noob question.
I am trying to use node.js as a JavaScript REPL (read-evaluate-print loop) shell to work with JavaScript interactively. Unfortunately I can define...
0
answers
41 views
file path structures ajax and php sessions
I am working on a projects that is kind of all over the place. My display file is index.php. From there I make calls via jquery to ajax functions which then call php file that...
0
answers
26 views
How To Save Canvas As An Image With canvas.toDataURL()?
I'm currently building a HTML5 web app/Phonegap native app and I can't seem to figure out how to save my canvas as an image with canvas.toDataURL():( Can somebody please help me...
1
answers
39 views
Can this mysql/myisam table be optimized?
I run a website where I need to store the information like this:
table: logs
* date (date)
* server_1 (unsigned int)
* server_2 (unsigned int)
* user_id (unsigned int)
*...
1
answers
36 views
facebook setup page for android
Hy, I've made an android app that uses facebook for posting pictures on the wall and registered it on facebook and even made the key hash somehow, but what I am wondering is what
0
answers
25 views
SQL comparing to the rightmost characters of a column in a very large table
Using MySQL with a very large table (millions of entries), I need to find a row according to the 6 rightmost letters in one of its (indexed) fields.
I've tried using: SELECT *...
1
answers
38 views
Selecting multiple max timestamps from database
I have a table with multiple products. For each product, I am collecting an history of prices. Thus I have four columns:
log_entry
product_id
product_price
timestamp
Until...
0
answers
27 views
insert $_SESSION['MM_Username'] in to log message
First post here - I've been learning php and mysql for a month or so now.
I'm trying to post the session 'MM_Username' into log notes.
so it reads 'archived by username'
I...
1
answers
11 views
insert login time using php mysql
how can I insert into transuser table login_time and userId when login only,
I dont want to add it when I refresh the page
<table border=1>
<tr>
...
1
answers
34 views
No code is executed after jquery .each function
As I stated above, no code would be executed after my .each function. I thought every code would be executed after the each function is ready?!
Heres my js-file:
function...
2
answers
38 views
No code is executed after jquery .each function
As I stated above, no code would be executed after my .each function. I thought every code would be executed after the each function is ready?!
Heres my js-file:
function...
2
answers
38 views
How to test file upload with Jasmine BDD
I'm using jQuery file upload plugin for managing image file uploads. What will be the right way to test image submission with Jasmine.
0
answers
18 views
How to test file upload with Jasmine BDD
I'm using jQuery file upload plugin for managing image file uploads. What will be the right way to test image submission with Jasmine.
0
answers
41 views
Storing sentence and pragraph strucure information of a text document in a MySQL db?
I have a large collection of text documents. For the purpose of natural language processing I need to store additional information about the structure of these documents: e.g...
1
answers
24 views
how to create counter by jquery count down by num of days
ello I want to create counter which i specify date for example (2012/07/01) date X
counting down while date now < date X
using jQuery or any other java Script...
0
answers
22 views
how to create counter by jquery count down by num of days
ello I want to create counter which i specify date for example (2012/07/01) date X
counting down while date now < date X
using jQuery or any other java Script...
0
answers
14 views
Is javascript used for Pinkie Pie exploit?
As I read http://www.zdnet.com/blog/security/teenager-hacks-google-chrome-with-three-0day-vulnerabilities/10649
"The exploit worked
0
answers
11 views
Is javascript used for Pinkie Pie exploit?
As I read http://www.zdnet.com/blog/security/teenager-hacks-google-chrome-with-three-0day-vulnerabilities/10649
"The exploit worked
0
answers
41 views
MySQL - How to query for one value but default to another?
I asked the question about multiple rows in a previous thread, but now I need to know about a single row. This is an example query:
SELECT * FROM table1 WHERE this = 5 LIMIT...
2
answers
40 views
Date Pick Day Month Year
http://keith-wood.name/datepick.html
but the only thing i can see is fetch an alert of the whole time day month
$(function() {
$('#popupDatepicker').datepick();
$('#i
1
answers
39 views


