No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
eBusiness coach/consultant, affiliate marketer, and SEO by day; awesome "mawmaw" IRL.
25 Posted Topics
Re: Try SiteSpinner. ([url]www.virtualmechanics.com[/url]). 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 close. Definitely doesn't throw in a bunch of nasty gobbledygook. | |
Re: 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 from the directories, but it will help you get better ranking in Google - … | |
If query is called getResults and your field name is called myField To change to 2-across or 3-across, or whatever, just change the MOD 4 to 2 or 3 or whatever number you wish. | |
Change Your_Query to match your query name, Your_data to match your field name(s), and change the colors (ffffff and dadada) to match the colors you want. | |
Change the yourActionPage.cfm to the name of the page you want to open, and adjust the sizes and other parameters as you need. | |
Re: 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. | |
Re: 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 other reasons too, but that's the simplest. | |
Re: 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 as an expense so it all comes out in the wash. … | |
Re: [url]http://www.perlservices.net/en/faq/cute_ftp.shtml[/url] - scroll down for instructions on how to use chmod with cuteftp. | |
Re: Do you mean a sitemap? [QUOTE=x_red_star_x]Well I am not exactly sure I wanted to look and see what all I can do, I am trying to make a website for a business I want to start so I was looking for something professional looking but also up to date if … | |
Re: 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. | |
Re: 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, they will issue a check for the previous month. | |
Re: Look to your on-page optimization. That may be what is lacking. | |
Re: Probably the first and best place to find out what PR is, is to go to the source for the definition. [url]http://www.google.com/technology/[/url] . | |
The backlink update has begun. I don't yet see any PR update happening, but that may coming soon. | |
Re: sounds like a good choice of attire to me. good luck! | |
Re: 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 that. "login" is what you named that query, so it should say <CFIF login.RecordCount … | |
Re: <cfif Password eq #Password# and UserName eq #UserName#> <cfinclude template="yourpagetoinclude.cfm"> <cfelse> <cflocation url="yourloginpage.cfm"> </cfif> | |
Re: 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, table name, fieldnames, and variables have to match your situation. [QUOTE=cfnut]I have a page where the user can enter his username and password. Does anyone have … | |
Re: 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. | |
Re: 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 in the serps for your keywords. The next PR/backlink update is probably anywhere … | |
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 seemed to really return here. But I've been working from home for over … |
The End.