Keep the Mac OS X Menubar visible on secondary monitor Comments (0)
by Wez Pyke - March 9, 2010 in General

secondbar Keep the Mac OS X Menubar visible on secondary monitor

Secondbar

If there is one of very few problems about Mac OS X, then a menubar not being visible on a secondary monitor when you connect another display to your Mac is certainly one of those problems.

I recently stumbled across Secondbar while browsing about the internet. It is such a useful tool and I will be using it constantly now that I've found it, just so I don't have to bother pointing over to the primary monitor when using dual displays just to access the menubar.

Let us know!

If you know of any other utilities that make the workflow of a Mac, Windows or Linux machine even better then post a comment to let us know.

If you found this useful then please tweet this and share it with your followers

Bookmark and Share
Where to host your website? Comments (0)
by Wez Pyke - March 1, 2010 in General

Doteasy Logo H150 Where to host your website?
So you’ve successfully created a design for your website… the next question is, where to actually host it. It’s often debatable on which is the best among the many web hosting providers around whether free or paid. Well, it’s really pretty simple why – because it usually depends on different factors such as, what type of website you plan on creating and its needs. There are many offers lying around which easily confuse webmasters which one is the best for them and their site. But whether you’re making a personal or business website, uptime and reliability from a web hosting provider is always important.

Doteasy is among the leading web hosting companies that started since 2000. They also provide domain name registration services with over 160,000 domain users already. If you haven’t registered any name yet for your website, this would be the perfect time to do so. This is because Doteasy have a promo right now that lets youregister any domain name like a .com,.net, .org for only $7.95. And aside from that, you already get a free web hosting package with a lot of useful web tools and applications that you could use for your website such as for creating a blog, forum, shopping cart and many more. Their packages are also great with small businesses websites. They also guarantee 99.9% uptime. And what’s even great about their free hosting plan is that they guarantee no ads on your site. Unlike with other free web hosts who put a lot of annoying ads on the free hosting package they provide in exchange for the free service. And if you feel you need more hosting resources for your website, you can just easily upgrade your free hosting account to one of their other packages. You can check out their other hosting plan such as their unlimited web hosting which is only for $9.95 per month. That’s still a really great deal.

If you like to take advantage of their current domain name registration promotion, just use the coupon code 1003BPM to register a domain.

Bookmark and Share
10 Excellent Free WordPress Themes Comments (0)
by Wez Pyke - February 25, 2010 in Wordpress, lists

Irresistible
WordPress is one of the most used blogging software on the web. Because of the popularity that is has there are also a lot of themes; some good, some bad. In this short list you will find 10 free attractive WordPress themes.

Notepad Chaos

110 10 Excellent Free WordPress Themes

The Web News

The Web News

Trifecta

Trifecta
(more...)

Bookmark and Share
Weekly Recap (14 Feb – 21 Feb) Comments (0)
by Wez Pyke - February 21, 2010 in General

Here is a recap of the posts from this week.

Build a Twitter-like site with CodeIgniter and jQuery Part 2

CodeIngiter + jQuery=twitter

5 PHP Frameworks you may not know about

php logo Weekly Recap (14 Feb   21 Feb)

Creating a basic iPad application

ipad Weekly Recap (14 Feb   21 Feb)

Bookmark and Share
Creating a basic iPad application Comments (1)
by Wez Pyke - February 17, 2010 in Cocoa/Objective-C, Text Tutorials

ipad Creating a basic iPad application
Because of the recent announcement of the iPad more people are going to want to learn how to develop for the iPhone OS. This tutorial will be a basic walk-through for beginners who want to start developing.

The application that we will be creating will consist of two button and one label.
(more...)

Bookmark and Share
5 PHP Frameworks you may not know about Comments (2)
by Wez Pyke - February 15, 2010 in PHP, frameworks, lists

php logo 5 PHP Frameworks you may not know about
There are many PHP frameworks available for developers to choose from when creating a project. Frameworks such as CodeIgniter, CakePHP, Symfony and Zend are the most popular frameworks used by developers.

In this article I will compile a list of 5 frameworks that many developers may not know of.
(more...)

Bookmark and Share
Build a Twitter-like site with CodeIgniter and jQuery Part 2 Comments (0)
by Wez Pyke - February 14, 2010 in PHP, Text Tutorials, codeigniter, frameworks, jQuery, twitter

CodeIngiter + jQuery=twitter
Don't forget to check out part 1 if you have no read it.

In the second part of this 5 part tutorial series on how to build a Twitter-like website, we will be creating a signup form so that users can register to our website.

We will be adding records to the database that we created in part 1 and creating validation rules to make sure that the user didn't put any invalid data into the form.
(more...)

Bookmark and Share
Posts from this week Comments (0)
by Wez Pyke - February 13, 2010 in General

Here is a list of posts from this week if you may have missed anything.

20 Stunning Wallpapers For Your Desktop

17 Posts from this week

10 Awesome jQuery Tutorials You Should Check Out

jquery logo Posts from this week

10 Flash and Actionscript Tutorials for the Beginner

4 adobe flash 9 logo 1 full Posts from this week


Cheat sheets: jQuery, MooTools, Prototype

jquerymootoolsprototype Posts from this week

Deep Linking with jQuery

jQuery

Build a Twitter-like site with CodeIgniter and jQuery

CodeIngiter + jQuery=twitter

Bookmark and Share
Build a Twitter-like site with CodeIgniter and jQuery Comments (2)
by Wez Pyke - February 12, 2010 in PHP, Text Tutorials, codeigniter, frameworks, jQuery, twitter

CodeIngiter + jQuery=twitter

This tutorial will be the first of a five part series where we will built a social network site similar to Twitter from scratch. We will be using the CodeIgniter framework for the core of the website and jQuery for the effects. In this first part we will be configuring CodeIgniter to display everything correctly and we will also set up a database and connect to it.

(more...)

Bookmark and Share
Deep Linking with jQuery Comments (0)
by Wez Pyke - February 10, 2010 in jQuery

jQuery

You can view a demo and download the resources for this tutorial at the bottom of the post.

Web 2.0 websites have a lot of Ajax functionality, some times when you load a new element of a page you may want the user to be able to click the back or forward button so that they can see the previously loaded content. One method to add this function to a website is to use the jQuery Address plugin with jQuery.

jQuery Address has 4 main methods; init, change, internalChange, externalChange. The init method is what is called when the plugin is initiated. The change method is called when the URL is changed, an element in the page is changed or either the forward or backward button is pressed. The change method has the combined functionality of internalChange and externalChange. The internalChange is only called when a hyperlink inside the page is clicked; externalChange is only called when the URL is changed or the backward or forward button is pressed.

To allow deep linking within your website the only two methods that are required is init and change, you can then use internalChange and externalChange wherever you may need them.
(more...)

Bookmark and Share
Older Posts »