iGuest
Members-
Content Count
72,093 -
Joined
-
Last visited
-
Days Won
5
Everything posted by iGuest
-
Not arguing with your general point, but to clarify: dogs aren't carnivorous. They are actually natural omnivores. Theoretically, it's possible to satisfy dogs' nutritional needs without meat products, but it's certainly more difficult and probably a bad idea. Of course, it's always a bad idea to adopt a new diet without consulting your veterinarian!
-
Top Indie Bands Ever1. Death Cab for Cutie2. The Smiths3. Arcade Fire4. Radiohead5. Belle and Sebastian6. Pavement 7. Sufjan Stevens8. The New Pornographers9. The Postal Service10. Phoenix11. Sonic Youth12. Joy Division 13. The Shins14. Yeah Yeah Yeahs 15. Spoon16. The Decemberists17. Wolf Parade18. MGMT19. Metric20. Tegan and Sara 21. Built to Spill22. Bright Eyes23. Elliot Smith 24. Iron and Wine25. Band of Horses
-
How Do You Validate Email Addresses? Looking for the best method
iGuest replied to iGuest's topic in Programming
How to correct thisHow Do You Validate Email Addresses?I have this php code here for my contact form page but each time I test it out through my website the error message comes up "Invalid email address." I wanted to know how do I correct this problem so when someone sends me a message they do not see that error message. // Validate their e-mail address. if (!preg_match('/^[A-Z0-9._%+-]+@[A-Z0-9.-]+.[A-Z]{2,4}$/I', $_POST['email'])) { $errors[] = 'Invalid e-mail address.'; } Thank you in advance to anyone who can help. -question by trish -
How to get the usable Screen Size from your visitor into a PHP variable using Javascript.Getting Screen Resolution using Javascript."Is there a way to get the height and width of the viewing area "Create a php page named 'screen.Php' and include the php script<?phpEcho $_GET['scrw'];Echo $_GET['scrh'];?>Then create another PHP or HTML page with this javascript and name it whatever you wish...Such as 'MyCreenTest.Php'Click here to tell what me your screen size is!Run MyCreenTest.Php and click the link and the link will go to 'screen.Php', which will display your usable screen size from a php echo. If you are going to use this throughout your site, you might should place them in a session var such as$_SESSION['scrW'] = $_GET['scrw'];$_SESSION['scrH'] = $_GET['scrh'];And that will do itNow...Can someone tell me how to redirect to the screen.Php page without stopping and asking the user to click somthing? Thanks-reply by Douglas
-
I need Rap Lyrics Can somebody write me some? plz..
iGuest replied to supyo's topic in Art & Creativity
okay i wanna be a rapstar,trynna sell doped out bars,so i kould buy my momks a car,she be walkin but sometimes walkin too far'i promised her ill buy her a mansion and a car when im far in the game,i dont want things to be the same,it hurts and puts my chest in pain to see her cry and see teardrops roll down her cheeks and drip on da floor like heavy rain.when im money addicited its like im stuck like plaster sorry for the haters its bout to be a disaster,betta tell em after.im da best sellin fellow,got white,weed,yellow aint nobody slangin like me imma stay faithful to da game,witith maryjane in my brain yuhh! hit me up if you like it john2163@gmail.com-myspace. -
Hard Drive Freezer Trick have you ever tried it?
iGuest replied to serverph's topic in Hardware Workshop
I will say this trick worked for me, as a matter of fact I am currently using the damaged HD to reply here! A week ago I got angry and hit my laptop very hard right atop the HD housing while computer was on. Everything went black and a little curly cue of smoke rolled out. I waited a few minutes and tried to reboot but was met with errors and nothing could be done. I unfortunately had not backed up my HD and lost 2 years worth of valuable business docs from a business I am starting. Through my panic I began calling data recovery shops just to find they will charge thousands to recover data. I am a small startup and can't afford that expense, so I called a computer buddy of mine who owed me a favor. He looked at my HD and said it was fried and I probably lost everything unless I send it to the expensive recovery shops.I was heart broke! He then mentioned this trick to me and asked if I would like him to try. I of course said hell yeah, I had already resigned the fact that the data was gone! So about an hour later while in Bestbuy getting a new HD my buddy texted me to let me know he had good news! The trick had in fact worked and my data was recovered. He was able to recover most not all of my data. There are some sectors that have been severely damaged so I can't recover. But the majority have been recovered. The HD is still bad and my system is acting crazy, the drivers are not properly functioning, and it occasionally freezes and tells me the HD needs to be replaced before it crashes completely. I have been up and running on the tricked drive for 2 days and counting. The plans to replace the drive this weekend are there but i will keep this up and running until then or it crashes. The Moral of this story is while you may trick your data out of the drive after a failure for less than thousands of dollars, but why worry after the fact always back up your data! -
yo yo yo slimnatey right herewhile im spiiting rhymes sound deteriatin ya earb***hes can talk but they sure as hell cant hearshoot you wit a 22 pretendin youz a deerim white and you actin like that aint righthatin on me gonna end yo life tonightsaying that aint piss in yo pants cuz its frightim stayin low while boyz high as a kiteyou aint got no ride so you cruise in pampers cruisazgoing to the bar as if you a boozai got the key hatin on me and you gon seehow the psychaldelic music like jewelryill take the song back when you shootin me.$#@SlImNaTeY@#$
-
yes google is a number and that you spell it 1 googol = 1.0 × 10^100 which mean you put 100 zero at the end, and it regard to weather or it's bigger than infinity the answer is no, but but i you should think about what infinity is, and what if u add 1 to it does that make it infinity plus 1? but there are different size of infinity which would be helpful to u. to be honest i don't believe in infinity i mean if you think about it how does that make sense? if you can alway add 1 to something how can you reach a limit? and don't believe everything people tell u ok
-
to all that think that video games are a waste of time and then telling me that movies and reading books are better for you? you're all stupid because movies you just watch, video games take some skill and alot of hand eye coordination, not including reaction time.. video games aren't the best for you time wise but if you're trying to make a argument that watching movies is better then you do not have any research that proves that they are a waste of time as for the girl part maybe it would be a little better than video games to flirt with her in person, but you can text and play games at the same time.... so you have no point that they are a waste of time, i suggest you get your facts straight...
-
Accessing Ms Access Database From A Centralized Location?
iGuest replied to himanshurulez's topic in Programming
ms ACCESS file to be shared over the internetAccessing Ms Access Database From A Centralized Location?For the first time in my life, I am asking a question to a forum. WithExtreme hope that you will solve my problem, I am describing to you theMatter.I have written an application in visual basic 6 that accesses a MS ACCESSDb. The program is running fine. But, now my client has decided to setUp a new branch at a distant location which should be connected to theExisting branch. How can I modify/extend my application to handle thatSituation. Ineed all the users to use the same database file. How do I do it . Thnks in advance. Your help will be highly appreciated -question by Bryt -
Extremely Slow Hdd Operations On Windows Xp
iGuest replied to turbopowerdmaxsteel's topic in Hardware Workshop
There are three main reasons that computer slows down: 1. registry errors 2. Spyware and adware 3. Viruses. Actually, however, according to the statistics, 90% of computer problems are caused by computer registry, so it is important to constantly clean up your computer registry to ensure that your computer runs in a good condition. Now there are two good software on the Internet: Tuneup360 and Norton systemwork, but the latter one is a little bit difficult. For the beginners, Tuneup360 is a good choice. I don’t know why. Everybody is talking registry cleaning now. It seems your computer can be faster if you clean registry, so I try the tuneup360. It is not free, but it will give a free license if I agree to do a customer survey. I do feel my computer runs faster after that. -reply by wrboer -
not every BIOS shows it :/ that's what I hate I was able to do this with my other laptop but now it's not in my BIOS so I'd like to know why not and did some reviews on the internet and they just sey that it's nt on every BIOS :/ kinda lame Cedrique
-
Help, My Laptop Charger Is Not Working Properly
iGuest replied to torres1287's topic in Hardware Workshop
CHARGER REPAIR Opinion it worksHelp, My Laptop Charger Is Not Working ProperlyIs your hp pavillion charge and the light appears I can help you.Your charger has a hole that plugs to you computer right.Okay get a piece of of staple and bend it in two pieces.Put the half of the staple in the hole of the plug and plug it back in your computer it will work.The staple acts like a conducter and transfers the energy to the outlit to your computer.The plug won't work because it is fried the metal inside the plug is burned because you plug it up to long.Well if this doesn't work tell me because I did it and it worked Yay!! -reply by MysteryGUY -
Use OptionsRecommendations For Freeware Screen Capture Video Software?I know by the date of the original question that this is a little late but maybe it'll be found through a search. To program your keyboard shortcuts in CamStudio go to Options > Keyboard Shortcuts and make your adjustments there. I had the same problem and was quickly resolved. Rob
-
itunes wii not allow me to import CDsItunes ProblemWhen I attempt to import music from a cd to my library, itunes stop working. I have had no problems with importing CD to itunes until yesterday. I have reloaded itunes with the same problem -question by robinoldtimer
-
export data from excel embedded in webpage to a excel databaseExcel Question<p>I have a simple excel form(REP)...In Column A it has the heading like Date ,Name ,Amount (A2 to A58 )etc.. And the values can be entered by differnt users on the column B (B2 to B58).So the user can fill the customer data and send it to one person who then should be able to save it into a database. I wrote a macro for this to take place ..Works fine.</p><p>But once I post the excel form on the net so that other users can access it and send it back to one centrallly located persone who has the file DSR.Xls stored in their system. Now it doesnt work But if I send the excel sheet to 10 diff people and they email back then it works ...Can making it available on the web will help me a lot ...</p><p>My macro : ----</p><p>Sub Save_to_DSR()</p><p>On Error Resume Next<br />Set wBook = Workbooks("DSR.Xls")<br />If wBook Is Nothing Then<br />Workbooks.Open Filename:="T:ShareDSR.Xls"<br />Windows("REP").Activate<br />Sheets("T & G").Select<br />Range("B3:B58").Select<br /> Selection.Copy<br /> Windows("DSR").Activate<br /> Sheets("Record").Select<br /> Range("A1").Select<br /> If Application.WorksheetFunction.CountA("A:A") = 0 Then [A1].Select Else<br /> On Error Resume Next<br /> Columns(1).SpecialCells(xlCellTypeBlanks)(1, 1).Select<br /> If Err <> 0 Then On Error GoTo 0<br /> [A65536].End(xlUp)(2, 1).Select<br /> <br /> </p><p> Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _<br /> :=True, Transpose:=True<br /> <br />ActiveWorkbook.Save</p><p>Windows("REP").Activate<br />Sheets("T & G").Select<br />Range("A2:B2").Select</p><p>Else<br />Windows("DSR").Activate<br />Sheets("Record").Select</p><p>Windows("REP").Activate<br />Sheets("T & G").Select<br />Range("B3:B58").Select<br /> Selection.Copy<br /> Windows("DSR").Activate<br /> Sheets("Record").Select<br /> Range("A1").Select<br /> If Application.WorksheetFunction.CountA("A:A") = 0 Then [A1].Select Else<br /> On Error Resume Next<br /> Columns(1).SpecialCells(xlCellTypeBlanks)(1, 1).Select<br /> If Err <> 0 Then On Error GoTo 0<br /> [A65536].End(xlUp)(2, 1).Select<br /> <br /> </p><p> Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _<br /> :=True, Transpose:=True<br /> <br />ActiveWorkbook.Save</p><p>Windows("REP").Activate<br />Sheets("T & G").Select<br />Range("A2:B2").Select<br />End If</p><p>End Sub</p><p> </p> -reply by Lakshmi
-
yo mc jamesy trying my besti got the whole pakage, six under ma vesti well known for the game ask your mum she will say the sameimma put u to shame u the only person to blame cuz ur lyrics is lame
-
My favourite sword fighting gamesWhat Are Your Top 5 Fighting Games?Here is my list. 5.God of war 4.God of war 2 3.God of war 3 2.Prince of persia the two thrones 1.Prince of persia warrior within. -reply by Srujan
-
Hello all, I have a million questions as I am a newbie, but I will start with one.Has anyone who is Indigo ever been diagnosed with having Bi-Polar Disorder?I have been, but i refuse to take medication. I am what I am....
-
changing ip address in different manner?How To Change Your Ip Address.how I can change my worldwide internet ip temporarily through dial up connection to my desired IP? in other word I want to have a special IP(194.225.001.000 for example) because the library provider of my university works only with this ip. But I connect to internet through an isp located out of university with different ip. So I can't use my library data base. However I want to chang my internet ip to THIA SPECIAL IP ADDRESS. How I can? please guid me!
-
Friends Or Two And A Half Men this will be interesting
iGuest replied to joeblogg's topic in General Discussion
Two and half men is classic! Wonderful show. Friends is also nice but not as funny as two and half men for me