Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~3K People Reached
Member Avatar for fskreuz

Hi to all! it's my first time to post under the networking category since i'm really on the programming side so pls. bear with my ignorance. I'm just tasked to create a network with a very little understanding of it so here goes: i need to set up a small …

0
131
Member Avatar for fskreuz

Questions: 1.) PC wont boot into BIOS stage, CPU light on, fans running, monitor light blinking green/yellow (not orange) - RAM problem? or something else? 2.) Is a DDR2-400 RAM module compatible with a board that supports DDR2-667 and DDR2-800? Details: I have a friend who unknowingly fried his motherboard. …

Member Avatar for finito
0
145
Member Avatar for fskreuz

i have a regular expression that's supposed to match any string containing certain words in no particular order. the pattern is in PHP: [CODE]var $pattern = /^(?=.*\bword1\b)(?=.*\bword2\b)(?=.*\bword3\b).*$/gmi[/CODE] this pattern works well both in javascript and php but in SQL, it does not work. I searched and found out that some …

Member Avatar for fskreuz
0
671
Member Avatar for ahmksssv

Hi ... i need to inserting around 20 values...which method is best in ajax post or get..i dont know abt ajax..plz send me ajax registration or small form (which having inserting records into db) ...i can learn by using this.... Thank u..

Member Avatar for fskreuz
0
213
Member Avatar for FTProtocol

Just wondering if theres a function to get the window title of your browser. Like if you were to visit [url]www.myspace.com[/url] your window title would be: [url]www.myspace.com[/url] - Mozilla Firefox or w/e browser you happen to use. Is there a way to get the title of a window?

Member Avatar for fskreuz
0
1K
Member Avatar for jonathanasdf

Yeah. This was what I was wondering. Because I am initializing arrays using the new function, I was wondering if there was any way that I could catch a force close (clicking the X or using end task) so I could delete [] the array. Or maybe the array is …

Member Avatar for fskreuz
0
129