Author Archives: eWebsiteServices
Facebook Like Can Get You Fired, Says Judge
“Your First Amendment rights are probably the last thing you think about when you click the Like button on Facebook.” Find original article here: http://mashable.com/2012/05/07/facebook-like-fired/
Web development school free, for beginnings to experts
Are you attempting to learn any web scripting language from HTML to JavaScript or need to brush up on some rusty techniques or syntax? Look no further then W3Schools. An online school for free that has in depth tutorials on the very basic of scripting to the most advanced functionality. I’ve used this website everything [...]
Creating and implementing site maps for your website
When it comes to search engine visibility the sitemap.xml file as well as a page that includes your site map are really important. These files allow search engine crawlers to have a finely indexed map of your website, the easier you make it for the crawlers, the more they’ll like your website. Also a few [...]
Add Google Webmaster Tools to your kit
Google Webmaster Tools is an incredibly important tool when getting your website out there and public within the public domain and search engines. First you’ll need a create a Google account if you don’t already have one. These are easy to sign up and free. Once you’ve signed up for Google click here to sign [...]
Why does organic SEO take so long?
Think of it as starting a new job. You are hired based on the fact that qualifications match what the employer needs. Your resume looks good. Everyone expects you to do well, but no one knows if you actually will. A few months go by. You do your job well, you show up on time, [...]
WordPress 500 Error in IE with WP Comments Post?
I just realized that a few websites of mine have been encountering this error, something I should have definitely caught early, but I’m not much of an Internet Explorer user past the adjusting of CSS and a quick run through of every website I develop to make sure everything is working. I would receive this [...]
Importing large files into mysql with phpmyadmin
I was attempting to try and upload a large sql file onto my new server but didn’t realize how big it was until it failed. I had to find and find a solution as to why I can get around this and found this excellent article. “When trying to import large SQL files into mysql [...]
WordPress Tag Cloud font sizes
Interested in adding the tags used in your blog but also display them in different font sizes ranging from least used to most used? Below is a PHP script you can use to display all the tags and a few different values you can change. <?php wp_tag_cloud(‘smallest=8&largest=12&number=25&orderby=name&format=flat’); ?> Using a tag cloud is great for [...]

WordPress comments not displaying on single post?
This error took me a long time to fix by myself because I had no idea what the problem could be and plug-ins happen to play a big part in a lot of what goes wrong in WordPress. I wish had thought about that before fixing the core code of WordPress. I searched Google and [...]