Welcome! If you like our Blog so please Follow this blog and also +1 this blog here---->

Sunday, 28 October 2012

Create a Video and Image WordPress Slider with SlideDeck

How to Create a Video and Image WordPress Slider with SlideDeck
Let’s face it, content sliders are awesome – when done right they conserve precious screen real-estate, their interactivity helps keep your visitors engaged and especially for bloggers, they can help keep your most valuable posts in front of new visitors to your site. There are tons of slider plugins out there for WordPress, but the catch is that many of them are difficult to use, and even more difficult to get looking good in your site design.
That all changed when we tried SlideDeck 2, a new WordPress content slider plugin. This powerful plugin created by digital-telepathy makes it super-simple to create awesome sliders in minutes, without a single line of code required. SlideDeck 2 sets itself apart from the crowd by enabling you to mix together content from different places around the web (like Flickr, YouTube, etc.), and present it on the page as a gorgeous content slider. In addition to the WordPress plugin, there’s also a JavaScript developers’ kit – we use it in our Free WordPress Blog Setup page. We’ve been having a ball with the plugin, so we decided to put together this quick guide to show you how to make a dynamic WordPress content slider using SlideDeck 2. 

Creating a Dynamic Source SlideDeck

We’re going to show you how to create a Dynamic Source SlideDeck that mixes together video and images from a YouTube and Flickr account. Begin by clicking on “Manage” to go to the main dashboard. This screen lets you create new SlideDecks as well as allowing you to sort/preview your existing SlideDecks.
SlideDeck Manage Screen Small
In the Dynamic Source section, click on the blue “Create SlideDeck” button. A menu window will pop up, asking you to choose your first Content Source – you’ll be able to select additional sources on the next screen, so pick one and you’ll get taken to the Dynamic Source Editor. We’re going to choose YouTube, to get a sweet video gallery going
SlideDeck Dynamic Source - Youtube
Once you land on the Dynamic Source Editor, you’ll see that YouTube has been selected as our first Content Source. Start by naming your SlideDeck, then give the YouTube icon a click, and you’ll get a nice menu tab showing all the configuration options available for this source. Enter a username (it can be yours or someone else’s) and hit ‘Apply’ to pull in the most recent videos from that user’s channel – if the user you referenced has other playlists, you can specify that you want to pull in videos from that list in the dropdown menu.
SlideDeck Youtube Flyout
SlideDeck Youtube Flyout with Dropdown
Now you get to see one of SlideDeck 2’s coolest features – the live preview window. This area of the screen lets you see your slider in real-time as you make changes to it, instead of having to refresh your post in a separate browser window. You’ll see the slider here update before your very eyes to show the latest few videos in the playlist. You can even interact with the slider in the preview area – go on, give it a try!
SlideDeck Preview Loading
SlideDeck Preview Loading Complete
So that was our first Content Source – easy right? Now, we’ll add a second to give the slider some variety. Click the Add Source button in the header area of the Editor screen, and you will see the same Content Sources modal window. This time, select Flickr as the source.
SlideDeck Dynamic Content Source - Flickr
Similarly to YouTube, you can click on the Flickr icon in the header to configure the Content Source. Since Flickr requires a users’ ID number (again, yours or someone else’s) to pull in images, you’ll need to get that number – SlideDeck 2 makes it easy to figure this out, though, by linking to this handy little tool.
Get your Flickr ID
Grab the user’s ID number and paste it into the “User/Group ID” field, and choose whether you want to filter the images you display using any tags that are associated with your photos. Click “Apply” to add Images and captions from the Flickr account into your slider, and take a quick look through it.
SlideDeck Flickr Flyout Settings
Do you see both videos and images in there yet? If not, you may be merging content from a source that hasn’t been updated in a while, which causes it to get ‘crowded out’ by your more recently-updated sources. In this instance, you may want to try randomizing the order of the slides, as this will sometimes help – or you can begin posting more frequently to your other sources ;)

Configuring the Lens

Congratulations, you’ve created your first SlideDeck! Now, you could simply go ahead and save this SlideDeck, then publish it to your page – but considering all the customization options available to you, it’s probably best to utilize them. SlideDeck offers a ton of options for customizing the Lens, to make your slider look nice on the page. Scroll down to just below the Live Preview area to view the Options panel, and see what’s there.
If you haven’t noticed, there are a lot of options available, so we won’t go through them all. However we’ve grouped them together into six simple categories:
Lenses – This panel lets you choose the overall Lens that your SlideDeck uses. Applying a different Lens can completely change how your content looks on the page, so pick one that looks the closest to your overall site
SlideDeck Option Lenses
Setup – This group contains general settings, like the dimensions of your SlideDeck, number of slides, etc.
SlideDeck Options Setup
Appearance – Lets you adjust things like fonts and colors
SlideDeck Options Appearance
Content – Use this panel to control how the content appears in your SlideDeck – options like title length, show/hide excerpts and others live here
SlideDeck Options Content
Navigation – Adjust and configure the navigational elements of the SlideDecks, like arrow style, navigation type, and more
SlideDeck Options Navigation
Playback – Controls how your SlideDeck behaves
SlideDeck Options Playback

