You’ve installed wordpress into a subdirectory but want to call some of it’s posts and content into your existing root index page. Here’s a tutorial on how to do it with several different layout options: Visit WordPress PHP Include Tutorial. I think this is a good alternative for those that want to use WordPress as a CMS.
.
I have wasted a lot of time looking into CMS management systems to work for existing communities and ecommerce. It’s very frustrating. Read here why I’ve discounted the other contenders and gone with WordPress as a CMS:
.
DRUPAL
I’ve installed it and spent a couple hours with it. It doesn’t matter to me how it works because I cannot find a SINGLE good looking drupal template on the web. The only good site I’ve seen is the The Onion website which is highly customized; more than the rest of us are able to do. Hardly something the average Joe would be able to put together. Final word: Drupal is so ugly (and yes, I’ve seen the latest new look with the latest release candidate) that all I will do is turn people off from my sites. How many hours did I spend trying to find a SINGLE good looking Drupal site from a template? At least five hours.
.
JOOMLA
Looks awesome, but I don’t trust how new the platform is. I got really messed up when I went with Mambo platforms years ago – I was talked into it by one of my techs at the time and didn’t know enough about it. Search right now on the web for Mambo support and sites are drying up. If you’re new to investing time in software platforms then you won’t care, but for us that HAVE been left high and dry, it’s a mistake we don’t want to make again. So Joomla: I love you, you are hot, you look great, but the dev team hasn’t weathered enough storms yet. I’m waiting.
.
MAMBO
Deprecated. Joomla, which left Mambo, is doing a great job. Sorry Mambo.
.
B2Evolution
I’ve already got communities built around phpbb. I think it’s too confusing to have multiple logins, and I don’t see that B2evolution is bringing much to my table that I can’t get with phpbb, WordPress and OSCommerce. If I was starting from scratch. B2evolution might be a better way to go.
.
WPMU
ARRGGGGGGGGHHHH! SO aggravating! I got WPMU installed and worked fine with wildcard subdomains, but then decided I wanted to use subfolders (for SEO related reasons and the fact that my individual WPMU user groups would be fairly limited). Then I had about a dozen users beta test the system. Know what I noticed? No one spent much time on it. At most I had one user type one test post. I kept tweaking it with info to encourage beta testers to post, but it didn’t happen. So I spent several hours hunting for other successful WPMU hubs. Except for the few that are heralded as referrals, I mostly saw websites with abandonded installs that were full of spam.
WPMU – Three Main Problems
1) Regulating signup – I want my exisitng userdatabase to only have access, but haven’t seen a good bridge yet. The other option is to delete the signup page and do it by hand, which at one point was my game plan. But then I got one too many support emails from my existing users, and realized I would forever be approving blogs by hand – not very effective; especially if they aren’t going to be active contributors, which was my experience with my beta-testers.
2) WPMU Comment Spam – Akismet works great, but you only have it for your own admin account. Each user must open their own account. Are they all going to do that? I doubt it – and when they do go to wordpress.com, why wouldn’t they just blog over there instead of on my network? So I looked into buying an Akismet license for each network – I was surprised to see it cost $5 per month per blog. That’s pretty steep for me; I anticipate an easy 200Â hundred users in the first month on networks that already do not make a profit. Bing – I’m another $1,000.00 a month in the hole. I would have been more apt to buy a license that let me grow with my users activity – a license based on post count. Maybe that’s a future idea Akismet can use.
3) WPMU Home Page – I would guess I’m like you if you’re reading this. I’m a “code jockey” who’s comfortable in HTML, can do MYSQL if I had PHPMYADMIN or my SSH notes in front of me, but I’m strictly a cut and paster when it comes to PHP. The Home Page was absolutely ridiculous for me to customize. I am not joking I spent at least 20 hours on it. I scoured the web and found several posts on WPMU forums where members were asking how to customize the home page, and the general response seemed to be “you should know how to do it”. I give the WPMU forums medium marks in responsiveness to newbie questions like these. They ARE important questions, for every one asking there’s a thousand more like me wondering the same thing. Now I’ve also gotten a lot of friendly support on the WPMU forums, so my suggestion would be to get more activity on the WPMU forums, and fully answer those questions, don’t leave them hanging.
WPMU – Final vote: It is released as stable, but all the support and installs I see for WPMU act as if it’s still a Release Candidate. My current gameplan is to use a single CMS install of WP and authorize users to be authors and contributors, which also helps the CMS and Portal vibe I want out of it.
.
Another consideration – When I’m designing a site I have a tendency to want what’s flashy and cool. But as a web USER I just want the information fast. When I’m looking for something I just hate it to wade through a site that’s overloaded with gimmicks (I’ll avoid the Flash sermon here). Previously I was very involved in SEO. There was a lot of money to be made, but it wasn’t very fun at all (and I lost my a**, thanks a lot Google). This time around I’m enjoying the emerging “Web 2.0”, it’s simplicity and focus on content.
.
So I go with WordPress. Another reason I like WordPress: I put WordPress on my personal website here in January 2006 just to have a little place to play. I had no SEO concerns, no marketing, no sales – just a place to, dare I say….BLOG. While I’ve been scrambling with other software platforms on my servers, my little WordPress site has slowly grown into a valuable resource center for certain niche interests. I like that. It’s clean, it’s simple. Thank you WordPress.
For my fellow SQL code jockeys beware the apostrophe when doing text inserts to your databases. It does not magically comment out and will be taken as part of your code insert, not text.
I am working on a network of template websites where users can create a template to start from with the push of a button. The desired finished effect was to create their own unique database they could build on, but I wanted to insert text instructions into their displays to lessen their learning curve and make the initial user experience a little easier.
In my text inserts I automatically used words like “don’t” and “you’re” without thinking. I had naively assumed it would comment out like text in html. After looking at it I realized this was magical thinking, and the code won’t know to comment out, so takes the apostrophe as part of the code, not text.
Wasted an hour of my time so hopefully this will save someone else more time. But if you’re like me, you’d probably rather figure it out yourself and by the time you look for a solution on the internet more than an hour has already gone by. D’oh!
So the quick fix, just spell out your words for readable SQL text inserts, don’t use the apostrophe. Sure it’s a little square. But I doubt this will bother too many people reading off a database insert.
You can type “c 2007 myname” for a copyright statement, but you know you want it to look cool. Here’s how to type the copyright symbol as text on a PC or Mac.
When I’m online and having to restart my PC again to scan for viruses, it’s a nice escape to imagine a computer that you don’t have to babysit. I’m told the Macs run both PC and Mac software side by side, with a “flip”. Definately on my wish list.
Here is a code you can use to call up an audio player within your ecommerce audio product pages. Should work with ecommerce pages that accept HTML in description including OSCommerce and X-Cart.
CLICK IT for full resolution.
Click on image for graphic of code. Used this to embed audio samples into your online products.
*Note: Many sites use this and it looks nice. While running tests today I had many customers run into problems using IE.
For SEO specialists and my old Black Hat crew. An SEO high wind advisory.
I admire the creator of this link scam for their ingenuity. Xrumer is an autosubmitter program – it will sign you with up with major forum software platforms like phpbb and even post your first post for you. Not much new with this type of software, but their game plan is brilliant.
They are using their own software in a massive one way link blitz. This dwarfs the old Google bomb by a longshot.
Their first auto-submitted post does not contain a link, it simply says something along the lines of: “I am looking for Xrumer auto-submit software, does anyone know where I can find the official website?” – Because they did not drop a link like most spammers, it goes unnoticed as spam. Now enter the well meaning member (and I have seen many ADMINS fall for this) who googles Xrumer and posts the link for them.
They have just received a bonafied link from a trusted member of that community. Now that is quality spam!
You can google Xrumer yourself to see how many forums are hit with it – it is quite impressive. It has hit so many forums recently that I really do not think there is a way to undo it – They got massive linkage.
Do not be tempted to buy it, Google will figure it out eventually and penalize it. Maybe you could get away with it if you had a mark that was already branded for linkage – take your chances.
A couple things to consider if you are tempted in buying the Xrumer software:
1) The obvious – you are perpetuating Black Hat SEO and spam.
2) Xrumer is a very unique search term, the same ploy would not work on any competitive term – and if you already have branding for your term, you would not want to take a chance with this anyway.
3) If you drop a link on the first post with the program you will be tagged for spam. To drop a link on the first post is the intended use of the software. Xrumer got around this with a unique term and disposable domain for quick cash.
Just guessing, I would bet they rake in an easy $200,000 in one week, or better. Would be interesting to know the real figures.
It comes after Russian hackers developed a script to auto submit spam posts to a wide range of forum software – and released it onto the open markets.
The script is able to post to forums even when email validation is required – a common anti-spam tactic used by forum admins.
Targeted forum software claimed open to attack includes vbulletin, phpbb, Invision Power Board, PHP-Nuke, yaBB, IconBoard, UltimateBB, exBB, phorum.org, wiki, different types of bulletin boards and even custom-written code.
Forum admins are advised to follow basic anti-spam procedures, and ensure they have common Russian email addresses blocked, such as mail.ru, inbox.ru, cashette.com, and gawab.com.
For those tempted to use high volume forum spamming, it needs emphasising that forum spam rarely lasts more than a few minutes on valuable forums, and the returns are likely miminal.
However, damage to reputation and standing could be considerable, and may additionally subject the user to legal proceedings under the Computer Misuse Act.
Autoplay of audio files has long been considered bad form for websites, but I just can’t help myself. It’s just too fun. I’ve set a piece to play at the entrance of my site and will setup a short audio sample to play on the front of my blog.
You don’t have to embed in a flash player, and you can call up whatever audio format you want (.wav, MP3. .ra, etc.). If you are super evil like me you can set the file to “hidden – true” so no one can turn the music off. My front page is a splash page so if people don’t like the song they can always click to another section.
Here’s the code to autoplay MP3 audio music files on your website page:
*********************
NOTE: You will need to put a “<” at the beginning of code and a “> ” at the end. I couldn’t post it with the tags because my blog think’s it is HTML code (which it is).
Autostart – is to automatically start the song playing.
Hidden – is setting for audio controls.
If control is hidden then dimensions are not shown anyway.
Replace URL with exact location of your audio file.
A big thank you to Akismet Spam Protector. It has succesfully blocked thousands of spam comments here on my blog and has only made one mistake – ie: marking a comment as spam that was not.
I enjoy knowing that thousands of spammers have wasted their time to post links here, and it has cost me ZERO time management. Akismet is automated and constantly updated. Thank you Akismet!