Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~15.9K People Reached
About Me

Worker.

Interests
Programming, Linux Administration, Python, OGRE, SDL
PC Specs
Loaners for the win
Favorite Tags
Member Avatar for khess

Someone left a comment on one of my posts similar to, "Linux won't be popular on the Desktop until it runs [URL="http://www.microsoft.com"]Windows[/URL] applications." To which I silently responded, "Huh? and, "You've got to be kidding me." We have [URL="http://www.winehq.org"]WINE[/URL] for running Windows applications and it works reasonably well for those …

Member Avatar for subhankar_2
3
1K
Member Avatar for lifeworks

Hi quite a simple question i hope, i want to include a couple of checkboxes in my form and if they are checked i'd like to set the appropriate db cell as true... should i be looking at something like? [quote] if(chkbox_name == 'checked') { $cdplayer = true; } ... …

Member Avatar for bilalbinamar
0
6K
Member Avatar for yeshamarques
Member Avatar for mpike

Alright I apologize for the completely uninformative title but i had no idea what to call it. Basically I have an array with multiple values and I only want information to be sent from certain forms if a certain value is met in the array. <?php if(isset($_POST['cb1'])) { $cb1 = …

Member Avatar for world_weapon
0
367
Member Avatar for Benjamin_4

i already have a main domain (pcgevangelism.org) and i created a sub-domain (evangelism-school.pcgevangelism.org). i have a menu named "evangelism school" now i want to know how to link my subdomain to my main domain (evangelism school menu). so when i click that menu it should take me to (evangelism-school.pcgevangelism.org Any …

Member Avatar for world_weapon
0
142
Member Avatar for ~s.o.s~

Howdy folks, Winter 2014 anime is stale news now with Spring 2014 lineup just around the corner (time sure flies fast!). You can view the preview chart [here](http://i1.minus.com/igcbxHFvbhPpC.jpg) and follow the discussion on MAL [here](http://myanimelist.net/clubs.php?cid=57921). Things look pretty grim this season. All my favorite anime series are coming to an …

Member Avatar for world_weapon
0
324
Member Avatar for seankleyn

I want to start programming PC Games that use lots of graphics. Which Programming language or languages are best suited for computer graphics programming and WHY?:)

Member Avatar for keyboard_me
1
2K
Member Avatar for Harora

I m a PHP developer. i want to start working in open source. Can u tell me what is OScommerce and how it works. i just want to know what is the use of OScommerce and how it works and what i need to do to start working in OScommerce. …

Member Avatar for mark santa
0
223
Member Avatar for world_weapon

Well, I just got finished spending a couple hours looking for a solution to an issue concerning the background image. Originally, I was not able to get it even close to the manner I wanted it to work. However I have made it to a decent point. The original idea …

0
94
Member Avatar for world_weapon

Well, for what its worth, I missed you all. For those in the know Ive been down (read offline) for about 2 and a half years. The majority of my activity was on the late night irc. Im still not on a machine yet as Im only halfway home (pun …

Member Avatar for Lusiphur
0
139
Member Avatar for Troy

[url="http://www.tgreer.com/class_http_php.html"][b][url="http://www.tgreer.com/class_http_php.html"]http://www.tgreer.com/class_http_php.html[/url][/b][/url] I've written what I think is a high-quality PHP class for screen-scraping external (or internal) web content. The class includes features to cache scraped content for any number of seconds. So for example, if you want to show stock market data on your site that you scrape from a …

Member Avatar for WebSnail
0
691
Member Avatar for christina>you

I began talking about this in the God thread and figured I would just make a new one. Does anyone know much about this topic? 96% of the universe around us is dominated by a mysterious "dark energy & dark matter" that cannot be seen or measured with human abilities... …

Member Avatar for GrimJack
0
2K
Member Avatar for world_weapon

Hello, can anyone help me figure out what is wrong vmplayer. I cannot access the server running as GUEST OS on Fedora8 vmplayer HOST OS. I will look into this some more. I am using it as a web development platform. I can access the internet and even the HOST …

Member Avatar for world_weapon
0
170
Member Avatar for world_weapon

Hi, just wondering if anyone had any new ideas on a plugin for Pidgin to enable video and voice. One of the problems is the way the data is used by each protocol. I figured that mplayer is a capable backend to display sounds and graphics from various formats. This …

Member Avatar for world_weapon
0
168
Member Avatar for rrocket

I have a page with radio buttons that either enable or disable textboxes depending on the radio button selection. When the user clicks submit the they are taken to a thank you page, but if they hit the back button on the browser the radio buttons both return false and …

Member Avatar for digital-ether
0
144
Member Avatar for abhi_elementx

Hi friends, I have a little difficulty accessing a textbox value from a function. Here's the code: [CODE] <HTML> <SCRIPT language = javascript> function getdata(f){ var myArray = new Array() for(var i = 0; i < 4; i++){//gets data myArray[i] = f.itemboxes[i].value } for(var i = 0; i < 4; …

Member Avatar for ~s.o.s~
0
114
Member Avatar for world_weapon

Hello everybody, I was just trying to understand why IE 6 displays this horizontal menu offset to the right some. I think it will display properly in IE7, and I know for a fact it shows up the way I want in Mozilla/Firefox. Basically I wanted the menu to be …

Member Avatar for world_weapon
0
88
Member Avatar for n33712

Hi The following code is part of a program i have written: for (var count = 1; count <= password.length-2; count = count + 1) { document.write('*') }; What i want is for the output of the above (which would be a number of characters the password is minus 2 …

Member Avatar for n33712
0
92
Member Avatar for rickarro

Good Morning, I have a script that is working just fine as it stands, thanks to ya'll :) I wanted to make a change to it but am having trouble making this change work. The scripts says to "select * from my databases", using "Where" three data inputs. This tells …

Member Avatar for rickarro
0
199
Member Avatar for tun80

Hi there, I hope I'm in the right place (apologies for the intrusion if I'm not). I work for a company that has a few basic products to sell, we have no working website at the moment and we only deal with trade customers. What we are looking to do …

Member Avatar for world_weapon
0
169
Member Avatar for world_weapon

Working on a function that prints out all database rows that end with _n where n is single digit number 1 - 9 first and then prints rows that do not end in _n. So far I have been trying to use this code [CODE=php] $theQuery="SELECT * FROM tableContent" while($row=mysql_query($theQuery)) …

Member Avatar for world_weapon
0
169
Member Avatar for world_weapon

Hello folks, I was wondering if anyone had any experience with php configured with pdflib. I am trying to create a new pdf by loading an already existing pdf and overlaying some information where the fields would be on the existing pdf. I have been trying to figure this out …

Member Avatar for scottholmes
0
89
Member Avatar for chmazur

I would like to know why in the majority of the examples showed in the forum, nobody uses classes in PHP. Is it a chance? Or really, is nobody using them? Do you know classes advantages? ch.-

Member Avatar for chmazur
0
92
Member Avatar for jpl80

What is the best way to submit sensitive data (social security, driver's license, etc.) over the internet. I also need to store it in a database where an administrator could access the info. I may be looking at either open-source solutions or outsourcing this to a company to limit my …

Member Avatar for world_weapon
0
75
Member Avatar for world_weapon

Hello Everyone, I was trying to figure out why this particular mysql_query() doesn't return false and how to deal with it. First of all, I have a table (call it table1) with only one row in it. The one row has a 2 in the user_id column. So when I …

Member Avatar for world_weapon
0
141
Member Avatar for world_weapon

Hello everyone, I have an issue that I can't seem to resolve with integrating phpBB into the rest of my site so that login and session can be intact. Well, for the most part, the whole scheme seems to work at first glance. I noticed that pages that have the …

Member Avatar for world_weapon
0
145
Member Avatar for world_weapon

Brief overview, have three functions that return boolean for the zip code and email format and another to check if two fields are not empty and contain the same value. The wrapper functions I made that use another function to write to a div.innerHTML work fine. The function I made …

Member Avatar for MidiMagic
0
154
Member Avatar for rime

How can I disable the submit button with JAVA Script untill all the mandatory fieleds are filled? if any body can help.. its urgent please

Member Avatar for world_weapon
0
245
Member Avatar for dmotah

hi every1. im wrtting a chat system!,the problem i dont no how to insert the value of a variable into the db(mysql) i no connection and insertion, but only data, nat variable, plz help

Member Avatar for world_weapon
0
106
Member Avatar for dmotah

hi im creating a chat project in php! ive created a database that is used to authorize loggin! im having problem with the chat page itself. on the page therz a textarea and a form and submit button! im confused! i dont know whether to use a txt file to …

Member Avatar for world_weapon
0
129