Aug
09

The new iMac for sale, Today!

Apple, iMac, Design       Share This    Trackback

Today Apple launched it’s new line of iMacs, with a gorgeous new look and some new features, along with enhanced Suites for iLife and iWork.

New iMac

The new iMac is hotter than ever, made out of aluminum and glass, with a slick design, even thinner than it’s older brother. Elegant, slim and very trendy the new iMac comes in 4 basic versions:

  • 20 inch, 2.0GHz with 1GB memory, 250GB hard drive and the new ATI Radeon HD 2400 XT with 128MB memory graphical board for just $1,199.00
  • 20 inch, 2.4GHz with 1GB memory,320GB hard drive and the new ATI Radeon HD 2600 PRO with 256MB memory graphical board for  $1,499.00
  • 24 inch, 2.4GHz with 1GB memory,320GB hard drive and the new ATI Radeon HD 2600 PRO with 256MB memory graphical board for $1,799.00
  • 24 inch, 2.8GHz Intel Core 2 Extreme with 2GB memory, 500GB hard drive  and ATI Radeon HD 2600 PRO with 256MB memory graphical board for $2,299.00

The new look is amazing, it comes with the new keyboard that is much thinner, made out of aluminum as well with two USB ports built in and a few new keys for the media apps.

Now let’s talk about the apps. Jobs presented the new iLife and iWork ‘08 that come with some upgrades for some of the apps in them and for some completely redesigned new apps.

iLife:

iPhoto - lets you organize your photos in a new way using Events, it gives you a new feature to hide the pictures that you don’t want to delete but still don’t want to have them show up in your face every time you want to look at the pictures from an Event, advanced editing tools to make your photos look even better, super fast and easy upload to your .mac gallery for other visitours to upload or download pictures.

iMovie - the new iMovie is not updated on enhanced, it’s a completely new application designed to help you make great movies with just a few clicks and less time, and it’s great!

GarageBand - create and play with a virtual band using Magic GarageBand,organize sections of your songs with Arrangements, capture the perfect performance with multiple-take recording, use Visual EQ to graphically shape your sound, create high-fidelity recordings with 24-bit audio support, print sheet music with simple notation printing.

iWeb - creating cool websites complete with photo, movies and widgets with a few clicks and a few drags, cool new templates and features.

iDVD - For those that still want to burn DVDs, iDVD  comes with new templates for Hollywood style menus, pro level encoding and higher quality DVDs.

it costs $79 and it comes free with every new iMac.

iWork:

Keynote ‘08Create stunning, cinema-quality presentations more easily than ever with Keynote ’08. Use new animation tools to move and scale images along a path. Or rotate them on the face of a cube or on a turntable. Add dazzling text effects and slide transitions. Even record and deliver narrated presentations.

Pages ‘08

Writing comes naturally when you’re using Pages ’08. Start with one of over 140 templates to write beautiful letters, resumes, reports, business plans, and more. And create media-rich newsletters, brochures, and flyers with point-and-click ease.

and the new app for iWork, a spread sheet that’s innovative, cool and easy to use that lets you organize your data the way you want it and keeps those hard complicated formulas away from you.

Numbers ‘08

  • More than 150 functions
  • Intelligent tables
  • 2D and 3D charts
  • Interactive print view
  • Apple-designed templates for home, education, and business
  • Import from and export to Microsoft Excel and other formats
Aug
09

Htaccess tricks for all webmasters

Htaccess       Share This    Trackback

1 - Redirect Visitors While You Update Your Site

Update and test your site while visitors are redirected to the page of your choice:

order deny,allow
deny from all
allow from 123.123.123.123

ErrorDocument 403 /page.html

<Files page.html>
allow from all
</Files>

Replace 123.123.123.123 with your IP address. Also replace page.html with the name of the page you want visitors to see.

2 - Display a Custom 404 Error Page

Your server displays a “404 File Not Found” error page whenever a visitor tries to access a page on your site that doesn’t exist.

