%3Fxml version="1.0" encoding="UTF-8"%3F>
This second screen-shot shows the updated (and more colorful) pagination:
I like it. It appears that location-based search will play a larger role in upcoming search results, as the currently set location is directly under the search box.
Sorry, China, but you probably won’t get to see the new style anytime soon. :/
]]>If you manage one or more Joomla websites, eventually you’ll have to move them elsewhere. It’s pretty much fact. Performance requirements will change, you’ll find better pricing elsewhere, your dedicated server died, etc.
There are a few options most people have to choose from:
canadian pharmacy online viagra
Easy and straightforward. Long, slow process, but any Jr. Network Admin could handle this for you if you don’t want to get your hands dirty.
canadian pharmacy online viagra
mv ../backup-example-com-20090619.tar.gz ./
mysqldump -u yourUsername -p -h yourMySQLHostname yourDatabaseName > backup-example-com-20090619.sql[/code]
More complicated (obviously), but if you like doing things the hard fun way, then it's a great way to go.
canadian pharmacy online viagra
I wasn't made aware of this method until after I started managing a whole slew of websites in a platform (). Cloud hosting (and many shared hosting platforms) do not provide access to SSH because it's simply not feasible. Cloud hosting in particular due to your website running across hundreds of different server nodes. You can perform the same functions as the SSH procedure above using system execution commands in PHP.
Cool, huh?
canadian pharmacy online viagra
If you prefer not to do anything yourself, and want to keep it as simple as possible, then a backup component from the JED is the way to go:
I have only used one of those components before, and I found that there were a few bugs needing to be worked out, and it ended up taking more time to do the backup, move, and clone that I needed to do than when I did so manually.
canadian pharmacy online viagra
There are shortcuts you can take here depending on your environment. For instance, you never need to create archives at all, as you can pipe the mysqldump output directly to another mysql command (with the new database's credentials). However, I prefer to use archives and solid files especially when using PHP-based method, because you could end up accidentaly accessing the cloner file and wiping an existing MySQL database (if you aren't careful). So, on top of all this, I'd recommend removing the update-me and copy-me files after using them.
]]>Original article:
]]># Deny all search bots, web spiders
User-agent: *
Disallow: /
The website hailed by Obama and driven by the motivation to have a “transparent” government is attempting to hide the content on it’s website? Seems kind of fishy to me.
Personally, I believe it’s a simple mistake on the part of the developers, and that disallowing search engine traffic via robots.txt is a common practice. However, I think it’s a topic worthy of discussion.
Original CNET article .
]]>We all know backups are important. I’ve found what I consider a pretty good backup solution using Amazon S3. It’s super cheap, your backups are in a secure location, and you can get to them from anywhere. For my backup solution, I’m using Debian Linux (Etch), but this whole setup is not dependent on your current favorite flavor of Linux because it uses Java.
That’s it. Good luck!
]]>What do you do?
To build your own Joomla video community from the ground up, you will need to:
For those who don’t have the opportunity, time, know-how, or resources to do the above, then what other option do you have if you don’t want to have low-quality videos with another business’ branding?
The answer:
JVideo is a component – with it you can upload videos, organize videos, stream videos, and more. You don’t need to purchase additional hardware or worry about your videos directing your customers elsewhere. JVideo uses an API powered by Infinovision, so all you need to do is setup an account, install the component, and you’re good to go. It’s a new way to think about video hosting. In fact, you pretty much don’t have to think about it.
Check out the video below from the JVideo demo site and compare it to the YouTube equivalent (try full-screen for a real eye-opener):
The load balancer is located at our own colo. I followed the tutorial on to set up two servers at our colo in an ActivePassive fashion using Heartbeat for redundancy.
canadian pharmacy online viagra
Since I’m using only two web servers and one needs to serve database requests, I decided to set weights in HAProxy so that the hybrid server receives half as many requests as the dedicated web server. Here is an example of what my haproxy.cfg file contains:
canadian pharmacy online viagra
global
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
maxconn 4096
user haproxy
group haproxy
defaults
log global
mode http
option httplog
option dontlognull
retries 3
redispatch
maxconn 2000
contimeout 5000
clitimeout 50000
srvtimeout 50000
listen webfarm 63.123.123.100:80
mode http
balance roundrobin
cookie SERVERID insert nocache indirect
option forwardfor
option httpchk HEAD /check.txt HTTP/1.0
# Stats
stats enable
stats auth admin:password
# Web Node
server SBNode1 63.123.123.101:80 cookie Server1 weight 20 check
# Web + MySQL Node
server SBNode2 63.123.123.102:80 cookie Server2 weight 10 check
canadian pharmacy online viagra
Many people understand that it’s a super big pain to work with the administrator control panel in a Joomla clustered environment. First of all, you’ll keep getting kicked out every few page requests, even while using sticky/persistent load balancing. Second, working with backend WYSIWYG rich-text editors is nearly impossible. I figured out how to do it, and here’s what I did.
Using the current host as the live site allows you to use node1.yourdomain.com as an access point for the control panel. You canadian pharmacy online viagrawork in the control panel without doing this, but you will run into tons of problems with rich-text editors and custom components that request the live site URL in their underlying code.
canadian pharmacy online viagra Recently, I implemented a load balancing solution using HAProxy that used the ACL system to send all traffic with /administrator/ in the URL to one “master” node, and it provided a way around the Joomla configuration change mentioned above. Check out this for more info.
]]>