I had a client site get hacked using wordpress, I'm thinking like v2.6. So like everyone else is saying its not 100% secure.
That said, I highly recommend wordpress, and have built a lot of sites...
Type: Posts; User: lutenegger; Keyword(s):
I had a client site get hacked using wordpress, I'm thinking like v2.6. So like everyone else is saying its not 100% secure.
That said, I highly recommend wordpress, and have built a lot of sites...
Without seeing your page and the competitors page it's pretty difficult to evaluate where the true problem is. Post some links so we can direct solutions at your specific situation.
You don't have anything telling it to load into container. Assuming this actionscript is associated with a button in a navigation or something like that, which then loads the content into a movie...
I think it depends on your audience, and the type of experience you want them to have. B2B you are probably reasonably safe to designing to 1024x768 screen res., simply because that's what WinXP...
Shift4SMS - You're right - I'm wrong - flog me if you will, I could sit here and try and argue, but ultimately its not winnable.
al63139 - First, I was trying to help, I actually read and tried...
"To enhance my last statement"...lol...or reverse it you know...whichever. Yeah, I found that link after my last post, because I certainly don't want me or my clients doing something illegal. Thanks...
If its illegal to store a clients credit card info then how does every ecommerce site that I use, store credit card info...How does PayPal?
Is there a reward for turning people in? :) Seriously,...
If I understand the problem. You need a CC Number to hold an appointment, and you are only charging after the appointment has taken place. No authorizations... Just here's the number...hold the...
I've dropped completely out of rankings before. Only to comeback a day or two later. I've read somewhere that, you don't always search the same database with google. So one copy of the data might...
We can talk Access v. mysql v. Postgre v. whatever all day long.
Personally, I like mysql because most of the websites I develop run LAMP, Access is fine for small sites with little traffic and...
I think the design is good. There's a lot to like here. Agree with the site feeling slow to me.
On the SEO, you're definitely tipping in the direction of what is considered Black...
Obviously link popularity is hurting you, google doesn't have one site that links to your homepage indexed, which would explain your 0 Pagerank value. Relative link importance is big for google.
...
Wow, that's alot of text for a page. No offense but I would never read a site like this. I have no doubts some would. I respect that some trends are going in this direction, at the same time spam...
Guestbook link brings up the correct page in the popup but the main window goes 404 in Netscape 7 and 404 when you click it again after the popup is open in IE.
In the tag <a href=":;"
you...
I don't care for the way it indexes Flash, it separates the flash movie and the web page as 2 distinct objects. Not good if you have content in both the movie and the code.
I'm guessing that you just have that web variable comes out like this $web="www.google.com";
You have this
echo '<a href<>"../',$web,'">'.$web.'';
You need this
echo '<a href =...
Took a quick look at it everything looks pretty good my only suggests would be to redo your header "t_header_left.JPG" as a gif from the original file it will look a lot clearer and probably save you...
Or the stupidity of people who upload their WS_FTP.ini file. Which has all of the userid and passwords you might have stored for that entire application. Plenty of "password recovery" tools out...
I did a quick search on google and no url for gracecentered.com is indexed. If you put in
site:gracecentered.com you get no results, indicating no indexing and the reason you have a page rank of 0.
Amen
I was simply correcting what igor said "it stands for" please see link on to PHP manual.
http://us4.php.net/manual/en/faq.general.php
As to your criticizing of PHP. I can code in 6 different...
Actually PHP stands for Hypertext Pre-Processor -- does that make sense no, but its true.
Cosmicperl - "Yes reading source code, calling the PHP interpreter, compiling and executing uses many more CPU resources than reading and outputting a HTML page. Under heavy traffic a php site will...
"What's the general consensus on .php pages getting indexed in search engines. I see them, but still I see .html files beating them, in most cases. "
I think this probably has more to do with PHP...
First thing people need to understand is that the language of the web is HTML (and XML maybe). ASP, Perl, CFML, PHP, JSP are just ways to write HTML code dynamically.
Statically...dynamically the...