Saving & Publishing Your SlideDeck

Now that you’ve created your SlideDeck, added your Content Sources, and configured your Lens, there is only one step left: showing it to the world! Hit the “Save SlideDeck” button at the bottom of the editor screen to save your new SlideDeck. The page will refresh, and you’ll be presented with a few options.
Publish SlideDeck
From here, there are three methods for sharing your SlideDecks with your website visitors:
  1. Embedding it into an existing page or post
  2. Embedding it into a new page or post
  3. Using a shortcode to embed it in your page templates
All three of these methods make use of the SlideDeck shortcode – a simple little tag that represents the SlideDeck you created. It looks like this:
[slidedeck=Your SlideDeck's ID number]
That’s all there is to it! While writing your post or page content, simply click on the little purple SlideDeck icon up next to the “Insert Media” icon above the WordPress content editing window.
Insert SlideDeck
Clicking this icon will bring up the SlideDeck selector menu – from here you can easily specify which SlideDeck(s) you want to embed in your content. Click “Insert”, and your SlideDeck’s shortcode will appear in your post!




Enhanced by Zemanta
:if>

How to Create Really Cool Wordpress Date Button

How to Create Really Cool Wordpress Date Button
When making your blog stand out, one thing that bloggers often ignore is the date button. Something as simple as a customized date button can really make a difference in your blog’s design. Therefore in this article we will show you how you can create a customized date button for WordPress.
Custom Date Button for WordPress
We will start out from the image shown in the left, and will make it look like the one in the right.
You can use the image that we are using above if you so desire for your use, or create your own one.
First thing you need to do is open your style.css file and add something like below:
.datebg{
background: url(images/datebg.gif) no-repeat;
height: 173px;
width: 173px;
}
.day{
}
.month{
}
Now you may style it however you like, and you can also change the name of the class. Then you would need to open your index.php and single.php. And add the following code where your template fits.
<div class="datebg">
<div class="month"><?php the_time(’M’) ?></div>
<div class="day"><?php the_time(’d’) ?></div>
</div>
Make sure you change the styling to fit your needs. Now you should have a customized date image. You can also refer to WordPress Codex for more information.
:if>

How to highlight author comments in WordPress

How to highlight author comments in WordPress

A while ago I was looking around for how to make my own comments a different color on my blog. Most of the advice was along the lines of “Add code to check if the commenter’s email is the same as the email address of the blog’s author.” Can you spot the flaw in that logic? If a commenter knows the email address of the blog author, she could use the blog owner’s email address in her comment and get her own comment highlighted. Worse yet, someone could try to discover the blog owner’s email address by trying lots of email addresses until they saw their comments change to a different color.

 The trick is simple: instead of checking the author’s email address, check their user id to see if it’s the user id of the blog owner. Pretty smart. After that, it was a simple matter of
1. Changing my theme to add an “authcomment” style
I edited style.css and near the bottom added these lines:
.authcomment {
background-color: #B3FFCC !important;
}
2. Editing my comments.php file to add a little code
My comments.php file had a line that looked like this:
<li class=”<?php echo $oddcomment; ?>” id=”comment…
and I changed it to more or less look like this:
<li class=”<?php
/* Only use the authcomment class from style.css if the user_id is 1 (admin) */
if (1 == $comment->user_id)
$oddcomment = “authcomment”;
echo $oddcomment;
?>” id=”comment…
That’s about it. 
:if>

Gears Of War Judgment Full Game Download

Gears Of War Judgment

Gameplay Screenshots

Gears Of War Judgment full version

Gears Of War Judgment full version

Gears Of War Judgment Description

Gears Of War Judgment Considering Gears Of War 3 only came out eight months ago you could be forgiven for not getting too excited about the idea of a game Damon Baird. We know we weren’t, and so we accepted an invitation to hear more about the Gears Of War Judgment with our expectations firmly in check.
We were curious to know why the Gears Of War Judgment had been so mysteriously side-lined at Microsoft’s media briefing though, and although technically we never really found out the answer to that we did get to hear about a game that sounds significantly more interesting than you, and certainly we, might have expected release Gears Of War Judgment.
Game Present in our quiet little corner of Microsoft’s E3 booth were Epic Gears Of War Judgment design director Cliff CliffyB Bleszinski and creative director Adrian Chmielarz. Although Epic are still overseeing the new gamePolish developer People Can Fly are actually making it Gears Of War Judgment, after proving themselves with first person shooter.
According to Bleszinski a prequel to Gears Of War Judgment was a new game but there was considerable indecision over exactly when and where to set the campaign
You look at doing Emergence Day, is day one of when the Locusts first came out, and how do you do a Gears gamewithout the chainsaws Because they don’t come in till later, Gears Of War Judgment And then we thought about doing it in the Pendulum Wars, where the humans were fighting each other. But again: no chainsaw and no monsters war.
Gears Of War Judgment full version

Features

Gears Of War Judgment first time this will see the introduction of multiplayer classes into Gears Of War with the humans represented by a different character each in the story mode Great. Baird is an engineer that can deploy sentry turrets and repair barricades. Cole is a soldier that can drop ammo crates and resupply the engineer’s blowtorch. New character Sophia is a medic with special health-giving grenades, while Gears Of War Judgment is a scout who has a sniper rifle and a beacon grenade game.
The Locust classes which can jump over the Ticker, which can eat barricades and grenades the Kantus medic unit the self-explanatory Grenadier melee expert the Gears Of War Judgment the shield-carrying Mauler the ranged fighter the Serapede and the burrowing Game.
Gears Of War Judgment all sounds very good, but as the pair end their sales pitch and begin to invite questions, were still more interested in the campaign mode Game. So we ask Devloper Relase first, whether Judgment is the new serious, more gritty Gears Of War game he’s been talking about making for the last few years new game.
Many think a little bit of that tone will come through in this Gears Of War Judgment game, we’re not really announcing who the writers are for this game yet, but again I can’t suddenly take the Gears Of War franchise and overnight get some of that DNA out of there. Because Cole is still Game, Baird is still Baird, but there will be steps to mature the franchise Game.

Gears Of War Judgment System Requirements

Minimum System Requirements:
OS: Windows XP, Windows Vista or Windows 7
Processor: 2 GHz Dual Core
Memory: 1 GB RAM (Windows XP) / 2 GB (Windows Vista and Windows 7)
Graphics: NVIDIA GeForce 8000 series or ATI Radeon HD 2000 series or better
DirectX®: DirectX 9.0c
Hard Drive: 9 GB (24 GB for installation)
Recommended System Requirements:
OS: Windows 7
Processor: AMD Phenom II X4 or Intel Core 2 Quad or better
Memory: 2 GB
Graphics: AMD Radeon HD 5850
DirectX®: DirectX 9.0c
Hard Drive: 9 GB (24 GB for installation)

Gears Of War Judgment Download Links

Gears Of War Judgment Description

Gears Of War Judgment Download

:if>

Ratchet and Clank Trilogy Full PC Game Download

Ratchet and Clank Trilogy

Gameplay Screenshots

Ratchet and Clank Trilogy

Ratchet and Clank Trilogy

Description

The Ratchet and Clank Trilogy also known as The Ratchet and Clank Collection is an upcoming new game that contains HD remastered ports of the PlayStation 2 and pc games Ratchet and Clank, Ratchet and Clank Locked and Loaded and Ratchet and Clank Up Your Arsenal, for the PlayStation 3 and PC on a single Blu-ray Disc as a Classics HD title , Ratchet and Clank Trilogy published by Sony Computer Entertainment. The games were originally developed by Insomniac Ratchet and Clank Trilogy Games, who have assisted in the remastering alongside with Idol Minds to provide support for high-definition monitors, higher frame rates, stereoscopic 3D, and additional features for the PlayStation Network. The HD collection will be released on June 27, 2012 in Europe and Fall 2012 in North America Release.
Ratchet and Clank Trilogy

Features

The core The Ratchet and Clank Trilogy and story for all games from the original trilogy remains unchanged with the remastered game new versions. For the remastering, all three The Ratchet and Clank Trilogy have had a graphics overhaul to allow them to support modern 1080p HD resolution and 720p stereoscopic 3D support. All three games feature a fixed frame rate of 60 frames per second in normal mode, while in 3D mode the The Ratchet and Clank Trilogy games run at 30 frames per second. It will also include the multiplayer of Ratchet and Clank Up Your Arsenal up to eight players over the PlayStation Network, and PC included, full PlayStation Network trophy support All Games.
Ratchet and Clank Trilogy
Ratchet and Clank Prior to the announcement of the HD collection, several other God of War Collection, The Sly Collection, God of War: Origins Collection , The Ratchet and Clank Trilogy Ico and Shadow of the Colossus Collection , Jak and Daxter Collection remastered collections of PlayStation 2 games had been made for the PlayStation 3 by Sony Computer Entertainment, bannered as Classics HD in PAL regions North American copies simply have the subtitle “Remastered in High Definition” or “HD Collection”. One of the reasons why this brand was created is that PlayStation 2 titles are not compatible with most PlayStation 3 consoles only the 20 GB and 60 GB models, and the first iteration of the 80 GB model are compatible. The Ratchet and Clank Trilogy Another reason Sony release these collection is as a way to introduce new players to the franchise.

System Requirements

Minimum System Requirements:
OS: Windows XP, Windows Vista or Windows 7
Processor: 2 GHz Dual Core
Memory: 1 GB RAM (Windows XP) / 2 GB (Windows Vista and Windows 7)
Graphics: NVIDIA GeForce 8000 series or ATI Radeon HD 2000 series or better
DirectX®: DirectX 9.0c
Hard Drive: 9 GB (24 GB for installation)
Recommended System Requirements:
OS: Windows 7
Processor: AMD Phenom II X4 or Intel Core 2 Quad or better
Memory: 2 GB
Graphics: AMD Radeon HD 5850
DirectX®: DirectX 9.0c
Hard Drive: 9 GB (24 GB for installation)

Ratchet and Clank Trilogy Download Links

Description

Ratchet and Clank Trilogy Download

:if>