&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
javascript
1
vote
0
answers
39
views
How to identify and Remove any type of Bullet in the Text
I am copyig some data from the MS Word. That text may contain or May not contain Bullets in the copied text. But i need a Regular expression in…
javascript
regex
asked
June 25, 2011 11:32 am CDT
Prathap Reddy
2
votes
4
answers
45
views
Matching keys and values in a string with a regular expression
I am trying to figure out how to match a pattern in this string: "Red|1|White|7|Blue|27|Green|56" As you can see, the numbers can be either 1 or 2…
javascript
regex
asked
June 25, 2011 11:00 am CDT
user815460
0
votes
0
answers
34
views
What's better? More HTTP requests = less data transfered or Less HTTP requests = more data tranfered?
Sites like Facebook use "lazy" loading of js. When you would have to take in consideration that I have one server, with big traffic. I'm interested…
javascript
css
apache2
lazy-loading
asked
June 24, 2011 6:17 pm CDT
genesis
3
votes
6
answers
28
views
How split this into new Date
I am grabbing a node from XML that returns the date like this : 2011-06-24T03:00:00 If I try to run new Date I am getting a NaN error. var…
javascript
regex
asked
June 24, 2011 5:50 pm CDT
Sushi K
1
vote
2
answers
62
views
Reading from a MYSQL table every 5 seconds and dynamically displaying results on a PHP page without refreshing
I'm looking to display data from a table in a mysql database using PHP, however, I want the data to automatically update itself and retrieve current…
php
javascript
jquery
mysql
ajax
asked
June 24, 2011 1:18 pm CDT
normanram
0
votes
2
answers
33
views
Regex only spaces - javascript
Hallo, I need to filter a field composed by only spaces; something like: if (word == /((\s)+)/ ) return 'no name' but it doesn't work ... any other…
javascript
regex
whitespace
asked
June 24, 2011 12:46 pm CDT
Marco
0
votes
0
answers
26
views
How to remove Bullets from the text using javascript regular expression
I am just trying to remove bullets from the text. For example when i am copying bulleted text list from MS Word to any textbox it is showing along…
javascript
regex
asked
June 24, 2011 9:21 am CDT
Prathap Reddy
1
vote
3
answers
30
views
Convert javascript (regex) function to php
When an key is pressed in an input I call this on its value .trim().replace(/ /g, '.').replace(/[^\w .-]/gi, '').toLowerCase(); what I want to do…
php
javascript
regex
function
asked
June 24, 2011 8:44 am CDT
Hailwood
0
votes
0
answers
41
views
Access CouchDB with XHR using Javascript
I've been looking into CouchDB recently and I'm currently having the problem that I don't know how I would access it using Javascript. As far as I…
javascript
json
xmlhttprequest
couchdb
jsonp
asked
June 24, 2011 7:27 am CDT
slosd
3
votes
2
answers
27
views
Javascript Regexp behaves odd when trying to match non-whitespace with working demo
Well I just seem to not understand certain things about regexp. Can someone plz shed me with some light? are there some implicit words in regexp…
javascript
regex
prototypejs
asked
June 24, 2011 6:48 am CDT
Toskan
1
vote
0
answers
39
views
Options for client side zip file extraction before upload
Our problem We are building a browser based application that allows a user to upload files to a server for processing. The server side is written in…
php
javascript
web-development
http
codeigniter
asked
June 24, 2011 4:17 am CDT
Toenex
0
votes
2
answers
55
views
How to define a virtual root?
The root of my local server is /Users/myname/Sites and all web projects are in seperate directories in that e.g. /Users/myname/Sites/newproject The…
php
javascript
html
.htaccess
asked
June 24, 2011 3:48 am CDT
user813720
1
vote
0
answers
36
views
What's the most efficient node.js inter-process communication library/method?
We have few node.js processes that should be able to pass messages, What's the most efficient way doing that? How about using node_redis pub/sub…
javascript
node.js
redis
interprocess
asked
June 24, 2011 12:51 am CDT
MrOhad
0
votes
4
answers
35
views
Please explain some Javascript Regular Expressions
I'm learning Javascript via an online tutorial, but nowhere on that website or any other I googled for was the jumble of symbols explained that…
javascript
regex
web-development
forms
asked
June 23, 2011 10:30 pm CDT
user805556
0
votes
0
answers
26
views
Alternative to regex: match all instances not inside quotes
From this q/a , I deduced that matching all instances of a given regex not inside quotes, is impossible. That is, it can't match escaped quotes (ex:…
javascript
regex
escaping
quotes
alternative
asked
June 23, 2011 9:00 pm CDT
Azmisov
0
votes
0
answers
35
views
HTML 5 SQLite DB Table Name = Variable?
Can someone give me some advice please, I've seen a few similar posts on here but I'm still unsure if this is possible. When I create a table:…
javascript
sqlite
html5
asked
June 23, 2011 6:05 pm CDT
m1sco
0
votes
4
answers
25
views
Regular Expression form {m,n} does not use upper limit
My understanding was that the regexp form a{m,n} would match a at most n times. However, the following snippet does not work as I would expect (this…
javascript
regex
asked
June 23, 2011 5:38 pm CDT
Thaddee Tyl
0
votes
1
answer
25
views
JavaScript regex match characters inside quotes and not in character set
I have a string I would like to split using #, ., [], or {} characters, as in CSS. The desired functionality is: - Input:…
javascript
regex
quotes
asked
June 23, 2011 2:41 pm CDT
Azmisov
1
vote
1
answer
48
views
JQuery .ajax() to change page load behavior from form???
I am dealing with polishing up an email list cull thing from a sign-up/enroll widget. The client uses a large email marketing provider (CC) to…
javascript
jquery
ajax
http
constantcontact
asked
June 23, 2011 2:09 pm CDT
rob - not a robber
0
votes
2
answers
34
views
Basic JQuery: Replace a link string with another
How do I change: http://test.dev/event?event=94&page=4 to http://test.dev/contest?contest=94&page=4 using Jquery? I have the following code…
javascript
jquery
regex
replace
asked
June 23, 2011 1:54 pm CDT
JZ
Pages
:
1
|
2
|
3
|
4
|
5
>
[77]
1536
javascript
Tagged:
javascript
Related Tags
regex
× 860
php
× 321
mysql
× 304
jquery
× 225
html
× 107
http
× 102
ajax
× 98
node.js
× 78
mongodb
× 63
sqlite
× 52
replace
× 38
database
× 37
string
× 31
apache
× 31
html5
× 29
json
× 28
couchdb
× 26
validation
× 26
java
× 24
c#
× 24
https
× 24
.htaccess
× 22
asp.net
× 22
mongoose
× 20
web-development
× 20
url
× 19
css
× 19
ssl
× 16
string-manipulation
× 16
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy