by Ricardo R. on July 17, 2010
Computer Networks, is hard to think about how things worked in the past, but a fact is that you ‘have to’ be connected! Remote sharing is real, just make sure your scenario is secure.
Arguments come across about benefit and drawbacks on so many available tools and you’ll end up hearing a lot about ‘Log me in’, Teamviewer and the legendary VNC. All this tools are ‘free to try’ and some will let you run a non-commercial version at no charge.
I’ve tried them all and highly recommend Teamviewer.
- VNC (the whole family: RealVNC, TightVNC, UltraVNC, etc ) are good tools, that’s not an argument, but these ones specifically apply better to a more secure network scenario where you’ll be working on an internal network or accessing one through a secure VPN (Virtual Private Network).
Let’s go over the other two that are specifically design to work on the internet overcoming most firewalls.
- Log me in is not bad but be prepared to spend some time creating accounts for you and the people that you’ll be sharing with AND some configuration time. Once everything is set up you’ll be helping others and sharing contents without mayor limitations.
Opposite to the VNC family, this tool relays on the internet so all the computers involved in your sharing scenario got to have http (port 80) enable so they can access the Internet.
- Teamviewer, AWESOME! This wonderful tool has to be installed either from their site Teamviewer.com or downloaded it and installed from your local computer. After that you’ll only need to exchange ‘Session ID’ and four digit password with your sharing partner and that’s it, you’ll be enjoying a share session at no time without going through any special configuration.
You should purchased the paid version for special setting as working with Windows servers, configure static password when you are accessing a remote system without a partner present on the other side, etc, but overall as for Internet sharing and online working this is definitely the way to go.
by Ricardo R. on July 12, 2010
How many hosting companies have you tried? I’ve been a GoDaddy reseller and customer for many, many years until I started working with WordPress. Is hard to say that is something wrong with GoDaddy but I can tell that when it comes down to WordPress there’s something very good about Hostgator.
Most of my WordPress customers are using Hostgator hosting service and a lot of people (including me) have reported WordPress to behave extremely slow sometimes on GoDaddy’s servers. Not to mentioned the not so infrequently message “HTTP Error 500 Internal server error…”.
Hostgator is THE most recommended hosted service for WordPress so I guess they should have done some kind of optimization for this platform. Not to mentioned the very helpful 24/7 live chat support that will send you via email the chat transcript after filling a quick survey at the end of each chat session.
Altougth Bluehost and other hosting service seem to use a similar platform for WordPress they can’t compete with Hostgator’s great customer service. Let’s admit it, Hostgator is not the cheapest hosting service but is only a few bucks more and is worth every penny.
by Ricardo R. on June 30, 2010
If you’ve developed Thesis theme base sites integrating Paypal payment methods you may have run into a plugin called ‘”WP Easy Paypal Payment Accept”.
Let me tell you, the plug-in is great. It let you add Paypal icon to your sidebars with or without a drop down listing specific priced items as shown here.
You can also add data entry fields for visitors (buyers) to enter a not listed amount and to be filled with information relevant to the payment.
This plugin is not only for sidebars but can also be used on Page and Post just by copy-pasting this short code: <!– wp_paypal_payment –>. Here’s where you’ll find the issue: Paypal button is oversized and won’t look good!
If you are looking for the cure to this healing, is not really hard at all. If you are developing with Thesis, chances are you are very familiar with ‘Customs File Editor’ under ‘Thesis’ in your Dashboard so I won’t bore you with details about how to get there but this solution is as simple as edit your ‘custom.css’ file by pasting the following lines of code at the end of the file:
input[type=image] {
width: auto;
border: 0;
background: transparent;
}
Cheers