Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
listings
- Page 1
Re: What is the Best Marketing Platform For E-commerce Website?
Digital Media
Digital Marketing
3 Weeks Ago
by ashleydent4u
… some quality links. Don’t forget to keep your product
listings
optimized with proper schema markup too—it really helps with…
How to get niche related backlinks
Digital Media
Digital Marketing
2 Months Ago
by MasoodDidThat
… submissions, forums, directories, social bookmarking, link insertions, blog commenting, business
listings
, etc. I specifically need websites that are exclusively related to…
Re: How much does it cost to build an Food Delivery Android app?
Programming
Mobile Development
2 Months Ago
by marksmiths
… app with essential features like: User registration & login Restaurant
listings
& menus Basic search & filters Order placement Payment integration…
Re: How to get niche related backlinks
Digital Media
Digital Marketing
2 Months Ago
by Salem
Why don't you just type that into a search engine, then go and bother those sites instead?
Re: How to get niche related backlinks
Digital Media
Digital Marketing
2 Months Ago
by Olu_610
Have you tried Dubai Kitchenware Directory and Kitchen Appliances UAE. They should give a successful result. You can also try r/Cooking on reddit. The Reddit community is an excellent opportunity to create backlinks as well.
Re: How to get niche related backlinks
Digital Media
Digital Marketing
2 Months Ago
by Dani
I have found it’s really hard to create Reddit backlinks unless you already have a really strong reputation in the Sub. If it sticks though, it’s definitely valuable! Olu, what’s your trick with Reddit?
Listings on Flippa
Digital Media
Digital Marketing
10 Years Ago
by rickyricardo5
I just received an email from Flippa advertising Free
listings
for turnkey websites for the next few days - should I put a site together and sell it?
Directory listings pagination
Programming
Web Development
13 Years Ago
by bloodbender
…</div> </div>"; } // Display all premium
listings
$prem_query = "SELECT * FROM tbl_listings WHERE category_id = '".$get_category_info_rows['…</div> </div>"; } // Display all regular
listings
$regu_query = "SELECT * FROM tbl_listings WHERE category_id = '".$get_category_info_rows…
JSON error - Using Google Maps to show houses listings
Programming
Web Development
13 Years Ago
by Mujahid158
…; <title>Full Screen Victoria MLS Real Estate
Listings
| Alex Burns & Associates - Victoria, BC…">Alex Burns & Associates
Listings
</label><br /> <…lt;label for="remaxlistings">ReMax Camosun
Listings
</label> </div> <…
Beauty Listings Design - Database?
Programming
Databases
16 Years Ago
by geekchic24
… building a beauty site that will include about 3,500
listings
of salons & their services in my metro area. Since…, all in all, I have an excel spreadsheet with 3500
listings
, want to use PHP scripting, just need to know what…
Re: Beauty Listings Design - Database?
Programming
Databases
16 Years Ago
by schumaj
… i would also say that if you have that many
listings
it is important to use a database. But what to…
Yahoo! Directory Listings
Digital Media
Digital Marketing
Search Engine Strategies
18 Years Ago
by WireNine
Would you say that Yahoo! Directory
listings
are worth $300 or would that be a waste of money? Please share your opinions. Thank you.
5 listings?
Programming
Computer Science
18 Years Ago
by Rane
I know of a site who has 5
listings
in DMOZ? Howz that possible? They submitted the different pages under different categories. This is a well-ranking,trusted site
Re: Yahoo! Directory Listings
Digital Media
Digital Marketing
Search Engine Strategies
18 Years Ago
by BamaStangGuy
I don't think they allow their directory
listings
to be downloaded like DMOZ so I would imagine you would only be purchasing a link in Yahoo! without a chance of others giving you a link through DMOZ type knock off directories.
API to find local business listings
Programming
Web Development
14 Years Ago
by Venugopal Ravi
… now, in which i need to find the local business
listings
eg: i will get the business name and zipcode from…
Re: Listings on Flippa
Digital Media
Digital Marketing
10 Years Ago
by Dani
Turnkey websites usually refer to somewhat established sites, that already get a decent amount of traffic/customers, and can simply be flipped to a new owner who can instantly start making money from them. I would think that it would be nearly impossible to create a brand new site within only a day or so that instantly makes any amount of money. …
Re: Listings on Flippa
Digital Media
Digital Marketing
10 Years Ago
by PixelatedKarma
What Dani said. However if you are asking whether there is a market for flipping websites and doing it yourself.....The answer is yes, heck the lazy man's approach is just domain flipping itself so yes it is possible but you need to do alot of research on how to increase the value of a domain (there are ALOT of factors). With a good inbound link …
Re: Does Local LIstings help?
Digital Media
Digital Marketing
15 Years Ago
by WebDave
As per the latest Google Trends local
listings
have gained a lot more importance than what they had earlier. Google itself has started providing search results with local
listings
first.
Re: Google listings help...
Digital Media
UI / UX Design
16 Years Ago
by seanansari
… wide links in SERPS.. If you are referring to multiple
listings
in Top 10 google results..then simply forget it ..coz…
Re: Does Local LIstings help?
Digital Media
Digital Marketing
16 Years Ago
by mrandrei
Yes, it helps a lot. Local
listings
are more targeted. This means that the conversion rate is even higher.
Listings In Alphabetical, What About Numbers And Other?
Programming
Web Development
15 Years Ago
by qlooney
Hello, newbie here I'm using PHP and mysql so when you click on a link that says A, you get all the titles that start with A and so on. my current code below is working properly for those started with alphabet. but as the data grows, some of them are started with numbers. [CODE] <a href="movie.php?id=A">A</a> <a href=&…
Re: Listings In Alphabetical, What About Numbers And Other?
Programming
Web Development
15 Years Ago
by pritaeas
[url]http://dev.mysql.com/doc/refman/5.1/en/regexp.html[/url] I think it should be this: SELECT * FROM tbl_movie WHERE ori_title REGEX '^[0..9]+.*'
Re: Listings In Alphabetical, What About Numbers And Other?
Programming
Web Development
15 Years Ago
by qlooney
you mean i have to change all of that code or simply just change this line: [code] //query the database $query = "SELECT id_movie,ori_title,alt_title FROM tbl_movie where ori_title like '".$id."%' or alt_title like '".$id."%' order by ori_title asc"; [/code] with the one you suggested?
Re: Listings In Alphabetical, What About Numbers And Other?
Programming
Web Development
15 Years Ago
by pritaeas
Add that one if you request numbers, otherwise use the one you have.
Re: Directory listings pagination
Programming
Web Development
13 Years Ago
by twiss
I would do something like this (provided I understand what you want): [CODE] $page = $_GET['p']; // 1, 2, 3, ... $start = ($page - 1) * 10; $counter = 0; [/CODE] In all those while loops, add: [CODE] while(.... && $counter < $start + 10) { if($counter++ < $start) continue; .... } [/CODE] You might also want to query the COUNT…
Re: JSON error - Using Google Maps to show houses listings
Programming
Web Development
13 Years Ago
by pritaeas
For one, I wonder why you build your own JSON result. PHP comes with a nice [URL="http://php.net/json_encode"]json_encode[/URL] function.
Re: Yahoo! Directory Listings
Digital Media
Digital Marketing
Search Engine Strategies
18 Years Ago
by JeffHeaton
I currently have a Yahoo listing. The ROI is not very good. Its a high-PR link to my site, but thats about it. Maybe thats enough to make me renew it, not sure. It generates almost no traffic. I get most of my traffic from google searches. I get hits from yahoo search, but not from the directory listing. But don't buy a listing and expect …
Re: Yahoo! Directory Listings
Digital Media
Digital Marketing
Search Engine Strategies
18 Years Ago
by cool_78
I see. so its basically just a way to boost your PR. but at $300 for me its too expensive
Re: Yahoo! Directory Listings
Digital Media
Digital Marketing
Search Engine Strategies
18 Years Ago
by stymiee
Back when the listing was $295 for a lifetime listing it was usually worth it for any business to do as the investment was for a lifetime so the cost could be justified. Back then the Yahoo directory used to drive traffic as well. But to pay $295 for very little traffic the cost is much harder to justify. It's hard to imagine few sites getting a …
Re: Yahoo! Directory Listings
Digital Media
Digital Marketing
Search Engine Strategies
18 Years Ago
by WireNine
Thanks for your input everyone :)
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC