Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
73% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
Member Avatar for VulcanDesign

Hi all, I'm trying to use Python's urllib to get a Facebook profile page. I get the following error: [CODE]IOError: [Errno socket error] [Errno 10035] A non-blocking socket operation could not be completed immediately[/CODE] Here's my code: [CODE] import urllib member_profile_text = urllib.urlopen('http://www.facebook.com/profile.php?id=1073109649').read() [/CODE] I need to get this working …

Member Avatar for VulcanDesign
0
537
Member Avatar for rooter1204
Member Avatar for gogreen1
0
271
Member Avatar for VulcanDesign

Hello all, I was wondering how to do this: [LIST=1] [*]Enter values into and submit a form on site B from site A (using Javascript) [*]Load the resulting url into the current site (site A) (using Javascript) [/LIST] I have no idea if this is possible with Javascript, but any …

Member Avatar for Taywin
0
101
Member Avatar for D33wakar

I've been trying to automate the creation of a user account with admin rights using cmd bat . [CODE] net localgroup administrators [I]account name[/I]/add [/CODE] got the following error: [CODE]There is no such global user or group:[I]account name[/I][/CODE] what's the problem?

Member Avatar for VulcanDesign
0
138
Member Avatar for k2k

set v1=%e:\file1\file0% set v2=%c:\file1\file0% set v3=%d:\file3\file4% cd %v1% and do something cd %v2% and do something cd %v3% and do something I just want to set a variable = path and cd to it later, since I have multiple pathes, i would like to cd to diff variables instead of …

Member Avatar for k2k
0
168
Member Avatar for sidhe3141

Need help with Flash (using AS3): I have a MovieClip as part of a Button. I'm trying to use code inside the Button to control the MovieClip. Is there a way to do this?

Member Avatar for charls.adam
0
111
Member Avatar for DonaldAlexander
Re: maps

how on earth do you design something like this? iv seen where people plot on the countries with the dots where the high usage is but can someone assist me on even naming what it is? [URL="http://sphotos.ak.fbcdn.net/hphotos-ak-ash1/hs449.ash1/24742_387622215797_11204705797_3824069_7757058_n.jpg"]click to view image [/URL] thanks

Member Avatar for awaisminhas
0
90
Member Avatar for imKEN

I made a design for my first web page, and I tried to do the codes but sadly I can't. Can someone tell me where to code the codes needed, if it will be on html or css. Because I can't arrange the images I wanted them to be. I …

Member Avatar for macgurl70
0
133
Member Avatar for rajr

Hello, I have a small image that i want to use over a complete canvas on a Fireworks file.......can someone help me with the instructions to do so? Details: - i have a small gif image attached here. - i want it to be tiled all over a huge box …

Member Avatar for VulcanDesign
0
105
Member Avatar for dennishall

Hi: I'm trying to pass infromation from an input text field to a php script when the submit button is clicked. [B]Does anyone have a snippet of the AS2 and PHP that would achieve this?[/B] My overall objective to to query a single DB table with the information and I …

Member Avatar for rajarajan2017
0
121
Member Avatar for Finki

This are some exercises for my exam. Need some help ASAP. Program for 9 or 10 points would be the best, because I only need that for exam. [B]6 points:[/B] Write a program that reads a file .picasa.ini and copies pictures in new files, whose names are the same as …

Member Avatar for woooee
-2
194
Member Avatar for NewOrder

my question is: it is a video game website. it has a main page, that has a frameset. one frame is the menu bar. the other is the content. i have got a menu at the top of the page. the menu has got a few links (options/buttons) e.g. pc, …

Member Avatar for Arkinder
0
97
Member Avatar for VulcanDesign

Hi all, I just switched to Ubuntu 10.10, and I found a very worrying problem, which I really need help with. In the Network Manager settings, you can click a "show key" checkbox in the security tab and it will reveal the password. I need to disable this option. How …

0
91
Member Avatar for dnmoore

Can anyone help me I cant seem to get my play/stop button to stop and play my background music. i imported my sound to my library and created the button to play and stop the sound but it doesnt work what is the easiest way to do this in action …

Member Avatar for dnmoore
0
112
Member Avatar for shanenin

I had a website that was made for me a while back. I am trying to update the info. I am doing my best to make changes to the code. It renders fine in all the major browsers except IE. This page in particular does not work, [url]http://brighteyedcomputer.com/test/site/contact[/url] . The …

Member Avatar for drjohn
0
166
Member Avatar for atla

I'm pretty much a complete beginner. I'm trying to get a 'timer' or 'clock' that pretty much just counts how long you have the window open by using a loop that adds 1 to "a" for every second, and adds 1 to "b" for every 60 seconds (while subtracting 60 …

Member Avatar for richieking
0
167
Member Avatar for ankit.pandey3

[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color:#060606; background:url(images/background.png) repeat-y left top; } ul, ul li { margin:0; padding:0; list-style:none; } ol, ol li { margin:0; padding:0; …

Member Avatar for VulcanDesign
0
1K
Member Avatar for Rk_Raj

Hi friends, Please guide me how to create a batch file to fit this scenario, "I have a Folder Named [B]Addons[/B] which has 110 Folders which themselves has many sub folders and files of differnet extentions for eg(C:\Program Files\OpenERP\Addons). In this i have to leave around 15 decided Folders and …

Member Avatar for VulcanDesign
0
178
Member Avatar for kamblija

Hello I am currently working on steganography and want to convert .wav file into raw binary dadta. but i don't know how to do that. Please do tell me if anybody knows it.

Member Avatar for VulcanDesign
0
81
Member Avatar for rickylakhay

hi guys. i seem to be having a problem using ms dos. now manually i know how to connect to a network and upload files onto a server. im struggling to create a shell script that will automatically detect when an internet connection is present and then connect to it. …

Member Avatar for VulcanDesign
0
349
Member Avatar for VulcanDesign

Hello all =) I am working on a Visual Basics (6) project that requires a hidden command prompt window, to which I need to pass commands. I need to: [list=1] [*]Open a hidden command prompt [*]CD to a directory [*]pass a command including several file names [*]Exit the hidden window …

Member Avatar for VulcanDesign
0
1K
Member Avatar for danholding

hi guys n girls im making a list of the biggest files on my computer i have got most of the coding done but i have hit a brick wall with the sort function. i can sort the size or the file name but as they are both in the …

Member Avatar for VulcanDesign
0
521
Member Avatar for Swedenrock

Hi! Have some problems with my code again... I have a list "playerCardList" containing six elements where you pick out three of these. The three elements you pick should be removed from the bigger list "cardList" containing 81 elements. And after that three new elements from "cardList" would be put …

Member Avatar for VulcanDesign
0
141