Tuesday ramblin’

Coffeeegrab yourself a coffee, this post is going to be very and I repeat very interesting, or just ignore it and you WILL miss  some upcoming goodness for wordpress!
First of all how was your day? Mine was very good! I’ve found myself a new job, going to work in a four star hotel/restaurant from may till October. I applied as an waiter and have got a job as barman which is even better, why? well the bar in the hotel is right in front of  a pool, so all day long I can see lovely ladies and make them some nice cocktails.. RAWR..

ANYWAY!! I’m working on a free wordpress theme! YEP completely free, the structure is similar to this blog, but still verry different, there are some things that will make my blog One of a kind, It is going to have my new WP-Hack, all I can say for now is that I even named the Hack, and this is because I will become famous for it! guaranteed! The name is …. hehe, I tell you tonight or tomorrow, when it’s ready you’ll see it. Are you anxious yet? nooo? okay here is an hint, ok , look at my current sideboxes, the have graphical headers, it looks nice, but the sidebars are NOT widget ready due to this, what if I told you that I’ve managed to combine graphical sidebox headers with dinamic widget ready themes..

See now you are interested, told you so! So tell your friends, refer them and get some comments in this posts, when comments hit 20 I WILL reveal the code and tutorial to implent this to any theme, no programming skills are needed and modification time is about 10 minutes! and you only have to edit the theme and no wordpress files!!

Tags: , , , ,

Project: RetroLog , the minimalistic blog project

I’ve this project in my mind, and roughly projected it on paper, with some php/mysql snippets. The whole idea is to make a REAL blog community with pure server-side programming. minimalistic so it can be used by anyone,and most important anywhere.

The key features will be:

  • simple registration
  • easy setup (no advanced setting for the blog,we have to keep it simple and easy to use.)
  • integrated webring for dinamic linking through the hosted websites
  • Direct advertising possibilities (without an intermediate,you can directly sell ad-space 125×125 boxes )
  • Comments with anti-spam and mail notification

Like said before the idea is to avoid as many javascript as possible, no fancy ajax that will only cause problems in the future.

If you think this project could be really nice and have something to say about it, leave a comment or if you think you are a super genius in PHP/MySQL then you should definitely contact me and maybe we can work on this project together.

Tags: , , ,

Passing form data with AJAX

Some time ago I’ve tried to pass form data with AJAX without using any framework. my jQuery or Mootools. They are great scripts but in most of my cases they over-do the job, so therefor I’ve tried to do it myself, at first I managed to send the post data BUT the format was wrong. anyway to make a long story short here is how I did it.

Read the rest of this article

Tags: , ,