Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 41
Search took 0.16 seconds.
Search: Posts Made By: narek
Forum: PHP 11-12-2011, 07:40 AM
Replies: 1
Views: 388
Posted By narek
PHP singletone pattern in php files where AJAX's requests are sent

Hi.
I have an AJAX code which sends requests to multiple .php files in the server. All the files (that I send request) are using the same Db class and I think using sigleton pattern will help me...
Forum: MySQL 11-11-2011, 09:32 AM
Replies: 1
Views: 326
Posted By narek
Mysql select rows that hasnt been selected

Hi . I am building a live chat using mysql and the database is updated because of users entries . So the number ow rows in the table changes constantly . And need to use a query which will select...
Forum: PHP 11-04-2011, 03:55 PM
Replies: 2
Views: 241
Posted By narek
seems like setTimeout("insertMessages()",1000);...

seems like setTimeout("insertMessages()",1000); works only once . The same happens when i call insertMessages();

Just please take a look at my code to see what insertMessage function does. For...
Forum: PHP 11-04-2011, 03:02 PM
Replies: 2
Views: 241
Posted By narek
Cant make setTimeout() AJAX work in my PHP

Hello there. I am sooo despared since I cant make this work here is what I have in my file .




And the request as I hope you saw is gonna go to file . ANd inside that file I have

...
Forum: JavaScript programming 11-03-2011, 07:15 PM
Replies: 4
Resolved Textarea
Views: 407
Posted By narek
Thank you dear jmrker this one really solved my...

Thank you dear jmrker this one really solved my problem..
Forum: JavaScript programming 11-03-2011, 09:07 AM
Replies: 4
Resolved Textarea
Views: 407
Posted By narek
Thank you but it didnt help. Just works like mine...

Thank you but it didnt help. Just works like mine did . Exactly the same
Forum: JavaScript programming 11-02-2011, 06:45 PM
Replies: 4
Resolved Textarea
Views: 407
Posted By narek
Textarea

Hello there . Here is my simple code




My problem is I dont know what to do iorder to make my send button to push the text entered in the text field from bottom to the top (not from the top...
Forum: General web building 10-31-2011, 06:58 AM
Replies: 1
Views: 1,023
Posted By narek
.info domain name+free web hosting

Hello there . I am building my portfolio and I need it online .I want to ask do you know some sites where I can get .info domain name+free web hosting ?

Thank you in advance!!!
Forum: PHP 10-30-2011, 12:50 PM
Replies: 7
Views: 329
Posted By narek
Thank you all where is that resolved button ?

Thank you all where is that resolved button ?
Forum: PHP 10-29-2011, 06:36 PM
Replies: 7
Views: 329
Posted By narek
Remove all whitespaces in a string

Hello there .
Lets imagine we have a string $string=" My name is James ";
(Note there can be more than 1 whitespaces from the beginning at the end and also between...
Forum: JavaScript frameworks 10-29-2011, 05:34 PM
Replies: 4
Views: 1,317
Posted By narek
SB65 I found a solution to my problem ...

SB65 I found a solution to my problem


However thank you very much!!!
Forum: JavaScript frameworks 10-29-2011, 01:44 PM
Replies: 4
Views: 1,317
Posted By narek
SB65 your post was really helpfull thank you. ...

SB65 your post was really helpfull thank you.
But i miss only one thing here. After i drag the clone and dropp in the appropriate "drop element" how can i make it to disapprear(I mean hide or do...
Forum: PHP 10-29-2011, 09:31 AM
Replies: 3
Views: 734
Posted By narek
I am sorry but your suggestion didnt help . First...

I am sorry but your suggestion didnt help . First of all I am writing the script on my own and second have done almost all google searches .

I mean do you know some ways that we can pass more...
Forum: JavaScript frameworks 10-29-2011, 09:19 AM
Replies: 4
Views: 1,317
Posted By narek
jQuery draggable element jumps back to its initial position

Hello there .
I have some elements on my page that i have apllied jQuery's draggable function to them so I can drag them . Here is my question .
Is there a function which will return the...
Forum: PHP 10-28-2011, 06:06 PM
Replies: 3
Views: 734
Posted By narek
Passing array as argument in "file_get_contents"

Hello there . I am writing a PHP script which is going to return and display images from Flickr.com web-site using its API . And we dont know in advance how many tags( "tags" is a parameter that...
Forum: PHP 10-28-2011, 08:15 AM
Replies: 3
Views: 602
Posted By narek
SOLVED!!! Thank you both!!!

SOLVED!!! Thank you both!!!
Forum: PHP 10-27-2011, 06:54 PM
Replies: 3
Views: 602
Posted By narek
Mix PHP array's elements

HI . I have an array $array=array(1,2,3,4,5,6,7);
Please would you tell which functions return an array which's elments are mixed ?
I mean


something($array) returns...
Forum: Career, job, and business ideas or advice 10-19-2011, 10:53 AM
Replies: 0
Views: 472
Posted By narek
Portfolio under construction

Hello there . I am learning advanced PHP and at the same time I am building a "small social network"-like web site as my portfolio . But I am in the middle of it. Recently I often send my...
Forum: JavaScript frameworks 10-17-2011, 04:41 PM
Replies: 0
Views: 906
Posted By narek
JavaScript or jQuery pop up registration form

Hello there. I am building my portfolio web-site and for it I need to use a reagistration form . On many web sites I have seen pop up registration forms . For example when you click on register...
Forum: PHP 09-25-2011, 11:47 AM
Replies: 1
Views: 217
Posted By narek
Confused about this simple code

Hello there.
Please take a look at this code
// 1. Create a database connection

$connection=mysql_connect(DB_SERVER,DB_USER,DB_PASS);
if(!$connection){
echo " Database connection failed...
Forum: General web building 09-24-2011, 03:34 PM
Replies: 2
Views: 955
Posted By narek
Best IDE for Web Development

Hello there . Please could you tell me what IDEs are considered to be top IDEs for web development mainly for PHP ?
Thanks in advance!!!
Forum: JavaScript frameworks 09-19-2011, 06:38 AM
Replies: 2
Views: 401
Posted By narek
Disappearing paragraphs after jQuery excecution

Hello . Please help me .Here is the code

<script type="text/javascript" src="jquery.js" ></script>
<p class="book">11111</p>
<p class="book">2222</p>
<p class="book">3333</p>
<p...
Forum: PHP 07-05-2011, 06:33 PM
Replies: 9
Views: 492
Posted By narek
I got the answer on other forums... However thx...

I got the answer on other forums... However thx for the answers.
Forum: PHP 07-05-2011, 02:15 PM
Replies: 9
Views: 492
Posted By narek
Could you explain to me a little particularly...

Could you explain to me a little particularly what this


could me?
And remember when people want to ask something they use this "?" sign at the end of the sentence.

Maybe your questions were...
Forum: PHP 07-05-2011, 08:47 AM
Replies: 9
Views: 492
Posted By narek
If i say that the php code outputs 20 instead...

If i say that the php code outputs 20 instead of 18 ..it means that it outputs 20 instead of 18.
And what about my english level..I have posted this question in two other forums and feels like ...
Showing results 1 to 25 of 41

 
Forum Jump

All times are GMT +1. The time now is 05:19 PM.