TigerDirect


Vancouver, 4 Days Before 2010 Winter Olympics

Posted by Johan Cyprich on 08 Feb 2010 | Tagged as: Gallery

Vancouver



Tweet This Tweet This Post!

Related posts:
Related Posts
    Calculating the Date from Exported PostgreSQL Table
    WordPress 2.1.1 Update
    Linux Defeats Vista and OS X at CanSecWest
    Searching Google with Your Phone

Share this post:

del.icio.us:Vancouver, 4 Days Before 2010 Winter Olympics digg:Vancouver, 4 Days Before 2010 Winter Olympics spurl:Vancouver, 4 Days Before 2010 Winter Olympics wists:Vancouver, 4 Days Before 2010 Winter Olympics simpy:Vancouver, 4 Days Before 2010 Winter Olympics newsvine:Vancouver, 4 Days Before 2010 Winter Olympics blinklist:Vancouver, 4 Days Before 2010 Winter Olympics furl:Vancouver, 4 Days Before 2010 Winter Olympics reddit:Vancouver, 4 Days Before 2010 Winter Olympics fark:Vancouver, 4 Days Before 2010 Winter Olympics blogmarks:Vancouver, 4 Days Before 2010 Winter Olympics Y!:Vancouver, 4 Days Before 2010 Winter Olympics smarking:Vancouver, 4 Days Before 2010 Winter Olympics magnolia:Vancouver, 4 Days Before 2010 Winter Olympics segnalo:Vancouver, 4 Days Before 2010 Winter Olympics gifttagging:Vancouver, 4 Days Before 2010 Winter Olympics

 

Downloading the Standalone Version of SQL Server 2008 Express

Posted by Johan Cyprich on 18 Jan 2010 | Tagged as: How To

The default options for downloading Microsoft’s SQL Server 2008 Express at www.microsoft.com/express/Database/ will have you downloading the application through the Web Platform Installer. This is suitable for installing on a local computer, but if you want to install it on multiple machines, especially those that do not have an Internet connection, its best to do it with a standalone version of the installer.

There are no direct links on the download page to get the installer, but you can find it at:

http://www.microsoft.com/downloads/details.aspx?FamilyId=7522A683-4CB2-454E-B908-E805E9BD4E28&displaylang=en

There is a 32 and 64-bit version and you may need to download other applications in order to install the database server, i.e. .NET Framework 3.5 SP1, Windows Installer 4.5, and PowerShell 1.0. There is also an option for download documentation for offline viewing.



Tweet This Tweet This Post!

Related posts:
Related Posts
    Importing and Exporting with SQL Server 2005 Express
    Thunderbird: Connection to Server Time Out Error
    Fixing web.config for Windows 2008 Server Web Applications
    Downloading a PPD File on Windows 2008 Server

Share this post:

del.icio.us:Downloading the Standalone Version of SQL Server 2008 Express digg:Downloading the Standalone Version of SQL Server 2008 Express spurl:Downloading the Standalone Version of SQL Server 2008 Express wists:Downloading the Standalone Version of SQL Server 2008 Express simpy:Downloading the Standalone Version of SQL Server 2008 Express newsvine:Downloading the Standalone Version of SQL Server 2008 Express blinklist:Downloading the Standalone Version of SQL Server 2008 Express furl:Downloading the Standalone Version of SQL Server 2008 Express reddit:Downloading the Standalone Version of SQL Server 2008 Express fark:Downloading the Standalone Version of SQL Server 2008 Express blogmarks:Downloading the Standalone Version of SQL Server 2008 Express Y!:Downloading the Standalone Version of SQL Server 2008 Express smarking:Downloading the Standalone Version of SQL Server 2008 Express magnolia:Downloading the Standalone Version of SQL Server 2008 Express segnalo:Downloading the Standalone Version of SQL Server 2008 Express gifttagging:Downloading the Standalone Version of SQL Server 2008 Express

 

Fixing Errors with Attaching Transmittals to DFS

Posted by Johan Cyprich on 13 Jan 2010 | Tagged as: How To

If transmittals can’t be attached to an Adenium DFS order, you need to give the aspnet account in IIS full control over the GlobalCache folder in the theme. In Windows 2000, full control is given to the ASP.NET account (see below).

Giving full control to the ASP.NET account to the GlobalCache folder in a DFS theme.

Each theme needs these permissions on the GlobalCache folder. Transmittals can then be attached with each order.



Tweet This Tweet This Post!

Related posts:
Related Posts
    Fixing PostgreSQL Services With Clean Install
    Migrating Data from Postgres 7 to 8
    Fixing “/var/lib/pgsql/data is missing” Error
    Problems Installing the DotNetNuke StarterKit

Share this post:

