Our friends at ASG Press has published an excellent guide with 3 practical ways to get your first website designed.
Our friends at ASG Press has published an excellent guide with 3 practical ways to get your first website designed.
BWP External Links gives you total control over external links on your website. This plugin also comes with a comprehensive domain filtering feature. One of the features allows you to redirect external links here is how you can create your own redirection page to warn and forward your readers to a third party website.
Creating the Redirect-To warning page involves creating a standard WordPress Page and inserting a JQuery function to get the location parameter from the URL and forward the browser to that location.
Here is the code snippet to insert into the page. Make sure you’re in HTML mode.
<script type="text/javascript" language="javascript">// <![CDATA[
function getQueryVariable(variable)
{
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i=0;i<vars.length;i++) {
var pair = vars[i].split("=");
if(pair[0] == variable){return pair[1];}
}
return(false);
}
var temp = 'location.href="' + getQueryVariable('url') + '"';
setTimeout(temp,5000); // Change time by changing 5000. 1000 = 1 second
// ]]></script>
You will be redirected to<script type="text/javascript">// <![CDATA[
document.write(getQueryVariable('url'))
// ]]></script>in 5 seconds.
You can change the time to redirect and the text ‘You will be redirected to … in 5 seconds.’
An interesting article here. About why some websites experienced some issues over the weekend.
David does a great job explaining how to debug element states in his article here.
“The show’s been trashed”
In 1998, after two months and hundreds of man-hours worth of work Toy Story 2 was being deleted from Pixar’s company servers because an employee keyed in a bad command by mistake. Woody, Potato Head and Rex were lost forever and the only character left in the movie was Hamm.
The Backup Plan
In the IT world when data gets corrupted or lost the first reflex is to restore from backups. Which Pixar obviously did. Unfortunately though at the time Pixar was not testing their backups and so while new data was being stored to their tapes, old data was being pushed out. This meant that though parts of the Toy Story 2 movie were able to be recovered, other parts of the movie were missing. Which parts of the movie thug where unknown. Since the restore was unreliable, there was zero confidence in the data because “the restoral is bad, the work on it is bad, the deletion was horrible, and the backup tapes are busted.”
With an extreme amount of luck, Pixar was able to locate an offsite backup that was sitting in an employees house. It had enough of the data from which to rebuild the movie with and Toy Story 2 was able to be shipped on time. Watch the video below for the play by play on how Toy Story 2 was saved.
Moral of the Story:
Repost from The Next Web
We’ve been building Web Applications in Los Angeles for over 5 years now. We’ve found that there’s a ton of resources available for WordPress and most of them are bad. People are giving away plugins, themes and advice and it’s doing more harm than good for our customers. Surrounding yourself with the right people will ensure that you’re on the right track and help make sure you’re on the right direction.
There’s an abundance of WordPress around Los Angeles that meet regularly. Whether you’re a beginner or a seasoned veteran there’s a community for you.
|
Meet other local fans of WordPress, the Internet’s classiest and fastest dynamic content management system. Gather and discuss the best ways to work with WordPress. |
OC WordPress GroupWe spend a lot of time working in WordPress, and we work in Orange County. So.. we thought, “Hey, why don’t we start a WordPress Meetup Group in Orange County.” Once a month we’ll host an evening of fun and frivolity, some social networking, and a little education thrown in for good so you can feel good about yourself in the morning. |
WordPress Intermediate Seminar GroupAlready have a WordPress site up and running and want to do more with it? |
WordPress Santa Monica Meetup GroupLearn everything about WordPress, themes, plugins, blogging, and using it as a CMS. I previously ran the East Bay WordPress meetup group in the SF bay area about 2 years ago. It has now grown to over 300 members, so I look forward to creating a fun and useful meetup group dedicated to getting the most of WordPress down here in Los Angeles. Feel free to follow me on Twitter @WPverse or email me: noel@WPverse.com |
We got featured on Web Design From Scratch’s How to Design Web 2.0 Style Tutorial!

Web 2.0 design means focused, clean and simple.
I really believe in simplicity. That’s not to say that all web sites should be minimal, but that we should use as few features as are necessary to achieve what you need to achieve.
Here’s a great case in Point. Atlas Software helps businesses with cloud software solutions. Their website tells you exactly what you need to know, with very little decoration or unnecessary visual information. The content comes through. The result is that you have to look at the content. You find yourself interacting with exactly the screen features the designer intended. And you don’t mind – it’s easy, and you get just what you came for.
A BIG thanks to Corbin Murakami for designing our site.