11,557 Posted Topics
Re: Blasphemy! I really like PDFs. Perhaps your issue isn't with the actual format but with the fact that you are using them incorrectly. They're a good portable format when documents need to be read (not so much modified and worked with, which seems to be your dilemma). They're small in … | |
Re: PR is PageRank, which is just one factor in determining how your site ranks in search engines. SERPs are Search Engine Result Pages, which are the actual result pages you ultimately want to be on (aka the end goal). | |
Re: First of all, never listen to sales reps :) They aren't the company's SEO / marketing people and don't know about SEO. They'll often just tell you what you want to hear. However, the actual answer is: it depends. It depends if it's a white label solution, how it's integrated, … | |
Re: You would want to use the Watched Articles feature. You will receive an email notification of every article that you're currently watching. There's also a link at the top to visit your watched articles where you can manage which articles you're currently watching. Optionally, you can click the Watch this … | |
Re: Never heard of Web 3.0 personally. Learn something new every day. | |
Re: I think we would need the make and model of your motherboard in order to diagnose what sounds it makes for what reason. | |
Re: Hey Fred, would you happen to have a link to the news source handy? | |
Spiceworks, one of DaniWeb's advertisers, has just rolled out their DaniWeb API integration!! Check it out here: http://www.spiceworks.com/p/daniweb Please be sure to give suggestions :) | |
Re: > If you're talking about some sort of popup dialog, I have no idea what you're talking about. ;) He's talking about the popup dialog that I implemented yesterday. | |
Re: I'll be the one to give you the answer that you want to hear :) There are email services out there (some free, some very low cost) that will handle sending the email for you, and all you need to do is copy/paste one of their HTML-based forms onto your … | |
Remember when Panda used to mean a sudden increase/decrease for everyone on a single day once every 6 weeks or so? Back in March, Google said that they would stop announcing Panda updates because they were now part of the main algorithm as a rolling update. New confirmation from Matt … | |
Re: It's an SEO strategy used to promote multiple websites at once. (Group-level SEO) | |
I need to set a cookie with an array as a value. Is the best way to run serialize() on the data? | |
Re: Maybe not professional in nature, but certainly a lot of businesses are able to make a lot of money from Facebook, Twitter, etc. You'd be surprised. To answer the question posed earlier, it's federal US law that a website cannot collect any personal information, or allow any freeform posting, etc., … | |
Re: To leverage something means to make the best possible use of it, so when you leverage browser caching, it means that you're taking advantage of browser caching (having files already downloaded once to your computer and not having to download them again) to speed up web pages. | |
Re: I'm sorry, I'm not sure what ASO is?? | |
Re: Penguin is a penalty for over-optimization. You get hit by Penguin when you have an unnatural looking backlink profile. From what I understand, everyone who has recovered from Penguin has done so primarily by getting rid of bad backlinks and directory links, and making their backlink profile look completely natural … | |
Re: What was the username of your deleted account? | |
I'm using pspell and I have a large text document of one word per line that I would like to add in addition to the US dictionary already being loaded. I don't need to be writing to this document so just loading it for the session would be fine, I … | |
How can I get my SSL certificate to work correctly with Windows 2012 Essentials (specifically the remote web access feature). I *think* I installed the certificate correctly but it's not working :( | |
Re: I would call up your ISP and say that you're having issues with the current IP address you've been assigned, and is there any way to force a new IP assignment? | |
Re: $link = new MySQLi( $server_name, $username, $password ); if ($link->connect_error) { die("Could not connect to $name database server: " . $link->connect_error); } if (!$link->select_db($db_name)) { die("Could not find $db_name database"); } $link->real_query("DELETE FROM table WHERE row = 123"); Written from memory. Might have typos. | |
I heard in the latest Matt Cutts webmaster video that Google is trying to shift towards a non-anonymous web with the use of rel=author. However, how many people *really* use Google+?!?! I, for example, use Facebook and Twitter, but not Google+. Can *I* make use of rel=author or is it … | |
Re: My friend Marshall Sponder actually wrote a book on this very topic called Social Media Analytics (shoutout to Marshall!). Unfortunately, this is something that lots of marketers have been struggling with ever since the invention of Facebook. The first thing to think about is what you have to gain from … | |
Re: Don't you mean "you can say it is a part of Internet Marketing"? I see internet marketing as using the internet to promote your website. SEO is a collection of techniques in which you can rank better in the search engines, therefore helping to promote your website. | |
Re: There is no such thing as a "dofollow" link. A link is either nofollowed, or it's not. IMHO, links that have nofollow are not any worse than links that don't. Google follows them either way. Also, IMHO, the only value gained from going around commenting in various blogs just for … | |
CodeIgniter error logging set to 1: /* |-------------------------------------------------------------------------- | Error Logging Threshold |-------------------------------------------------------------------------- | | If you have enabled error logging, you can set an error threshold to | determine what gets logged. Threshold options are: | You can enable error logging by setting a threshold over zero. The | … | |
When testing a CAPTCHA, is it recommended to test that the IP address used to request the CAPTCHA is the same as that used to answer the CAPTCHA?? Is it a concern for people that have dynamic IP addresses that potentially could change pageview-to-pageview? ![]() | |
| |
How can I split a string by word? When I do `$words = preg_split('/\b\w+\b/', $message);` then the resulting array has the correct number of keys, but the array values are all blank? | |
Re: I use QuickBooks, but it's far from free. Allows me to create Insertion Orders, Invoices, track invoices to payment, and do all my bookkeeping at the same time. It's not free and it's not online, so I might as well just shut up now ;) | |
![]() | Re: As the community administrator, I would rather the answers be posted on the site as a reply to the questions being asked. However, I don't think it's the worst thing in the world if an answer includes a link to another website that has an answer in great depths. I … |
Re: Oh, who are you kidding, just come on over to the good ole' US of A and go to Stanford, MIT, Carnegie Mellon, ... | |
| |
Re: > I am now wondering, by linking to another person's blog, do they automatically receive notification that somebody has linked to them? No, they don't, but if they happen to be using Google Webmaster Tools, they can figure out who links to them. > Or does that only happen if … | |
![]() | Re: I have a bit of a headache and have been in and out of bed all day, so it's hard for me to concentrate on a code investigation right now :( With the particular code snippet being discussed here, the poster accidentally put the description in the code snippet place … |
Re: You should use a 301 to indicate to google that the content has permanently moved to the new domain. Then, if you haven't already done so, register your site with [Google Webmaster Tools](http://www.google.com/webmasters/) and there is a place in there where you can indicate your site has moved to a … | |
Re: One thing at a time :) Firstly, I haven't played with phpBB in a *very* long time, so I can't give you any phpBB specific information. But here goes ... 1. You will want to enable CAPTCHA (human verification) in your registration process. You might also want to play around … | |
Re: Based on your criteria, the best way is, as Jorge says, to use Google Custom Search Engine. We use dto use CSBE (the business version) but now we use the free version of CSE. If you *did* have a database, I would recommend either SphinxSearch or Lucene. | |
Re: When you want to rank for a particular keyword in google, you keep repeating that keyword on your webpage multiple times in a very unnatural way. For example, suppose I want to rank for the keyword 'blue shoes'. I might have something like: *We sell blue shoes here. You can … | |
I've temporarily disabled the live preview when posting in the DaniWeb editor. I've been really looking seriously into why contributions to the forums have been ever-decreasing and so poor lately, and I was able to trace it back to a complete night and day difference the day that we switched … |
The End.