Archive

Posts Tagged ‘javascript’

WordPress Background Image

August 22nd, 2011 admin No comments

How to set/edit my wordpress and blogspot’s home become the themes that we want to put? ?

As usually, twitter is valid for settings of themes and background images for twitter home.. But how about wordpress and blogspot? I’ve asked a lots of my friends but they don’t know anything about that. Any suggest and answer? Thanks a lot. *my points are going to drop LOL*

Hi there,

WordPress is such a wonderful website/blogging platform every body can learn.

There are countless themes available (both free and paid) to choose from, but,
for professional work, professional looking themes are required to get business.

[affmage source="clickbank" 3="10"]KEYWORDS[/affmage]

You may try “Socrates” theme (FREE Trial available), which does wonders to earn money online:

http://tinyurl.com/3fnm5vf

WordPress Tutorial: How To Change A WordPress Theme’s Background Image


WordPress Photo Gallery Plugin

August 8th, 2011 admin No comments

Need public upload feature for WordPress.?

I really need an upload feature for my WordPress website (www.amberlakehoa.org/photo-gallery).

I want it to be on the front-end so visitors can upload their pictures and I can add them to my gallery.

My site is self hosted. Does anyone know a plugin that I can use to achieve this?

The simpler the better. (it could upload the pictures to an admin file, or send them to my email address as an attachment) Pure html would be AWESOME.

Check out NextGen-Gallery Its pretty good. http://wordpress.org/extend/plugins/nextgen-gallery/

Also the extension for plugins public upload http://wordpress.org/extend/plugins/nextgen-public-uploader/

Hope that helps you out.

WordPress Photo Gallery Plugins Part 1


Smashing WordPress: Beyond the Blog (Smashing Magazine Book Series)


Smashing WordPress: Beyond the Blog (Smashing Magazine Book Series)


$7.41


GO BEYOND THE BLOGSmashing WordPress shows you how to utilize the power of the WordPress platform, and provides a creative spark to help you build WordPress-powered sites that go beyond the obvious. You will learn the core concepts used to build just about anything in WordPress, resulting in fast deployments and greater design flexibility.Inside, WordPress expert Thord Daniel Hedengren takes you b…


WordPress Gallery Plugin 2010

August 8th, 2011 admin No comments

Screencast tutorial of “WordPress carousel gallery plugin” , version 1.0.0 .


Smashing WordPress: Beyond the Blog (Smashing Magazine Book Series)


Smashing WordPress: Beyond the Blog (Smashing Magazine Book Series)


$7.41


GO BEYOND THE BLOGSmashing WordPress shows you how to utilize the power of the WordPress platform, and provides a creative spark to help you build WordPress-powered sites that go beyond the obvious. You will learn the core concepts used to build just about anything in WordPress, resulting in fast deployments and greater design flexibility.Inside, WordPress expert Thord Daniel Hedengren takes you b…


WordPress Javascript Slideshow

July 31st, 2011 admin No comments

Slideshow Websites without Flash plus Video and More


WordPress Forms To Database

July 9th, 2011 admin No comments

On a WordPress blog is it possible to add a PHP/HTML?

form that puts the information into a MySql database that is hosted on same server as the blog? I can see that in theory it is possible but cannot get started.

Yes, it’s possible. WordPress’s PHP syntax differs a bit from standard PHP which may make the task more difficult, however it is possible.
If you want to add information into MYSQL via the WordPress interface, you’ll need to either locate a WordPress template or find a WordPress PHP page with little information that can easily be edited and add the form and query information.

Due to WordPress’ unique syntax, you’re better off creating a separate PHP page and including it via WordPress or linking to it.

How to create a list with php form database Part2