Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
75% Quality Score
Upvotes Received
7
Posts with Upvotes
7
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
8 Endorsements
Ranked #234
~14.1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

16 Posted Topics

Member Avatar for shammi.khan.73

Are there any good resources to get started with Node.JS? Any good tutorials, blogs or books? Of course, I have visited its official website http://nodejs.org/, but I didn't think the documentation they have is a good starting point.

Member Avatar for Squiva
0
322
Member Avatar for shammi.khan.73

How effective facebook for business? How can I use facebook effectively to increase my business on ecommerce?

Member Avatar for danielpeterson
0
212
Member Avatar for shammi.khan.73

So I spent an hour on GoDaddy and Google and didn't get a definitive answer. Does GoDaddy's shared Windows Hosting plan support .NET 4.5.1? I found a page in their support section that mentions that the shared hosting plan supports .NET 4.5. But is that enough to run my website? …

Member Avatar for Mark_28
0
218
Member Avatar for shammi.khan.73

If I have a form as in the below script: <html> <?php session_start(); $con=mysqli_connect("localhost","root","","QSTNS"); if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $dsply=$_SESSION['q_indx'][$_SESSION['cindx']] ; //echo $dsply ; $qstn = mysqli_query($con,"SELECT * FROM qstns where qid = '". $dsply ."'"); $qstn = $qstn->fetch_array(MYSQLI_ASSOC); //echo $qstn['qname'] . …

Member Avatar for AleMonteiro
0
231
Member Avatar for shammi.khan.73

Do search engines care if I use relative paths in my internal links instead of absolute paths? <a href="/">My website root</a> <a href="http://mysite.com/">My website root</a>

Member Avatar for PixelatedKarma
0
174
Member Avatar for shammi.khan.73

i need some help in following situation. After a successful searching for a user, i want to show the users information. It's a m2m flied, but I'm getting all objects from this model. I do not know, how to filter users information. Got this template: {% for player in players …

1
92
Member Avatar for shammi.khan.73

i need some help in following situation. After a successful searching for a user, i want to show the users information. It's a m2m flied, but I'm getting all objects from this model. I do not know, how to filter users information. Got this template: {% for player in players …

0
90
Member Avatar for shammi.khan.73

I have a simple php code which enters value into MySql database and then retrieves it and displays it. However when retrieving it always return null and Empty Set is echoed everytime. Can someone please help. I am using WAMP Server. Database name is trial and name of table is …

Member Avatar for Member #120589
0
208
Member Avatar for shammi.khan.73

Right now I'm trying to create an oppish translator. That is, after a consonant or several consonants in a row, you add 'op' to those letters. As an example, cow would become copowop or street which would become stropeetop. This is what I have so far: def oppish(phrase): #with this …

Member Avatar for Gribouillis
0
384
Member Avatar for shammi.khan.73

I want to calculate EXACT past 30 days time period in php from now (for example 30 aug 14 23:06) to 30 days back (for example 1 aug 14 23:06). I wrote this where current datetime goes in $d1 and past 30 days datetime goes in $d2 but somehow i …

Member Avatar for kaleemullah360
1
4K
Member Avatar for shammi.khan.73

I need to select '#foo #three' using 'this' to get this result: cat dog cat Html: <div id="foo"> <div id="one">cat</div> <div id="two">dog</div> <div id="three">mouse</div> </div> JS: $("#foo #three").text($('this div:first').text()); I need this code dynamically http://jsfiddle.net/Kodam/L1eqsj5f/

Member Avatar for shammi.khan.73
1
115
Member Avatar for james.baird.5249

Here some more sites: http://www.phpbuddy.com http://php.about.com http://www.tizag.com/phpT/ http://devzone.zend.com/6/php-101-php-for-the-absolute-beginner/

Member Avatar for ashokkmr22
0
230
Member Avatar for shammi.khan.73

//In Node/JS myDate = moment(data.myTime.format('YYYY/MM/DD HH:MM:SS')).toISOString(); //myDate shows '2014-09-24T04:09:00.000Z' Insert INTO (dateColumn..) Values(myDate)... This is the error I get after inserting, note column in Mysql is a "datetime" type. MySQL Error:: { [Error: ER_TRUNCATED_WRONG_VALUE: Incorrect datetime value: '2014-09- 24T04:09:00.000Z' for column '_dateColumn' at row 1] code: 'ER_TRUNCATED_WRONG_VALUE',

Member Avatar for cereal
1
1K
Member Avatar for Shibbir Khan

jQuery defines the data parameter as Type: PlainObject or String or Array Data to be sent to the server. It is converted to a query string, if not already a string. It's appended to the url for GET-requests. See processData option to prevent this automatic processing. Object must be Key/Value …

Member Avatar for shammi.khan.73
0
431
Member Avatar for shammi.khan.73

I want to insert a NULL value into my integer column. if ($startYear == "") { $startYear = NULL; } mysqli_query($con, "INSERT INTO Application (startYear) VALUES ('".$startYear."')"); Before you ask, I have checked if $startYear is ever empty, and it is, so this should work. When I run this query …

Member Avatar for shammi.khan.73
1
6K
Member Avatar for shammi.khan.73
1
93

The End.