You can replace the server’s default error page with one of your own that explains the error in plain language and links visitors to your home page. Here’s how to use your own page:

ErrorDocument 404 /404.html

Replace 404.html with the name of the page you want visitors to see.

3 - Handle Moved or Renamed Pages

You’ve moved or renamed a page on your site and you want visitors automatically sent to the new page when they try to access the old one. Use a 301 redirect:

Redirect 301 /old.html http://yoursite.com/new.html

Using a 301 redirect also ensures the page doesn’t lose its search engine ranking.

4 - Prevent Directory Browsing

When there’s no index page in a directory, visitors can look and see what’s inside. Some servers are configured to prevent directory browsing like this. If yours isn’t, here’s how to set it up:

Options All -Indexes

5 - Create User Friendly URLs

Which of the two URLs below looks friendlier?

http://yoursite.com/about
http://yoursite.com/pages/about.html

When it comes to URLs, as long as the meaning is clear, shorter is always better.

With htaccess and an Apache module called mod_rewrite, you can set up URLs however you want. Your server can show the contents of “/pages/about.html” whenever anyone visits “http://yoursite.com/about”. Here are a few examples:

RewriteEngine on
RewriteRule ^about/$    /pages/about.html [L]
RewriteRule ^features/$ /features.php [L]
RewriteRule ^buy/$      /buy.html [L]
RewriteRule ^contact/$  /pages/contact.htm [L]

There’s a lot more to mod_rewrite and htaccess. Check out the links below for more details and tricks.

Aug
08

10 must-install WordPress Plugins

wpplus.gifAnyone knows how great WordPress is. But few people know that it can be better. WordPress supports a large variety of plugins that can enhance your blogging experience, that can improve your blogs’s performance or plugins that simply make your life a lot easier. We selected only a few in this release, giving you a 10 must-install plugins list. Download, install, activate, try and let us know your opinion about them. Enjoy and happy blogging!

1. Akismet
Automattic Kismet (Akismet for short) Wordpress Plugin is a collaborative effort to make comment and trackback spam a non-issue, so you never have to worry about spam again.
Plugin Page | Download Plugin

2. podPress
The podPress pluggin gives you everything you need in one easy plugin to use WordPress for Podcasting.
Plugin Page | Download Plugin

3. Technochrati Tagging
Allows you to use Technorati tags (http://www.technorati.com/help/tags.html) in your blog entries by adding a custom field to blog posts. Also allows for tag listings (http://www.technorati.com/tags/) to be added to your website.
Plugin Page | Download Plugin

4. Flexible Upload
Flexible Upload is a plugin for Wordpress 2.0.x and 2.1.x to enhance the image upload functionality. It resizes pictures to a specific dimension, creates custom-sized thumbnails, adds an optional watermark signature, and other options
Plugin Page | Download Plugin

5. Google Analytics
The Google Analytics plugin for WordPress lets you easily add Google’s web tracking script to your WordPress powered site.
Plugin Page | Download Plugin

6. Mighty AdSense
It will allow you to host the code in WordPress without having to modify the templates. Google Ads are displayed in post item and you can specify how many blocks are going to show up in a page. Ads preview tool is included in the control panel.
Plugin Page | Download Plugin

7. Wordpress Video Plugin
This plugin will let you embed Flash Videos (flv) in your WordPress posts/pages. It supports YouTube, Google Video, Metacafe, MyspaceTV, Yahoo! Video… and many others!
Plugin Page | Download Plugin

8. Wordpress-phpMyAdmin
This is a simple plugin that will allow you direct access to your WordPress database through phpMyAdmin within your WP admin console. No need to deal with phpMyAdmin setup and login and settings are taken from your WP settings.
Plugin Page | Download Plugin

9. Search Pages
This plugin lets your visitors search through posts and pages instead of only posts.
Plugin Page | Download Plugin

10. WP-Print 2.11
Displays a printable version of your WordPress blog’s post/page.
Download Plugin | Plugin Demo

top
Close
E-mail It