Programming :: It's Possible To 'talk To' A Website Like Faceboo
Nov 11, 2010
it's possible to "talk to" a website like facebook, and that's how games such as farmville have been built - i was wanting to know how this is architected, i.e. how does a website decide how to "offer up" its data to the outside world?i'd like your favourite web links, or even paper book recommendations, though i don't if those will be available or affordable over here, or, what would be especially great would be video lectures, maybe on videos?
View 4 Replies
ADVERTISEMENT
Jul 22, 2010
i want to right the on linux box which have postgresql and i what some data from the different table and put it in .csv file.
View 2 Replies
View Related
Jun 27, 2010
I need to make some C program under linux to make some scripts that can talk to my Server's Parallel port by sending some quare signal as high or low, so what i can do ?
View 4 Replies
View Related
May 31, 2011
I need to create a website for a company and then host it on my own. I'm also planning to use Dreamweaver and Windows 7 for the project. What I need to know is. 1. Can I host my created website on my own computer? 2. do i need to use any other software to host my website other than Dreamweaver? 3. Lastly is there a better alternative to dreamweaver?
View 12 Replies
View Related
May 5, 2011
I'm trying to write a Perl script that will go out to a website, log in, pull up a query page, fill-in and submit the query, extract a few specific lines from the query results, and finally place that output into a file. I'm having difficulty with the log in portion. It appears that rather than using the built-in Apache authentication, the developer decided to write their own authentication scheme that uses cookies.
I setup a cookie jar but I'm not certain I'm actually getting and keeping the cookie. When I try to go to a page after the log in page I get an error saying I'm not logged in or my session has expired. Here's the code as I have it thus far.
Code:
#!/usr/bin/perl
use strict;
use LWP;
use HTTP::Cookies;
[Code]....
View 2 Replies
View Related
Mar 29, 2010
ok not done this b4, so i google away, and get this! [URL]... from here [URL]... all it seems to do is give me a black screen. i would like some simple code for now, just to play the video. I can make a still for the link. I do't care if it's js, html, anything that works.
View 9 Replies
View Related
Nov 23, 2010
So a friend and I are new-ish to linux (I am reasonably comfortable with basic /etc text editing, command admin). We are, however, completely new to programming and (x)html. We have a few (what we think are) interesting ideas for dynamic websites.Ideally we would like to develop our own course of study to get to the point where we have a basic understanding of programming so that our adventures in the programming of a dynamic website would be possible. Much of what we need learn to do is the following: use daily updated public-domain data from several other sites, manipulate that data algorithmically, which would then yield updating output on our site. Here is what I would like to do:
1. learn the basics of programming with a language that would teach good code habits and fundamental understanding.
2. become comfortable with (x)html
3. learn another language for the extension of (x)html into a dynamic data-heavy website.
Question could you please suggest a way about going about 1>2>3?Ideally the language of (1) would be something that would not be "wasted" just on web design etc. As a language, C really appeals to me. However, if learning this wouldn't lend itself to being helpful in learning another language for webdesign maybe I shouldn't use it(?).If (1) weren't to be C, what language would be funadmental enough to teach good coding but also be helpful in learning (3)
View 14 Replies
View Related
Jun 9, 2010
I would like to have on a website a notepad ONLINE, so that my friend and me can work on a document TXT together or well we can refresh it every 5min...
well such online notepad is not free... anyone has an idea where it is possible to find the code for this. I am not good in PHP, and not informatician.
View 14 Replies
View Related
Dec 17, 2010
What would be the best way to extract data by sending queries to a website?
View 2 Replies
View Related
Jan 12, 2011
automate daily routines in a website. The things what I should do is to:
- log in
- click on HTML objects (I think I have to trigger the JavaScript onclick event)
Code:
<a href="http://www.xtremetop100.com/in.php?site=11111111" target="_blank" class="account_links">
<img src="/resource/bla/bla/vote/xtop100.gif" border="0"/>
</a>
(This is an image what I have to click on, after it I will receive a reward, then I have to wait 12 hours to benefit from it again.) My first idea was that to code it in C++, and I have searched the internet for the appropriate C++ headers, but I did not find any. So as you can see its not a concrete programming question, my main question is that, in what way could I do the above mentioned things.
View 4 Replies
View Related
Nov 18, 2010
I usually use wget to download stuff from websites when scripting.I have a new requirement that requires me to authenticate then select some options to execute the download. How would I go about this? First thing that comes to mind is using keyboard macros in the Windoz world but I need to do this in bash or perl.
View 1 Replies
View Related
Oct 3, 2010
I'm creating a website to sell some materials, but I don't know how to do online payment. How it works online payment?
View 2 Replies
View Related
Jul 7, 2010
I have a firewall between two different subnets. The reason for the second subnet within the internal network is because I have a mail server that I want to protect. However, we need to make sure that the mail server can communicate with the internal network as well.
Mail server is 192.168.100.100
Firewall is 192.168.100.1 and 10.110.101.5 (and its gateway is 10.110.101.1 to the router)
I go to another workstation and ping the mail server. I can't. It times out. I do the same from the mail server. It times out as well.
View 1 Replies
View Related
Jan 27, 2016
I have read the wiki and several online tutorials and still cannot get my machines to talk to each other over NFS.Both are amd64 with Debian testing. Tutorials invoke programs that do not exist in testing, instructions are inadequate or too old.
View 10 Replies
View Related
Jun 18, 2010
I'm running Ubuntu 9.10 AMD64 with KVM and several VMs running the same OS. Everything was running fine and the VMs were using the host's network via bridging. The decision was made to move the server to completely different network. I shut it down, the system was moved and hooked up, and I got it up on the new network pretty easily--just modified /etc/network/interfaces and /etc/resolv.conf. No networking problems at all.
Then I fired up virt-manager, powered up one of the VMs, and made the same kinds of changes. It's not talking beyond the VM server. I can ping the host, but can't ping the gateway. "tcpdump -i eth0" shows plenty of traffic.
View 4 Replies
View Related
Jan 20, 2010
How to use the TALK command in linux i.e. what is the syntax used to run the TALK command.
View 3 Replies
View Related
Jan 12, 2011
I seem to be having an issue that started rather suddenly. when i enabled click to play in flags. i tried disabling click and play and google talk and even removing google talk and reinstalling with no luck. can someone give me an idea of what else to look for and try? I'm using Chromium 10.
View 5 Replies
View Related
Jul 17, 2011
Basically, my middle mouse button (button 2) wasn't being detected by mumble when I was trying to enter a ptt key. The button itself was bound to do some weird copy-paste function, so I figured maybe that's why, so I rebound it to Shift+Right arrow using xbindkeys and xvkbd. I then went into mumble and it detected this no problem, however due to the xbindkeys config, when I press the middle mouse button it only does the bound function once.... i.e. I press it, it sends Shift+Right arrow to the X serv, but then stops, which is obviously useless for a push-to-talk button.
So, really what I am asking is, how should I go about sorting this? Is xbindkeys able to translate a keypress in sync with the mouse button (i.e if I hold the mouse button, it holds down the keys bound to it) or am I going down the wrong route and there is a better way to get middle mouse as my push to talk button on mumble. Perhaps a different keybind software?
View 1 Replies
View Related
Feb 21, 2011
I configured an internal fake ip 192.168.1.11 on a virtual interface of my server.
I'm running one of my postfix instances on this ip.
The problem is that postfix can't talk to external hosts on the internet when running from this internal ip 192.168.1.11
I get an error in the mail log
Feb 21 22:43:00 localhost postfix-R1/smtp[11372]: connect to 7zips.com[109.169.46.199]:25: Connection timed out
It works fine when I run postfix on real ips, but I need it to work from the internal.
I thought it should just work.
Am I missing anything?
View 13 Replies
View Related
Mar 29, 2010
I have installed talk on centos, turned it on by editing xinetd.d/talk and setting disable=no.I have restarted xinetd (service xinetd restart) and verified that talk is configured to start (chkconfig --status-all).what am i missing? shouldn't either port 517 or 518 respond to telnet? what else can i do to get talk running?
View 2 Replies
View Related
Jan 1, 2010
I have Ubuntu 9.10 trying to get yahoo voice chat to work. Thing I have tried is Gyache now everything works but I cant talk. I can hear but not talk. When I hit the talk button the program goes grey. I have wine installed with Yahelite but when I open up YahVox I get the box open and no one is in there. Ycabby does not work for so I download the three cabs and extracted the files and copped the files to the system32 folder. I tried to the mighty google but I get a whole lot of nothingness.
View 9 Replies
View Related
Feb 16, 2010
is there anyway to use cheese or ekiga to talk to someone with skype? is there anyway for a microsoft computer to use cheese or ekiga?
View 3 Replies
View Related
Sep 5, 2010
I'm running 9.04, and wanted to use GMail's talk and video features. Registered with Gmail, and had to install a deb called google-talkplugin_current_i386.deb , and after installation, Gmail appeared as if it was ready/ok for a chat, talk or video.
Then I noticed the .deb was not shown under Synaptic, as a 'standard' deb, so in the interests of some 3rd party software NOT running on the computer, uninstalled it.
Went looking in Synaptic, and it does have a 'gtalk'. Is that all that is required, to run talk or video under a web browser, after logging into my GMail account ? Or, should I use Empathy ?
View 1 Replies
View Related
Oct 12, 2010
I would like to start a streaming audio/talk radio show where I can play music during breaks, talk most of the time about current events, and MAYBE even take callers.
I am now using Blogtalkradio, but the streaming and archiving quality os so terrible that I want to move up into creating my own talk show network.
I'm using Ubuntu 10.04, 64 bit
This is a good example of what I would like to do: The Global Reality Show...the guy uses Sam Broadcaster and pays a "stream bill" due every month, and you can download archives from a server linked to his website or click the application buttons for ways to get his stream:[url]
Now I heard of this thing called IDJC, which I have installed, but I do not have the faintest idea of how to use it, let alone get jackd running properly. It just complains and stops. Nor have I EVER used Sam Broadcaster or anything like it. When it comes to this thing, I'm a complete newbie. Other people on other forums say you can use Shoutcast and VLC and bypass Jackd and IDJC completely.
How to set up your own internet radio station in Linux? I understand its alot more complicated than windows.
View 9 Replies
View Related
Apr 5, 2010
I have planned to provide tech-talk on x Windows System. Any Resource where I can get detailed information regarding the same.
View 2 Replies
View Related
Jan 25, 2010
How we edit the configuration file of talk server.
View 1 Replies
View Related
Aug 11, 2010
I'm an italian student that's making a project for an exam of the university.I'm trying to install a usb driver to talk with an instrument that my profalso the drivers were given by my prof. the driver now I'm trying to install is called:libhid-0.2.12.origI've opened it and I have run the programm called configure.I had the same problem of Gabyx (in a topic in the section linux Programming & Scripting) but I think I've resolved it in the same way suggested by Lakerdonald....now after I run configure appears:
Code: configure: Using db2man stylesheet: /usr/share/kde4/apps/ksgmltools2/docbook/xsl/html/docbook.xsl
configure: creating ./config.status
[code]....
View 9 Replies
View Related
Nov 27, 2009
I am trying to setup a HP blade (BL460) server with 2 nics on sles10sp3. I want one nic to connect to a management vlan and and second to connect to the standard network. It should be possible for a desktop in the standard network to connect to either nic by providing the correct ip address.use this server as our first virtualisation hosts server using Xen. I dont want traffic used to upload / download images to the server through nic1 to effect the users traffic on the standard network on nic2. However any attempt at routing (which Im not good at) has led to the tx traffic all going out the default route (users subnet).
Each time I setup the nics via yast2 lan I can get the standard lan nic working ok. but cannot get the management nic working correctly. The server can ping a workstation on another vlan, but the workstation cannot ping the management nic. The default route appears to be forcing all traffic on the host out through this route, which I presume is normal behaviour. Using tcpdump I can see the ping packets received by the server, the server then responds through the default gateway, which the workstation does not see.
However, this normal behaviour will result in extra traffic on the users network when image downloads are initiated from the management interface.If I use a 172.24.1.0 network routed through 172.24.1.1 router setup as our management vlan , and 200.200.1.0 with router 200.200.1.1 as our lan for general users. Where server ips are nic1 10.1.1.10 and nic2 200.200.1.10 My workstation would be 200.200.1.10. If I ping the server at 10.1.1.10
I get no response. If I ping the server at 200.200.1.20 no problem.
Basically I used the network setup recommended by vmware to manage a virtual server. I actually have 4 nics, I thought by just talking about 2 nics the problem would be easier to explain. vmware specify that two nics should be used for management and two for the Lan. This is what I am trying to achieve, but both subnets must operate independently.
View 3 Replies
View Related
Dec 11, 2009
I got a trouble about communicating between host application and HID device (with a button) in a embedded Debian Linux OS. The both of them are working fine on ubuntu. When I insert my HID device on my embedded debian linux Unit, following message show up:
# usb 1-1: new low speed USB device using ehci_marvell and address 3
usb 1-1: configuration #1 chosen from 1 choice
HID device not claimed by input or hiddev
and in /dev folder some usbdev files are generated:
usbdev1.3
usbdev1.3_ep00
usbdev1.3_ep02
usbdev1.3_ep81
usbdev1.3_ep83
When I run my host app, and press the button, no any data transferring happened (check with CATc captured data). I know the host app run fine on uBuntu, because I know how to open /dev/usb/hiddev0 in my code. I don't know how to open this kind of file in debian linux. I tried use each files above, the button still doesn't work. Can anyone help me to point out if it is HID driver issue or coding issue.
View 1 Replies
View Related
Dec 7, 2010
I have tripwire enterprise (not open source) agent running on one of my rhel4.8 web servers (I have actually tried with two servers with same results). The agent is a simple install rpm bin file and appears to be running as it should and the server for tripwire enterprise is set up accordingly. A windows tripwire enterprise agent is also on a windows machine that works perfectly well. But I cannot seem to get the tripwire server to talk to the agent on the red hat machine.
I can connect to port 9898 on the server, but the agent who also talks over the same port doesn't appear to be responding to the server on this port. There are no iptables set up to block the requests, there is no firewall set up (disabled) . Network team can see the packet requests being sent over the routers fine... So can't see why there would be a problem. So i reverted to the use of net cat.
Nc -l 9898 (on the agent machine)
Telnet <agent> 9898
But I get connection refused. Is there anything I could be missing here? Redhat is not my Linux of preference and it may be something obvious!
View 4 Replies
View Related