del.icio.us:Fixing Errors with Attaching Transmittals to DFS digg:Fixing Errors with Attaching Transmittals to DFS spurl:Fixing Errors with Attaching Transmittals to DFS wists:Fixing Errors with Attaching Transmittals to DFS simpy:Fixing Errors with Attaching Transmittals to DFS newsvine:Fixing Errors with Attaching Transmittals to DFS blinklist:Fixing Errors with Attaching Transmittals to DFS furl:Fixing Errors with Attaching Transmittals to DFS reddit:Fixing Errors with Attaching Transmittals to DFS fark:Fixing Errors with Attaching Transmittals to DFS blogmarks:Fixing Errors with Attaching Transmittals to DFS Y!:Fixing Errors with Attaching Transmittals to DFS smarking:Fixing Errors with Attaching Transmittals to DFS magnolia:Fixing Errors with Attaching Transmittals to DFS segnalo:Fixing Errors with Attaching Transmittals to DFS gifttagging:Fixing Errors with Attaching Transmittals to DFS

 

Find the URL of a Joomla Article

Posted by Johan Cyprich on 11 Jan 2010 | Tagged as: How To

When building a Joomla web site, you may need add a link to an article to a page. The easiest way to do this is open the article through a menu option, and cut and paste the URL in the other page. The problem is that you need to have the article in an existing menu item for this to work. If it isn’t in a menu item, you will need to use one of the methods below to get its URL.

 

Getting the URL with SEF Enabled

If SEF URL’s are enabled in your site, you can reference the article by opening it in Article Manager and build the URL using the text in the Alias box,

     http://www.website.com/contact

 Viewing Alias while editing article.

Getting the URL with Default Settings

The default setting for a Joomla site is for SEF to be not enabled, so a standard form URL is used to reference an article. Open the article in Article Manager and you’ll see the following information:

Viewing Article ID while editing article.

A URL can be built using the Article ID above, i.e.

     http://www.website.com/index.php?option=com_content&view=article&id=47

If the article has modules that appear around it and their appearance depends on Menu Assignment (in the Module Manager), you’ll have to add the Itemid it uses in the Menu Manager. Find the menu item that links to the article get the ItemID (see below).

Viewing ItemID in Menu Manager.

You can then build the URL to view the article,

     http://www.website.com/index.php?option=com_content&view=article&id=47&Itemid=56



Tweet This Tweet This Post!

Related posts:
Related Posts
    Don’t Upgrade to Joomla 1.5.4
    Joomla 1.5.5
    Installing Fireboard in Joomla 1.5
    Making Joomla Work in Windows

Share this post:

del.icio.us:Find the URL of a Joomla Article digg:Find the URL of a Joomla Article spurl:Find the URL of a Joomla Article wists:Find the URL of a Joomla Article simpy:Find the URL of a Joomla Article newsvine:Find the URL of a Joomla Article blinklist:Find the URL of a Joomla Article furl:Find the URL of a Joomla Article reddit:Find the URL of a Joomla Article fark:Find the URL of a Joomla Article blogmarks:Find the URL of a Joomla Article Y!:Find the URL of a Joomla Article smarking:Find the URL of a Joomla Article magnolia:Find the URL of a Joomla Article segnalo:Find the URL of a Joomla Article gifttagging:Find the URL of a Joomla Article

 

Don’t Quit

Posted by Johan Cyprich on 10 Jan 2010 | Tagged as: General

The following is an inspirational poem to motivate you towards success. The author is unknown.

When things go wrong, as they sometimes will,
When the road you’re trudging seems all up hill,
When the funds are low and the debts are high,
And you want to smile, but you have to sigh,
When care is pressing you down a bit,
Rest if you must, but don’t you quit.

Life is queer with its twists and turns,
As everyone of us sometimes learns,
And many a failure turns about
When he might have won had he stuck it out;
Don’t give up, though the pace seems slow –
You might succeed with another blow.

Often the goal is nearer than
It seems to a faint and faltering man,
Often the struggler has given up
When he might have captured the victor’s cup.
And he learned too late, when the night slipped down,
How close he was to the golden crown.

Success is failure turned inside out –
The silver tint of the clouds of doubt –
And you never can tell how close you are,
It may be near when it seems afar;
So stick to the fight when you’re hardest hit –
It’s when things seem worst that you mustn’t quit.



Tweet This Tweet This Post!

Related posts:
Related Posts
    Dreamweaver 8 Losing FTP Settings
    Don’t Upgrade to Joomla 1.5.4
    Don’t Fear Innovation
    Don’t Give Up That Dream

Share this post:

del.icio.us:Don't Quit digg:Don't Quit spurl:Don't Quit wists:Don't Quit simpy:Don't Quit newsvine:Don't Quit blinklist:Don't Quit furl:Don't Quit reddit:Don't Quit fark:Don't Quit blogmarks:Don't Quit Y!:Don't Quit smarking:Don't Quit magnolia:Don't Quit segnalo:Don't Quit gifttagging:Don't Quit

 

Older Entries »