Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for agam360

I'd like to know if there is a simple way of retrieving the Cover photo from a user in my application, via the facebook php sdk. I managed to retrive the cover photo id of the album of the cover photo album, but my solution only works partially.(As you can …

0
105
Member Avatar for agam360

Hello, I'am really new to all this Facebook development, and I wanted to integrate Facebook within my personal website. I am now trying to test if what I want is possible. [B]I want to post a status from my server, via php/js to my Page in Facebook. How can I …

Member Avatar for agam360
0
188
Member Avatar for agam360

I have test my app before, and It worked I have managed to post to my page wall. But now after I have changed the code and removed the permissions, and logged in again it didn't work and trowed this exception: Exception: 200: The user hasn't authorized the application to …

Member Avatar for agam360
0
267
Member Avatar for agam360

Is there any possible way to return the expiration time of a pefeied cookie by [B]JavaScript[/B]? What I read so far: 1) Create another cookie to hold the expire time. -I don't want to use that because i do not intend to do it, simple enough. 2) I don't really …

Member Avatar for twiss
0
167
Member Avatar for divyakrishnan

Hi , I want to access a pdf file by clicking a hyperlink using PHP.the pdf file is stored on a shared folder of a storage machine.It work with internet explorer.But with firefox and chrome its not working.Showing error on chrome as "The loading of the URL has been blocked …

Member Avatar for divyakrishnan
0
142
Member Avatar for agam360

Hello, I have a php code that can find a child node in my xml file, And my problem is that I want to delete the specific user when I find the child node. How can I implement it here? [B]mail-list.xml:[/B] [CODE]<maillist><user><time>2011</time><email>MUBnLmNvbQ==</email></user><user><time>2011</time><email>M0BnLmNvbQ==</email></user></maillist>[/CODE] [B]And here is the php:[/B] [CODE]$xml = simplexml_load_file('mail-list.xml'); …

0
81
Member Avatar for agam360

Here is my ajax call: [CODE] new Request.HTML({ url: 'users.html', method: 'get', update: 'go', evalScripts: true, /* !! Why isn't this working!? */ onComplete: function(){console.log('ajax complete!')} }).send()[/CODE] I even check eval scripts! users.html: [CODE]<label><h3>Save data here:</h3> <br /> <section id="load" style="display:none;"> <img src="progress.gif" /> </section> <section id="log"> </section> <table> <tr><td>Data:</td><td> …

Member Avatar for agam360
0
148
Member Avatar for agam360

[B]Here is my code: the problem is that the arcs are not painted in the same position that the mouse is...[/B] So I tried to center it so I could take off 0.25 of the document so it will be precise, but It didn't work: [CODE]<html> <head> <title>My AWESOME website...</title> …

0
65
Member Avatar for agam360

I want to problematically insert data to specific positions in the data grid view... I have 2 arrays which will be inserted in a for each loop. [U]Like this(this not real code):[/U] [B]for each.. insert to column1 in row i the value=arrayOne; insert to column2 in row i the value=arrayTwo; …

Member Avatar for kvprajapati
0
87
Member Avatar for agam360

Hello, I have a bunch of strings and a ready listview but my problem is to insert those strings into the list view in column 2, while running. I can't find any solution, I have only found tutorials on creating a list view and sub items via code, but i …

Member Avatar for mcriscolo
0
89
Member Avatar for agam360

I have tried every thing but it wont work...This program get md5 hashes of files. Here is all of my source code, please help me: ERROR: When trying to put data of MD5Hashes the program automatically sends an empty slot in the array, I even tried to push it one …

Member Avatar for ShahanDev
0
214
Member Avatar for agam360

I understand the idea but I want to know what to learn to develop for the could thing... Could you suggest anything?(I already know): [QUOTE]From advanced to novice: 1)PHP 2)C# 3)JAVA 4)CPP/C 5)python.[/QUOTE] Would any of those help me ? Could you send my useful links to information? Is this …

Member Avatar for peter_budo
0
176
Member Avatar for agam360

Hello, this is my 1st post here,:) I have a problem With C#.net 2008, I can't find the way to send variables from form to form, Could you post here all the ways to do so? + But my problem really is this.:icon_eek: I have 2 Forms, 1-[B]Form1[/B], 2-[B]SP[/B]([I]name of …

Member Avatar for stoymigo
0
220