What I would like to show you is one website with great desktop wallpapers. I don’t want to wrote here about my top ten wallpapers website or stuff like that, I just found this one website and I am absolutely shocked.

I realize that my taste for wallpapers is quite specific, but I think that the wallpapers at the address given will be liked a broader audience.
I hope to broadcast on the blog one more time soon..
**Update
I am just testing Dell U2410 and to be honest the best place to find proper wallpapers (1920×1200 & more) is Wallbase.net.
Website is truly amazing with 500GB of transfer per day. The guy who leads this website is from Poland like myself.
Cheers
]]>WordPress Theme:
Unique:
Features:
Website is up2date with WordPress version and all plugins are in newest versions.
]]>
]]>A virtual private server (VPS, also referred to as Virtual Dedicated Server or VDS) is a method of splitting a server. Each virtual server can run its own full-fledged operating system, and each server can be independently rebooted.
The practice of partitioning a single server so that it appears as multiple servers has long been common practice in mainframe computers, but has seen a resurgence lately with the development of virtualization software and technologies for other architectures.
What are the benefits of using VPS ?
It is faster that shared hosting, so putting this to simple words your websites will work & load faster with VPS. You will have full control of your system plus many other benefits.
My hosting history
I start with cheap shared hosting but after sometime I moved all my sites to VPS. I was testing many companies for long time but from almost 2 years I am using slicehost and I am pretty happy with them.
In this post I try to show you howto setup good VPS hosting server and use it for your websites. It was written by my friend Dru who helped me setup my VPS and I think it will be a good howto for all of you.
Basic Details:
When I am starting new project, website I need to create couple of things:
a.) create a user using webmin
- Click on System in the sidebar, then on users and groups
- Click on create new user
- for the username ALWAYS use the domain name for the name of the user. So in this case: example.org do the same for the group (choose new group and name it the same way – THIS IS VERY IMPORTANT)
- then click save
When you create the user in webmin there should be a field where you can set the group, that will let you pick the www-data group before you create the user.
b.) shell method (i prefered this method)
I use this one: adduser username –ingroup www-data –force-badname
where username = whatever you want the user to be called, ie
adduser example.org –ingroup www-data –force-badname
Now you need to FTP in (don’t use ssh or sftp it has to be ftp). (use the server ip, the username will be whatever you called the user and the password will be whatever you configured)
Once you’ve done that create the following folders: config public_html cgi-bin
Login to litespeed http://your_IP/index.php (user: **** password: ****)
Go to configuration, then virtualhost templates.
Click on PHP_SuEXEC
Where it says Member Virtual Hosts click the add link to the right of it, then fill in the following:
- virtualhost name – should be the domain name (example.org)
- domain name – should be the same as the above
- aliases – should be the same as the above except with www. at the start (www.example.org)
- virtualhost root – Leave Blank
Save, and then go to actions and graceful restart to restart the webserver.
FTP your files into the public_html folder and you should be able to access them in your browser.
when you move website between hostings
First create a blank database with phpmyadmin.
Then in the commandline, navigate to the folder where the sql file is. Then do this command:
mysql -u user -p user_dbname < file.sql
where dbname = name of the blank database
where file.sql = the SQL file you're importing.
It will ask you for the root password and then in a few seconds it'll be done.
a.) How to move files when migrating to new server ?
On old server backup files with tar, you use one command line to backup all files to one tar or tar.gz file.
Put this file in public_html folder on this server. Next go to new server and:
wget link_to_the_gzip_file_on_the_old_server
Next untar the files to proper place and that is it.
b.) Problem with file permissions
Sometimes when i move files from one server to another i got problems with file permissions on new server. To fix I use this method:
cd /home/example.org
and then do
chown -R example.org:www-data public_html
and then
chmod 770 -R public_html.
c.) MySQL problem with coding, default charset
Sometimes i got problem (WordPress UTF-8 Charset Woes) with coding in sql base, there was strange coding problems in text and i need to fix that. I use this solution:
$ mysql –user=frog -p –execute=”DROP DATABASE dbname;
CREATE DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;”
$ mysql –user=frog –max_allowed_packet=16M -p –default-character-set=utf8 dbname < dump_utf8.sql
and it works for me..
To find more about this one look here: Convert latin1 to UTF-8 in MySQL
So good luck with great hosting Slicehost and webserver LiteSpeed, for me it works really great for almost 2 years now!
]]>
I got some WordPress problems with two websites that I lead with blank WordPress site that they show. Finally it works for me and now I want to share with you some tips about WP blank page problems. I have this CSS gallery that was offline since some time… what I mean wp-admin pages works fine but front page was blank. This bug was after i migrate to another hosting company. Finally I found time to fix that bug. All off that was on Google and some of those things was my original ideas and some of theme are people comments to this post.
When you see blank page with your WordPress blog you can use my tips to find bug and fix that annoying problem.
If you have access to your admin panel you do it from there but if don’t you can always ‘ftp’ your website and move all your plugins to other directory so there will be no plugins active.
Remember to turn off cache plugins if you use them, clear your cache.
You can browse it by linux console for example. If you don’t know how to use ‘ssh’ try to read a little bit on google about it. You can use free Putty software to ssh your files on server.
Update your permalink structure. Just click update in WordPress, don’t change it to other structure, this can be really bad for SEO.
@Mittineague said: For PHP errors, I find the easiest way to trouble-shoot when developing a plugin is to make a direct HTTP request for the file. eg domain.com/blog_dir/wp-content/plugins/pluginfile.php
This way will show syntax errors and other PHP error messages.
When the file is OK PHP-wise, you will then see errors like
[WordPress-function name here] not found.
For incompatibility problems though, deactivating and reactivating is the best way, especially now that WordPress “sand boxes” and will show a “could not be activated” message.
And don’t learn the hard way. Back-up, back-up, back-up!
WordPress should compress articles (gzip) if browsers ask for them… in my situation this fix my blank page error
To find something interesting about your problem try to look for http error log and you will see there which file causes errors.
Edit wp-config.php file (which is WordPress main configuration file) and look for blank lines in the end, sometimes text editors add this line and it can broke WordPress installation.
You can read more about it: Solution for WordPress blank admin page
Point 7 helps me with my CSS gallery.
In the meantime I generate problems with SilenBits and it was blank too….I’ve solved the problem using this fix: Change theme to another one (refresh/check)
So good luck and no WordPress blank pages for you !
]]>WordPress Theme:
Features:
Website is up2date with WordPress version and all plugins are in newest versions.
]]>Blog Stats:
Spam:
Features:
Website is up2date with WordPress version and all plugins are in newest versions.
]]>WordPress Theme:
Blog Stats:
Spam:
Features:
Website is up2date with WordPress version and all plugins are in newest versions.
]]>Blog Stats:
Spam:
Features:
Website is up2date with WordPress version and all plugins are in newest versions.
]]>