Dynamic Drive DHTML & JavaScript code library
Dynamic Drive DHTML(dynamic html) & JavaScript code library
Welcome to Dynamic Drive, the #1 place on the net to obtain free, original DHTML & Javascripts to enhance your web site!
Dynamic Drive DHTML(dynamic html) & JavaScript code library
Welcome to Dynamic Drive, the #1 place on the net to obtain free, original DHTML & Javascripts to enhance your web site!
For My Clients, Web Design and Blogging, Web Dev Tools, Wordpress Trainings
Confused about WordPress, and don’t understand what’s up with its dot-com and dot-org variants? That’s about to end!
Basically, WordPress is a piece of software made up (primarily) of many PHP files, which work together, in conjunction with a database, to serve up pages and blog posts. (The way they display is controlled mainly by a Theme, which is made up (primarily) of PHP template files.)
WordPress runs on a web server. You access and use it via the Web. If you install it, you install it on your web site/host – – not on your own computer.
That software described above is available for free download at WordPress.org (and via various “one-click”-style installers at many/most web hosts). To use that, you need to own a website domain that is already hosted somewhere. (Thus, this version is sometimes called “self-hosted”.)
If you install “dot org WordPress” at your own web site, you can use it for free and do whatever you want with it. But just as you have full power, you also have full responsibility for operating and maintaining that WordPress installation. You might need to do some online learning to really get underway, and while there are lots of WP support resources on the web, no one would be around to hold your hand. (Your host will almost certainly offer little to no help with WordPress, beyond maybe helping you get it installed.) A lot of business owners in this situation will look to a WP professional like myself to help them get squared away, or get their theme tweaked, etc.
WordPress.org is backed by the WordPress Foundation, and its mission basically is to spread WordPress across the globe, and to keep making it better while making sure it remains free and open source forever.
WordPress.com is a free blogging service as well as a for-pay WordPress host. It uses basically the same software as above, but it’s hosted by the WordPress.com people. (Which makes this the “hosted” version of WordPress, vs. the “self-hosted” dot org version.)
With the free account, you get a blog at something like yourname.wordpress.com. It’s not as pimped-out as it could be if you had it hosted on your own site, but you can definitely get off and running with it.
If you pay for their hosting, you can use your own proper domain name–basically getting you to the state that a “dot org” version user is in, except you have the creators of WordPress as your hand-holding guides and hosts. But you also get less control over your actual WordPress installation. (You can’t add plugins, for one thing…you’re stuck with their handful of widgets.) Those WordPress.com people have to manage a gazillion blogs and sites, so they have some limitations in place on their WordPress installations. And they are a for-profit enterprise, so they will definitely hit your wallet a bit, especially if you want to get more features or control.
WordPress.com is run by Automattic, a for-profit company started by WordPress co-creator Matt Mullenweg.
Which one you should use really depends on your situation and your priorities, as well as your access to tech help and/or your willingness to learn new things and get your hands dirty.
“Self-hosted” WordPress.org is infinitely more powerful than its commercial cousin, due to having full access to all features, plus the ability to use plugins. (And I don’t mean it’s a lot more powerful–I mean it is literally infinitely more powerful.) But it might be scary or confusing to dive into; you could end up daunted just trying to get it installed, and you will probably have lots of questions early on. Push through that, and you could end up with an awesome slick site with hundreds of pages and tons of neat features for essentially free.
“Hosted” WordPress.com is convenient and turnkey, and you get “24/7 support” from the people who know WordPress better than anyone else. Of course, since their WordPress installations are relatively limited, most support probably deals with basic issues involving their limited set of tools and features. But if you’ve seen (and been freaked out by) the full WordPress menu set, you might prefer a more scaled-down version. And your ambitions for your web presence may be such that a WordPress.com might be the perfect simple solution for you.
I’m such a huge fan of what the WordPress folks have brought into the world that I’m more than happy to see people spend money on their dot-com services, even though it’s a limited version of WP, and even though I generally make my bacon from business owners who are forging into the denser forest of dot-org WP. ;-)
If you want some advice on which way you should go, you can always tweet me at @freeWPadvice–I’d be happy to help you figure it out (and as the username suggests, I’ll do it for free). If you’re not on Twitter, hit me up some other way and I’ll talk to you there.
Web Design and Blogging, Web Dev Tools
Every now and then I come upon a stylesheet that someone created which is hard to read–sometimes, even hard to look at. (Like when everything is all jammed together with barely any line breaks.)
Call me spoiled, but I like to see my CSS styled like this:
.prev {
width: 225px;
padding:7px;
float: left;
}.next {
width: 225px;
padding:7px;
float:right;
}#headerimage {
position:absolute;
left: 425px;
top:4px;
width:270px;
}
not like this:
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;background:transparent;border:none;text-decoration:none}b,i,hr,u,center,menu,layer,s,strike,font,xmp{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;font-weight:normal;font-style:normal;background:transparent;border:none;text-decoration:none}font{color:#333}center{text-align:left}body{line-height:24px;font-family:Georgia,Times,”Times New Roman”,serif;color:#333;background:#fff}h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:normal;margin:0 0 21px 0}h1{font-size:1.8em}h2{font-size:1.7em}h3{font-size:1.55em}
Luckily there is a sweet-ass tool on the web that will take something like the messy block above and pretty it up, a la the pretty bit above that. This CSS Formatter/Optimizer has all sorts of settings so you can fine-tune your results, and it can go both ways…if you want to condense your pretty, spaced-out CSS into the solid-block format (for a smaller file size and quicker load time), you can do that too. There are a lot of neat specific options, so you can auto-modify your stylesheet to suit your taste.
I’ll be using this any time I run into a stylesheet that someone else created in their own wack way–which happens a fair amount. If there’s one thing I’ve learned from ~10 years of PHP/CSS template-based work, it’s that every template/theme creator does things his or her own way. This CSS Optimizer tool will go a long way toward bringing things to my standard–or yours.
It’s not 100% clear who made the web tool, but I had to guess, I’d say credit goes to Florian Schmitz, the creator of CSS Tidy (the desktop software that the web tool is based on). Thanks Florian – great tool!
Web Design and Blogging, Web Dev Tools, WordPress Plugins
WPSnipp.com has provided a little snippet of code that will add a “horizontal rule” (or <hr />) button to the default editor in WordPress.
What’s a horizontal rule? It’s one of these lines:
In my opinion, that should definitely be a default button in the WP editor, but since it isn’t, you can use WPSnipp’s little snippet and add it to your installation. Cool!
WordPress – Add horizontal rule button to editor – wpsnipp.com