- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
I am a web developer that focuses on php, seo, graphic design, and javascript development.
- Interests
- Cycling, Reading,
- PC Specs
- Windows, Linux
33 Posted Topics
Re: Why, with all of the suggestions is there no input validation or captcha. Those forms are going to be spam havens. | |
Re: run them as eternal files communicating with each other with urlencoded query strings | |
Re: Everything starts with 1. | |
Re: Seoindia, search google for 'Online Marketing Magic Bullet'. [I]Those always seem to give you everything you need![/I] | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
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 … | |
Re: I seen how social impacted everything. Social makes markers have to engage instead of simply build links. | |
Re: I agree with the above, and I also might suggest you checkout this [URL="http://www.axandra.com/go.to/EverWebby/"]SEO tool[/URL]. | |
Re: 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. | |
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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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] | |
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 … | |
Re: I built one in the past, not free of course. | |
Re: 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 … | |
Re: 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 … | |
Re: 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] | |
Re: 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 … | |
Re: Theres a pretty good function out there, you can query 'seo urls' in google. As far as sanitation goes there is HTMLawed and HTMLPURIFIER. | |
Re: 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. | |
Re: 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, … | |
Re: 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. | |
Re: 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 … | |
Re: Hell yeah, that worked for me |
The End.