News

Latest blog news, or news related to IT

Domain name sales

0

Hello,

Since I don’t have much time to keep many of these domains, I decided to sell them to the best bidder.

Classifieds sites:
ocaku.com / ocacu.com - classifieds community. 13K web sites, 759K advertisements, Custom code and design. Expensive.
aderous.com – 5K advertisements and PR 4 – Generates 20€ month in adsense
classifiedsbarcelona.com – Great domain name
phpmarket.org – Custom development

Others:
deambulando.com – 80K unique visitors month, 6 years domain name, Spanish
dontcode.com – I sell it for little amount
rir.li – really nice short name.

Please contact me if you need further information or you want to purchase.

Barcelona Developer Conference

0

BannerEn 1 Barcelona Developer Conference

WHAT IS BARCELONA DEVELOPERS CONFERENCE?

Conceived by a group of entrepreneurs, is an initiative created with the goal of filling an important gap left by the lack of this type of events in Spain. Beyond that, the event targets developers in general, placing a especial focus on new technologies in the areas of social platforms, mobile, and robotics.

Additionally, we would like to showcase new tools and ideas, while providing network opportunities for enriching developers, students, businesses, investors in the city of Barcelona, Spain, and beyond.

WHEN WILL THE CONFERENCE BE HELD?

The Conference will be held from Nov 17th through the 19th at Barcelona’s Maritime Museum. This is an ideal venue with space for up to 1.5k people, and will provide the theme of the conference: Navigating the Future.

WHAT DOES THE CONFERENCE OFFERS YOU?

The conference aims to be an ideal event for:

- Learning

- Growing professionally

- Present a personal project

- Find or offer a job

- Find or offer investment opportunities.

- Expand / Share knowledge.

- Meet people and communities

from around Spain and the continent

- Have fun.

WHY SUCH A RADICAL DEPARTURE FROM THE TRADITIONAL CONFERENCE FORMAT ?

The most notable difference in this event is that we have set ourselves the goal to create an event that conforms to the needs of the attendees. To accomplish this goal, we are partnering with as many communities as possible and asking for their support proposing talks, gathering attention, and helping organizing.

The attendees and community members will have an input via the website: http://www.bcndevcon.org to up-vote talks, discuss, and to promote their interests via a set of social tools, allowing attendees to have a tailor-made conference.

Open Classifieds – Update to latest version 1.7.0.2

1

IMPORTANT – From OC Blog

We just found an important issue in the software that can be dangerous if somebody finds out how to take advantage of it.

Also I added all the language files (because of that the download file now is bigger) and there’s a temporary fix for an issue related with the dates in case you want to change the dates format.

Please download ASAP the latest version of the software 1.7.0.2

DOWNLOAD Open Classifieds 1.7.0.2

How to upgrade from 1.7.0.x to 1.7.0.2:

  • Make backups for everything (DB and files)
  • Donwnload the latest version 1.7.0.2
  • Unpack
  • Copy files *.php files from folder /includes/ exception of  config.php
  • Replace new files with old ones, be aware don’t replace config.php
  • Finally replace folder /admin/ with the latest downloaded files
  • Test your system everything should be fine

How to do a new install:

  • Download
  • Unpack
  • Run the installation in http://yourdomain.com/install/
  • Follow the steps
  • Working!

Please anything, any problem we are in the forum for you.

Regards

Ocaku – classifieds community search engine

5

Last months I’ve been pretty busy with my studies and I needed to do a final project for my Master in Software Engineering.

This project is Ocaku, that was presented to the jury of the master 1 week a go. I’ve got an score of 9 over 10 possible points, not bad at all :D

Now I need to promote my work and I will love any kind of help spreading it ;)

What is Ocaku?

Ocaku.com is the finest community for classifieds sites all over the world.

With the union of all this pages we have a great multi lingual search engine that allows us to search everywhere in the world.

Ocaku is free of charge to use and will try to survive using advertisements, do not hesitate to contact us to advertise in our pages.

API for usage of Ocaku in your site.

Presentation (spanish sorry):
(more…)

Open Classifieds 1.7. Release Candidate 2

0

Almost 2 weeks after the first release I think we fixed like 15 different small bugs. None of them severe.

Because of that here you have the Open Classifieds 1.7. Release Candidate 2, which is going to be the latest RC.

Next week 1.7.0. will be officially released.

Download now Open Classifieds 1.7. RC 2

How to install
(more…)

Happy Birthday Open Classifieds ;)

0

Today is the 1st year birthday of Open Classifieds.

Actually the idea it’s older but the first release (0.8) it’s just 1 year old.

Since then there’s been more than 16.000 downloads and as far as I know few thousands of sites currently using it ;)

I want also to use this post to ask for help.

The growth of downloads and forum posts it’s been increasing considerable. This brings lot of work…

I need help to continue developing and to maintain this soft.

Currently the 2.0 version is not even started due to the lack of help.

