Forum: Search Engine Optimization Nov 30th, 2004 |
| Replies: 13 Views: 4,015 |
Forum: Promotion and Marketing Plans Aug 21st, 2004 |
| Replies: 10 Views: 3,626 Re: Getting in w/ the bloggers I've been wondering the same thing, and while I don't have an answer for you, I will offer to write about you in my blog! :) PM me with any particular wording you might want me to use. |
Forum: Geeks' Lounge Aug 16th, 2004 |
| Replies: 23 Views: 7,619 |
Forum: Promotion and Marketing Plans Aug 15th, 2004 |
| Replies: 13 Views: 6,044 Re: Please help me get more visitors!! Get your site listed in as many relevant directories as you can. Do a search such as yourkeyword + "add url" to find directories related to your keyword. This may or may not bring direct traffic... |
Forum: Promotion and Marketing Plans Aug 15th, 2004 |
| Replies: 6 Views: 3,486 Re: Traffic decline in summer and weekends Many of my sites are technical. Weekend traffic to them is next to nothing. My theory has always been that the techies are going to my site AT WORK, and not at home. May be the same for you. |
Forum: Search Engine Optimization Aug 14th, 2004 |
| Replies: 13 Views: 3,227 Re: Pr? Probably the first and best place to find out what PR is, is to go to the source for the definition. http://www.google.com/technology/ . |
Forum: IT Professionals' Lounge Aug 13th, 2004 |
| Replies: 7 Views: 6,283 |
Forum: Windows Software Aug 13th, 2004 |
| Replies: 4 Views: 13,966 |
Forum: HTML and CSS Aug 12th, 2004 |
| Replies: 11 Views: 3,079 |
Forum: eCommerce Aug 6th, 2004 |
| Replies: 11 Views: 16,311 Re: Paying tax on PayPal I'm certainly no tax person, but if you spent the money on web hosting, then it was real money, was it not? You can't spend it if you don't have it, right? Anyway, you can claim the hosting expense... |
Forum: Website Reviews Aug 1st, 2004 |
| Replies: 1 Views: 2,348 Re: kindly have a look at my pages The colors are a little bright for me. The pink text would make my eyes tire pretty quickly. Regarding SEO, here are my comments:
1. The title of your pages are mostly the same. Each page should... |
Forum: ColdFusion Jul 28th, 2004 |
| Replies: 1 Views: 6,172 Re: Need Help with login authentication I assume you are using this line of code <CFIF getUserName.RecordCount IS 1> to check if the login user and pwd was successful, however, getUserName is not the name of the query you have for checking... |
Forum: ColdFusion Jul 26th, 2004 |
| Replies: 3 Views: 7,515 Re: IF statement Just depends how you want to do it - up to you. Either display the info on the same page using cfinclude or send them off to another page using cflocation. Whatever pleases you. |
Forum: ColdFusion Jul 26th, 2004 |
| Replies: 3 Views: 7,515 Re: IF statement <cfif Password eq #Password# and UserName eq #UserName#>
<cfinclude template="yourpagetoinclude.cfm">
<cfelse>
<cflocation url="yourloginpage.cfm">
</cfif> |
Forum: ColdFusion Jul 21st, 2004 |
| Replies: 2 Views: 5,094 Re: Setting up user name and password Something like this should do it:
<CFQUERY name="login" datasource="#dsn#">
SELECT *
FROM Users
WHERE UserName='#username#'
AND Pwd = '#pwd#'
</CFQUERY>
Of course your datasource,... |
Forum: Search Engine Optimization Jul 17th, 2004 |
| Replies: 20 Views: 5,952 |
Forum: Advertising Sales Strategies Jul 2nd, 2004 |
| Replies: 6 Views: 36,583 Re: Google Adsence If you just started with them this month (July), your first check will be issued in late August. You have to have been with them one complete month I think, and then at the end of the next month,... |
Forum: MS Access and FileMaker Pro Jun 13th, 2004 |
| Replies: 27 Views: 35,980 Re: MS Access vs. MySQL MySQL. If you know both, then it is the better choice. Access will only hold up with a few users. Get too many, or the database gets too large, and you'll be dealing with crashes a lot. Lots of... |
Forum: Advertising Sales Strategies Jun 7th, 2004 |
| Replies: 3 Views: 15,705 Re: Adsense payment?? That's not a question anyone can answer. Google doesn't share that information. It depends on many things. What ads are displayed, what type of site they are displayed on, etc. |
Forum: Site Layout and Usability Jun 6th, 2004 |
| Replies: 17 Views: 8,954 Re: Please suggest a very simple web design app Right inscissor, I think everyone was missing the point that the original poster didn't want the learning curve required for something like Dreamweaver. That's why I suggested SiteSpinner. Really... |
Forum: Site Layout and Usability Jun 4th, 2004 |
| Replies: 17 Views: 8,954 Re: Please suggest a very simple web design app Try SiteSpinner. (www.virtualmechanics.com). I think it would fulfill your needs well. (No, I don't work for them). It also produces some pretty clean code - not absolutely perfect, but darn... |
Forum: ColdFusion Jun 4th, 2004 |
| Replies: 2 Views: 4,227 Re: CF Job market Sounds pretty much like what I expected then. And yes, even when I was out there doing CF programming for companies, it was mostly intranet stuff, which made it difficult to build up any sort of... |
Forum: Search Engine Optimization Jun 3rd, 2004 |
| Replies: 5 Views: 3,306 Re: How long between PR updates? You could see positive upward movement in the SERPS long before you see it reflected on either the toolbar's PR or in the backlinks that Google shows for your site. So keep an eye out for progress... |
Forum: ColdFusion Jun 3rd, 2004 |
| Replies: 2 Views: 4,227 CF Job market Two to three years ago, it wasn't all that difficult to find ColdFusion programming jobs in my area of the US (south). When the tech jobs started drying up, the CF jobs did too, and they never... |