No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
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 … | |
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. … | |
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 … | |
Re: [QUOTE=ahmksssv;814504]Hi .. Thank u....i learn a lot from u..... i cleared my doubt for inserting data.... when i retreiving data from database, how can i get values from php page to html page by using ajax...i mean same concept in reverse formate... Thank u once again...[/QUOTE] Im kinda more like … | |
Re: Your code works! But it includes those windows which are hidden or those programs without interface. In short, how to get the captions of windows that can be seen? Firefox has a visible window, I would like to include it but my firewall, by your method, can be seen but … | |
Re: I see that the function runs when the window is about to close on itself. but is there a way or function to execute a command when the user actually clicks on the close button? or when the program is forcefully closed (let' s say when the PC is going … |
The End.