What would you like to see in a business directory? Programming Web Development by FarrisFahad … should I include? I am not sure if I am missing something important. Any suggestions? Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim The previous unit was a Vivobook 15 X513EA-BH59-CB. The current one is a Vivoboox ASUS K350 2ZA BB51 CB. I'm assuming that the problem with the first unit was not a missing driver because both ASUS and Best Buy (Geek Squad) could not get it working. Re: What would you like to see in a business directory? Programming Web Development by Dani I hate to tell you this, but Google *hates* web directories and none rank anymore. Gone are the days of Yahoo!, Dmoz, etc. I don't want you to waste a lot of time because I personally don't feel you'll be able to sell a lot of these. There are some paid models that still exist today, such as The Yellow Pages, Yelp, and Angi. I would browse sites… Re: What would you like to see in a business directory? Programming Web Development by antwanlee There are already about a trillion sites that do exactly that. If you want that do make money from users, build a site that signs them up for all other business directories for a one time fee. If you want to make money from marketing, you will have to get a high domain authority (DA) score for your site so that users are encouraged to sign up… AI-powered Code Reviews: The Future of Collaborative Development Programming by SEO_935 … to grasp the broader context of complex code segments, potentially missing issues that require deep understanding of the project's overall… Re: Learning about AI Community Center by Dani Huh?! GEnie to now? Sorry, I think I'm totally missing something here. Re: Postfix authentication problem Hardware and Software Linux and Unix by chickenbirds > I am trying to set-up Postfix on my Ubuntu local web development machine for send-only e-mails using Gmail so I can test e-mails sent by a web app I am developing. Even though this is an old post I wanted to reply as I found it while trying to setup my own postfix mailrelay on my private cloud server with Debian that hosts our small … Re: Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 After I posted this question I noticed that I was missing the raw string indicator and the capture group enclosing parenthesis on the findall, which explains the subscripting error. So, hold off on the answers for now. I'm still having other issues with multiple file runs, though. Re: Download multiple files in single zip and render for download Programming Software Development by Sachin_41 what is _response in this? Is this some library? Missing return statement Programming Software Development by baneyramos_09 … class below, but its just not working, it keeps sating 'missing return statement' int the method declaration line. Can u see… to check if there is anything missing in my code or if iv done something wrong?? Thanks… { public int trade(int []a, int b){ //says theres a missing return statement int temp=0; for (int n = 1; n… missing or corrupt : /WINDOWS/SYSTEM32/CONFIG/SYSTEM Hardware and Software Hardware by ebjm4 missing or corrupt : /WINDOWS/SYSTEM32/CONFIG/SYSTEM I have the un bootable hard drive in a nother computer that does boot up. Is there a way to get this file back into the unbootable hd. Thanks Ed Re: Missing Config file not allowing boot Hardware and Software Microsoft Windows by ebjm4 Missing Config file not allowing boot how do I fix this problem Re: Missing } return statement Programming Software Development by tonakai missing return statement means that your method expects you to return a value. for example : [CODE] int add(int x, int y) { return x+y; } [/CODE] if your method does not return a value its signature need to be like this: [CODE] void foo() { // some code here } [/CODE] Re: Missing Parameter Value Programming Software Development by ranj_s20 Missing Parameter Values: Exception raised in Boolean ThrowDotnetException(System.Exception). This … Re: PL/SQL: ORA-00922: missing or invalid option Programming Databases by debasisdas missing CONSTRAINT key word on line 8. Help!!!!!!!!! HJT log Hardware and Software Information Security by caperjack Missing it, helping with logs all the time and I can'…\system\povno.dll/sp.html#22776 R3 - Default URLSearchHook is missing O2 - BHO: AcroIEHlprObj Class - {06849E9F-C8D7-4D59-B87D-784B7D6BE0B3} - C…} - C:\Program Files\Spybot - Search & Destroy\SDHelper.dll (file missing) O2 - BHO: Class - {CF23122C-C402-1BC6-41DB-64BC722F041B} - C:\WINDOWS… File names not in explorer Hardware and Software Microsoft Windows by pherman1 Missing files - I recently recovered files off a dead and infected … will transfer, but same issue. I feel like I am missing something simple? driver teac DVD+RW Problem Hardware and Software Microsoft Windows by grnorris@nex.ne Missing or corrupted driver for Teac DVD+RW DV-W58E. Cant reinstall from CD because it wont work without the driver. Can't find driver on the net. No idea what to try next> Any suggestions? Re: help with poisson's process Programming Software Development by wildgoose Missing your fact initialization! Also in your code, you need the entire function because a is missing, etc. And why the second loop if it is based upon the outer loop? [CODE] for ( int x = 0; x <= 10; x = x + 1) { int fact = 1; for(i=x;i>=1;i--) { fact=fact*i; } [/CODE] Re: Ugh! Errors! Programming Software Development by cikara21 Missing ';' symbol.. [code=c++] class oopy { //... }; // <- this line... [/code] And replace [code=c++] Oopy::Oopy() {...} [/code] with this.. [code=c++] oopy::oopy() {...} // and so on [/code] Re: gathering two 'id's from different tables in url in php Programming Web Development by reco21 missing a ] after pid header('location: view_album.php?post_id={$_POST['pid']}&album_id={$_POST['album_id']}'); After you will use a get method on another page. echo $pid = $_GET['pid'] / $aid = $_GET['album_id']; and check for int if you like. Re: Error, colon in array. Programming Web Development by pritaeas Missing colon after `c` I guess. Re: Error, colon in array. Programming Web Development by Aeonix > Missing colon after c I guess. While replacing names of variables. … Re: Please help Errors will not compile Programming Software Development by peter_budo missing comma between getBasePrice(), getProductYear() [code]public String toString() { return String.…()[COLOR="Red"],[/COLOR] getProductYear() ); } // end method toString[/code] missing closing brackets }); [code]previousButton.addActionListener(new ActionListener() { //rest of the… Re: Access made to undefined variable? Programming Software Development by FlamingClaw Missing command.!.. :) [code=pascal] {used units} Uses Crt;{this module is missing from your program} {and before main 'End.' Write a simple command} {like ReadKey; or ReadLn; and then you will see} {that: } {'writeln('Continuation text');'} {'cause I've seen} [/code] Re: JSON Library Programming Software Development by scru Missing? What's missing? Re: Simple movie-list - compile errors, please help =( Programming Software Development by jonsca Missing some semicolons after lines 24 and 50. You left off … how "simple" it is for us, you're missing a chance to learn what the compiler is really telling… Re: 2 column design problem Digital Media UI / UX Design by almostbob … body margin possible throws everything after that missing colon off less important[INDENT]zero is dimensionless : throws compliant … Re: syntax error....? Programming Software Development by Daemon_CC Missing Comma in two lines: > c "and the new skill value is" > d "and the the new skill value is" may be syntax error is due to the missing commas in above two statements... Re: Run problems. Programming Software Development by winbatch Missing a semicolon here: unsigned long k //k as an unsigned long integer also, either change cout to std::cout or put a 'using namespace std;' at the top after the include.