Filed under: backlinks, link building, seo, google, Technology — soren on Thursday, March 12th, 2009 @ 5:34 pm

When Google registers a new link to your web site it is big news! Every incoming link you get will help push your web site higher in the search result. You can check the links that Google has registered as linking back to your site simply by entering the following into the Google search field:

link:www.mysite.com

This will show a list of the most important pages linking to your site. For a more complete list check out the Yahoo Site Explorer

But back to Google. The links listed in the Google search are the important ones as they are the ones that help you rank better in Google (or so it is widely believed). Would it not be nice if you received an email whenever Google registered a new link to your web site?

Get Google to email you when they discover a new link
In order to get notified when Google discovers (and registers) a new link to your site you need to use Google Alerts. To be alerted when Google finds your link all you have to do is type”link:www.mysite.com” (where www.mysite.com is replaced by your real web site address) into the Search terms field. Then select “Comprehensive” and “as-it-happens” and finally enter your email address.

You will now be sent an email whenever Google registers a new link to your site!

If you like getting backlinks then why not try our new service Automatic Backlinks it is 100% free!

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Filed under: Web Design, PHP, Joomla, Business — Jonathan on Monday, March 9th, 2009 @ 2:29 pm

Great news for all Joomla developers!

After developing a few custom components for our clients, we realized just how long and time-consuming it can be, just to create all the files necessary to make a new Joomla 1.5 component, following the MVC standards. Immediately, we realized that a lot of this process was very tedious and repetitive and could be automated if only somebody created some software that did this for the developer… and so we did!

We have created the Joomla Component Creator - which has already saved us hours of development time -  and decided to share it with you all.

The Joomla Component Creator creates all the files necessary; views, helpers, controller, etc. as well as creating all the necessary, appropriately named classes and also version, author and licensing information in the header comment of all the files.

We have already had lots of people trying this tool out for themselves and already a good amount of positive feedback. We hope you like it and it saves as much time for you as it has done for us! If you like it, we would appreciate your reviews.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Filed under: MySQL, Technology, PHP, Joomla — soren on Monday, September 29th, 2008 @ 8:36 pm

Just another quick little note to let readers know that we have just finished a Joomla component that can successfully download and maintain an updated local database version of the brilliant location data found at http://www.geonames.org it is not stable enough for us to release it but we can use it as a foundation for building similar applications. So don’t hesitate to contact us if you need to implement Geonames data on your own web site. Especially if it is a Joomla web site.

Creating the import was quite complicated as all the geonames files are zipped CSV files so we needed to program an application that could doanload, unzip and try to convert the data into database inserts. After much swearing and long evenings we have managed to come up with a very robust solution.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Filed under: Technology, Joomla, Business — soren on Friday, August 29th, 2008 @ 12:03 pm

Just a quick post to let the world know that we have experience developing and applying the booking.com xml interface into a Joomla component that downloads and updates a local database of all the hotels.

It is quite a task as booking.com only allows you to download 1000 records at a time from up to 15 different feeds per hotel (There are more than 50.000 hotels).

Please contact us if you need a similar solution. We have the experience!

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Filed under: Web Design, Technology, Real Estate, PHP — soren on Wednesday, May 28th, 2008 @ 5:51 pm

One of the most tedious things about search is that you have to go back to the search result after viewing a matching page before you can go to the next matching page.

Wouldn’t it be nice if you could click previous and next directly on the page of all the matching pages and thus browse through all the results without having to go back to the result page? Well - read on for the answer to how this is possible and so difficult to achieve.

Searching for real estate?
The above mentioned problem is especially obvious when searching for properties on a real estate web site or any other web site where it is unlikely that anyone result will be the “correct” match. On these sites it is a great feature to make it possible to browse the matching results from a search directly from the resulting pages.

Saving the query and not the result list
The problem facing developers is to make the results available in the correct order on the actual resulting (matching) pages. Initially you might think that the best option is to save a list of all the results in a long array and then look that up on the individual resulting pages, and that could be a way to do but not if you use pagination on your results pages.

Let us say that you have found 2000 matches - hopefully you will not show all 2000 results on one long page, but instead break the pages up with say 10 results per page (like Google). Now if you have done your SQL correctly you will have made a lookup with LIMIT in it so that SQL only returns a certain amount of results. This leaves us with the problem that we can not make an array with ALL the results in it - because they are simply not available.

Instead we should save the SQL QUERY and pass that on to the matching pages when viewed.

Using the query and the position of the result that was clicked on you can create your previous/next buttons on the details pages. It works really well and saves lots of time for the browser.

Example and what about Google?
You can see our implementation on http://www.livingstone-estate.com simply perform a search and view one of the results and then enjoy the page flipping.

I wonder how long it will be before someone creates this as a Firefox extension for Google? It would be great to be able to scroll the result without having to go back to Google? Wouldn’t it?

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Filed under: Web Design, PHP, Joomla — ChrisCTI on Thursday, November 8th, 2007 @ 7:22 pm

We recently developed a site where we are using the excellent Joomla component Mosets Tree (version 2.0.2). To generate SEF URLs for the site, we are using the sh404SEF component as JoomSEF doesn’t play as nice out of the box.

However, when using sh404SEF there are a couple of issues, most noticeably the fact that status alerts (such as the “Listing submitted successfully! or “Your review is pending approval.” messages that appear when the user submits/rates/reviews/etc. something in the directory) do not appear. This is obviously bad for the user as they don’t get any feedback on whatever action they have just performed.

Luckily, there is a way to fix this that’s not too complicated …

(more…)

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Filed under: Costa Tropical, Spain — soren on Wednesday, September 26th, 2007 @ 11:12 pm

Welcome dear reader.

I thought I might give this blogging a try as I often discover some obscure technical detail when I am coding and would like to share it with the world.

It will also hopefully give me a better understanding of blogging so that I may better advise my clients.

I am also trying to convince Chris (who works with me) to give it a go as he is a good writer, but we shall see how persuasive I have been.

Anyway - stay tuned - I will try my best to write a little bit once in a while.

For now, take a look at another new blog started by an unidentified person (I think I know who it is though) who lives in my local town of Salobreña. She has some interesting photos and video of the flooding in Almuñecar.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]