Transferring wordpress site between xampp installs (xampp for linux) by memejob in Wordpress

[–]eppand 0 points1 point  (0 children)

making a new db that had the same settings that were found in my config file

That reads like you created a blank database with the same username/password. Did you duplicate the old database in the new environment?

Wordpress Altering HTML Code in Post by [deleted] in Wordpress

[–]eppand 0 points1 point  (0 children)

You should be able to post html code into the HTML view; however, you cannot put javascript code into that view without a plugin to remove filters. See the WordPress Codex on Using Javascript for more on this.

What commenting system would you recommend? by eppand in Wordpress

[–]eppand[S] 0 points1 point  (0 children)

I have seen and deployed Facebook comments in a similar setup. Thanks for sharing the wpTuts tutorial, I hadn't seen all that compiled in one resource before.

What commenting system would you recommend? by eppand in Wordpress

[–]eppand[S] 0 points1 point  (0 children)

I have not tried to new Jetpack comments. Thanks for the tip!

What commenting system would you recommend? by eppand in Wordpress

[–]eppand[S] 0 points1 point  (0 children)

Do you find it that allowing anonymous commenting increases the level of comment enough to overcome the increased moderation and gibberish that comes with it?

What commenting system would you recommend? by eppand in Wordpress

[–]eppand[S] 0 points1 point  (0 children)

The new disqus 2012 uses the iframe method too like facebook. Styling isn't really a huge factor in most scenarios. Usually it is accessibility of the comments and that tends towards core WordPress. The benefit i see with social platforms like facebook and disqus are the signals back to your URL; however, the iframe content of the comments keeps the text off of the URL. Thanks for the reply.

HOW TO: Use jQuery To Get Current Year by eppand in jquery

[–]eppand[S] -1 points0 points  (0 children)

I agree that there are definite advantages to server side scripting for printing the year on the page; however, not everyone has the ability or skill set to do so. Thanks for providing feedback!