11,530 Posted Topics
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 … | |
Not that things are necessarily *that* bad here on DaniWeb (yet), but I thought I'd open up a discussion about ways to revive a dead (or dying) forum? | |
Re: SEO (search engine optimization) is the process where you ensure that your content is optimized for Google's bots to crawl and index, make sure that you have lots of incoming backlinks, etc. PPC (pay per click) is when you purchase traffic through programs such as Google AdWords. SEM (search engine … | |
Re: What do you mean cache your blog?? Do you mean get it indexed in search engines? I'm confused what you mean. | |
Recently read somewhere that some sites are starting to see Lycos.com (yes, the one that fell off the face of the earth a decade ago) pop up as a main referer for them according to G Analytics. I'm not seeing ANY traffic at all from them, but was wondering if … | |
| |
Am I just clueless, or where can I find the coordinates of the cursor in the latest version of Photoshop or Illustrator when I have View Rulers turned on? | |
Re: Try WorldPay or even PayPal. Most payment gateways would need to accept both Visa and Mastercard, as they are both heavily used. | |
Re: Click on Edit Profile (at the top of the page) and then scroll to the bottom. You will want to check 'Receive Email from DaniWeb' and also 'Automatically Watch Articles I Post In'. You can click the link to Watched Articles, also at the top of the page, to see … | |
Re: Do you have anything in your CSS saying `position:absolute` or `position:fixed` ?? | |
Re: What file extension are you trying to upload? | |
Re: The code you are showing looks fine. Where's the part in the Wordpress template that lets you set the `<title>`? | |
Re: > What is the major/minor differences between a signed, and unsigned number? When do I need to worry about this? If the variable will need to hold both positive and negative numbers, you will want it to be signed. Otherwise, it can be unsigned as you won't need to store … | |
Re: Our servers are hosted in Dallas, TX at a datacenter owned by a Houston-based company. I used to live on Long Island and DaniWeb's office was on Long Island. I've since moved into an apartment in Queens, NY that is literally 300 ft west of the Long Island border, and, … | |
Re: Hi Jonathan, Welcome to DaniWeb! I'm sure that Davey (aka happygeek) will be happy to know that :) | |
Re: Is only your computer affected? If I remember correctly, Internet Explorer has a setting where you can choose to overwrite a website's CSS file with your own stylesheet. Other reasons might be an old version of the CSS file is cached. Try clearing your temporary internet files. | |
Re: For some reason, your user ID wasn't added to the list of posters in that thread. You can even see that the OP says 3 contributors to the thread when in reality there should be 4. I'm not sure if this is a one-time bug or something else. Either James … | |
Re: Because you can post in the Microsoft Windows forum and then just tag your thread with ms-office. | |
Re: You can do what we do, which is serve our PHP documents from our Apache server. We then have a separate web server set up called LightHTTPd, which has the potential to be faster than Apache, which we use to serve up our static content. We ensure to not compile … | |
Re: From what I understand, you only need to follow federal laws based on the country your site is based off of / where your servers are hosted. For example, DaniWeb is a global community, which means we get traffic from some communist countries such as China and we even get … ![]() | |
Re: From what I understand, that's the virtual machine that is used to interpreset VB, and comes standard with most versions of Windows. There may be third party tools that can bundle everything together, but not that I know of. | |
What is the difference between: isset($foo['bar']) array_key_exists('bar', $foo) Is there a performance difference? Is one way more correct than the other? | |
Re: Yeah, unfortunately it went away when we switched to the new system. The spellchecker that you are referring to was a functionality of your browser, not of DaniWeb at all. Most current web browsers have built-in functionality that uses their own dictionary to spellcheck text typed into textboxes. The problem … ![]() | |
Re: Formatting fixed. |
The End.