Also here there’s a list of things you help with!

  • Development
  • Design
  • Documentation (the FAQs are really old v1.5.4)
  • Translate the site to any other language
  • Donations to pay hosting!
  • And any other kind of help it’s welcome.

UPDATE:

Chi, an Australian friend of mine, did this awesome new design for OC, but needs to be coded to HTML+CSS, after that I can make it work in OC ;)

OC V1 Website 293x300 Happy Birthday Open Classifieds ;)

BTW I’m at the Campus Party Europe, having lot of fun ;)

source open classifieds blog

Open Classifieds chosen for Campus Party Europe 2010

5

campus party europe logo Open Classifieds chosen for Campus Party Europe 2010

I have really good news for me and I hope for many of you as well: Open Classifieds has been chosen for Campus Party Europe 2010 as one of the projects that will be showcased in this event.

This fact is not easy since there are currently 50.110 applications and only 800 have been chosen. From this 800 they will chose the best 20 projects in each field in order to participate in a 3000€ prize.

Open Classifieds is, with less than 1 year old, becoming a reference in the Classifieds Software and in the Open Source community. Currently there are more than 14.000 downloads and more than 2.000 active sites using our software.

This event will take place in Madrid from the 14th of April to the 18th and there are plenty of conferences, workshops , etc.

About the Campus Party Europe:
(more…)

.htaccess for Dreamhost users

9

If any of you it’s currently using Dreamhost as Hosting provider, since yesterday they had made some modificataions deprecating “Options +FollowSymlinks”.

This means your site will return an 500 Error.

After talking to the support for more than 1 hour they admitted they have made changes in the policies and now we should use “Options +SymLinksIfOwnerMatch” instead.

Pretty bad communication from them and making this changes without noticing them.

If you are affected by this issue, please your .htaccess for Open Classifieds should look like this to get to work:

ErrorDocument 404 /
Options +SymLinksIfOwnerMatch
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^category/(.+) index.php?category=$1
RewriteRule ^offer/(.+) index.php?category=$1&type=0
RewriteRule ^need/(.+) index.php?category=$1&type=1
RewriteRule ^type/(.+) index.php?type=$1
RewriteRule ^publish-a-new-ad-for-free/ new/index.php
RewriteRule ^contact/ contact/index.php
RewriteRule ^privacy-policy/ privacy/index.php
RewriteRule ^sitemap/ sitemap/index.php
RewriteRule ^advanced-search/ search/index.php
RewriteRule ^map/ map/index.php
RewriteRule ^(.+)/(.+)/(.+)/(.+)$ item.php?item=$1&type=$2&category=$3&title=$4
</IfModule>

Remember that needs to be in your language.

This would be fixed for Open Classifieds 1.6.1 that is coming soon with few improvements to make your life easier.

I’m getting pretty annoyed by this hosting, since I use a Privvate Server and this things should never happen (as this other one http://j.mp/d8WVXY).

More or support for Open Classifieds in the forum.

Browser support for IE 6 is dead

2

I hate IE6 as many of you do. Long a go I’ve decided that my scripts are not going to be tested in ie6 anymore.

Few webpages they are not longer supporting ie6 and are recommending to change it, to use other browser. But now the giant the “Big Boss” Google is doing one step further to say bye to IE6.

They sent me this email yesterday that I absolutely aprove!
(more…)

Adiós 2009, Welcome 2010!

0

Last day of the year and waiting for a new fresh start ;)

This year was specially fast at least for me. I did many things, that involves many areas from my life, travelling, studying, developing…

Maybe some of you are interested in what I’ve done this year:

  • In February I moved from Holland to Thailand for 5 months.
  • In March I started developing Open Classifieds, just for learning.
  • I’ve visited MalaysiaVietnam,Liverpool, …
  • In July I moved from Thailand back to my home in Barcelona.
  • I have twitter account since July only…
  • Since August we have our lovely cat Chang (means elephant in Thai).
  • In August I started this blog, with the forum and the lab ;) (Currently I have 300 unique visitors day)
  • In September I started English school for first time in my life and it’s in the official school level 4 of 5.
  • In October I’ve quited my work and I started a Software Engineering Master.
  • I’ve went to the PHP international conference in Barcelona as Speaker.
  • I started playing paddle and Ive been defeated twice by my dutch girlfriend :S

Goals 2010:

  • Finish my studies successfully. 76/100 in English, 9/10 Master ;)
  • Release Open Classifieds 2.0.
  • Visit more and more countries!
  • Start my own E-business (already working on it).
  • Defeat my gf in Paddle, finally.
  • Learn to use a PHP Framework (Still don’t know which one). I’ve created my own one
  • Learn to relax and take it easy.
  • Driving license for motorbike (now I can only drive 125cc).
  • Attend to more conferences, even if I’m not an Speaker.
  • Stop smoking (wait I never smoked!!)

BTW, HAPPY NEW YEAR!!!

Page 1 of 212
Go to Top