Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~13.4K People Reached
About Me

I am a web developer that focuses on php, seo, graphic design, and javascript development.

Interests
Cycling, Reading,
PC Specs
Windows, Linux
Favorite Tags

33 Posted Topics

Member Avatar for NitinThacker

Why, with all of the suggestions is there no input validation or captcha. Those forms are going to be spam havens.

Member Avatar for missy_mi
0
2K
Member Avatar for umcookeg
Member Avatar for backendcode
Member Avatar for seoindia

Seoindia, search google for 'Online Marketing Magic Bullet'. [I]Those always seem to give you everything you need![/I]

Member Avatar for freddavis
-2
195
Member Avatar for eoinbronks

SEO helps with natural links because of the different methodologies of search that enables you to get found. Suppose you did a search 'Organic Links' and used the intitle command or sort by date published, than an seo'd website has a higher chance in being found. Agreed? Now if you …

Member Avatar for levine
0
197
Member Avatar for alexandra03
Member Avatar for benjaminFowl87

Not necessarily, but it may play a factor in seriously competitive niches. You should use an optimization tool instead of eyeballing it. There are so many different factors that come into play, that saying that you meta titles, keywords, and description tags are included is meaningless. Some seo tools look …

Member Avatar for benjaminFowl87
0
325
Member Avatar for designershiv

You might want to implement a session token or javascript redirect. A session token gets implemented before page execution and on page execution it gets destroyed. And the javascript way has its obvious implementations. Also, your database could assist in this if you are inserting the unique value which to …

Member Avatar for designershiv
0
114
Member Avatar for lewis.112

There is no doubt that article marketing is effective, but not all businesses have the time nor the skill to write compelling articles. It seems that video marketing is really a way to break out from the pack. But one thing that a marketer should look for, especially if their …

Member Avatar for jannethayden
0
386
Member Avatar for tyroneb

Interesting tidbit about google analytics. I noticed that google has keyword tool called school that lets you see others competitive keyword terms, but this only seems to show these keywords if you are using the google analytics. So, its something to consider when you decide to implement the [I]free[/I] analytics …

Member Avatar for EverWebby
0
230
Member Avatar for buzz-lightyear

First off, you need to validate the user form contents. I have experienced the file forcing a download on xampp and mamp. My solution came to me when I checked the error log files. This might be a great place to start looking.

Member Avatar for EverWebby
0
107
Member Avatar for lifeworks

How much is alot of people? Most reseller packages would crash after 100 iterations of email sending and many would breach the terms of service so the quantity is imperative. I actually am battling with the same question. I know I can mass mail using cron jobs, sending so many …

Member Avatar for lifeworks
0
170
Member Avatar for EverWebby

I am trying to convert my CMS to SQLite for easy and quicker deploy-ability. Performance wise, I heard that SQLite might be the way to go. At any rate, I am having the hardest time with trying to convert my mysql database to a SQLite database. Having reviewed and downloaded …

Member Avatar for phpstan
0
101
Member Avatar for InsightsDigital

I seen how social impacted everything. Social makes markers have to engage instead of simply build links.

Member Avatar for AirForceOne
0
173
Member Avatar for hansan
Member Avatar for yanniraz

I agree with the above, and I also might suggest you checkout this [URL="http://www.axandra.com/go.to/EverWebby/"]SEO tool[/URL].

Member Avatar for escribes
-1
132
Member Avatar for zia zia

Your code is embedded and the table and other html displays whether or not their is an output result. Process the delete and add an if statement to verify that there is actually data for the row. If there is, echo the data container HTML, if not omit it.

Member Avatar for manzarr
0
4K
Member Avatar for EverWebby

Maybe someone can figure this out because I sure have been having problems with it. I am looking to have a javascript that can be included a page that can highlight or set a border for a the div, p, span, or img DOM element when clicked on. Now this …

Member Avatar for hielo
0
211
Member Avatar for MrPeanuts

Its actually real simple. But if you are new to web design and development, I believe that you might be in over your head as this may sound easy, but can get very complicated very quickly. With that said, I will try to give you an approach. 1. Learn php …

Member Avatar for EverWebby
0
149
Member Avatar for smiler89

Several years ago, I was writing a cms similar to what your talking about. The problem with calling out to the database to reproduce the navigation menu on each page request is that its a pointless use of server resources and delay. From your administration, create a cache file on …

Member Avatar for EverWebby
0
200
Member Avatar for canadian_angel

RewriteRule ^jokespage/([a-z\-]+).htm$ index.php?jk=$1 Theres a decent review that can be found here: [url]http://wettone.com/code/clean-urls[/url]

Member Avatar for muralibobby2015
0
166
Member Avatar for EverWebby

I have been trying to figure out how to perform a search and replace in php to create links within the text of paragraphs without having it interfere with any naming conventions in HTML codes, styles, names, and ids. I was considering preg_match or preg_replace, but I am the worst …

Member Avatar for EverWebby
0
148
Member Avatar for Charles1718
Member Avatar for theemerchant

One, you should be using Yahoo to measure your backlink count and it should be your only measurement device, as it is the only one that shows consistency. Google is much more restrictive on what they are willing to show. Also, you have to consider that Google has several different …

Member Avatar for backendcode
0
160
Member Avatar for RJB_Ronnie

Just off the top of my head, I am concerned that this job is usually exceeds a graphic designers skillset, but it does it seems like your already into it so I will try to lend some help. On your login script page, clean the username and password to help …

Member Avatar for almostbob
0
194
Member Avatar for Tenaciousmug

The problem is that you are treating rp as a text value. Try this: [CODE]$sql = "UPDATE `Member` SET `rp` = rp+$winnings WHERE `username` = '$username'";[/CODE]

Member Avatar for EverWebby
0
117
Member Avatar for toydiaz

On the surface it sounds easy, but you need to further elaborate on your problem. How is the product described? Does it integrate with a database with perhaps 30 fields that describe the product or is it just one field to do this? So what you are saying is that …

Member Avatar for EverWebby
1
115
Member Avatar for silviud

Theres a pretty good function out there, you can query 'seo urls' in google. As far as sanitation goes there is HTMLawed and HTMLPURIFIER.

Member Avatar for EverWebby
0
107
Member Avatar for srdva59

file_get_contents and an echo statement. You can search that on php.net. You also have to be concerned with file permissions, and some servers vary depending on their setup.

Member Avatar for EverWebby
0
47
Member Avatar for bouhbob

It might be quick to use session vars but, if this is a search engine friendly site currently, the implementation of sessions might hurt seo efforts later on down the road, depending on server configuration. Its probably a better decision to use javascript/DOM to implement. For a refresher on DOM, …

Member Avatar for EverWebby
0
1K
Member Avatar for kunnu

Find a reputable shopping cart script, install it on a subfolder of your site, customize it, and your good. If you have a small amount of items, use paypal buttons.

Member Avatar for EverWebby
0
119
Member Avatar for lioneysg

You can use file_get_contents, then parse the data to extract the Meta Tag information. This would, most like would require that the site has valid meta tag syntax, many do not. $file = file_get_contents('http://www.example.com/', false, $context); You can combine with a preg match to extract the data from the meta …

Member Avatar for EverWebby
0
112
Member Avatar for Handyman23

The End.