Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Endorsement
Ranked #857
Ranked #3K
~2K People Reached
About Me

life(){ me = new human(); me.doStuff(php, much_more); me.doStuff(c++, less++); me.doStuff(c#, more); me.doStuff(bike, too_much); me.slogan(keep it simple); me.status(smile); return optimism;}

Interests
it world, communication, automation, cars, engines, team sports.
Favorite Tags
Member Avatar for gotschai

hi, I am fighting around with setting a property on sound device via registry edit. I know its located at [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\{ab701278-c48d-41cd-b68c-8466465f06e4}\FxProperties] i found that the setting is "{fc52a749-4be9-4510-896e-966ba6525980},3"=hex:0b,00,8f,f0,01,00,00,00,ff,ff,00,00 what changes is ff,ff to 00,00, that is ok, but also the 3rd, and 4th value change, but i did not discover …

Member Avatar for gotschai
0
710
Member Avatar for gotschai

Hi Mates, I have a little problem on my Win2003 Server Ent.Edition, SP2. I use AD int the network and dns is located on the same server(local one). Standard setup with replication with another DCs (remote DCs). My services on another server can not start due to a logon failure …

Member Avatar for lasitha2005d
0
238
Member Avatar for changeco

Does anyone know a way to check if the Google Calendar server is having problems (internal 500 error) and display a line of code saying "We are experiencing technical difficulties" instead of Googles lame debugging? I assume it would need to be some sort of ajax/php combination to check the …

Member Avatar for gotschai
0
59
Member Avatar for wewehalim

Hi, i am making 3 forms, let's say, form1, form2, form3. In form1, there is a field "givenname" and a submit button that link to form2, and i want to pass this field to form2, i can pass this without any difficulty. However, i also want to pass the field …

Member Avatar for gotschai
0
136
Member Avatar for gotschai

Hello everyone, i have a little problem with variable variables if the variable is an multidimensional array and the indexes are not fix so, they are dynamic. I need something like this: [code=php] $varName = "data"; $varIndex = "[1]['items'][4]['items'][]"; ${varName.$varIndex} = 'xyz' ; // this does not work as php …

Member Avatar for somedude3488
0
102
Member Avatar for tatt727

Hi, I am trying to create a loop that will create an array from the values posted into a form and then sort them. The user is first asked how many words they want to enter and then a loop creates a form with the appropriate number of text boxes …

Member Avatar for tatt727
0
180
Member Avatar for procomp65

Hi I need a pointer in the right direction. I receive a string of data from hardware in the following format " 01 1 2 1 0340 10 33 56 08 09 20 09 0002  0010 0000 0303 0303 0600 0000 0600 0000  0349  0302 0349 0301 …

Member Avatar for procomp65
0
253