Martic.net

Talking in binary since 1980.

Read XML files in PHP

Darko at 1:34 pm on Wednesday, August 12, 2009

PHP with XMLXML is very nice format for storing and especially transferring data between applications. Instead of old plain TXT files which you must parse from a strictly defined format, XML files gives your data 2nd dimension – a structure, so you basically “know” what data represents without need for parsing and cleaning it from rubbish.
Everybody is using it, so why shouldn’t you? :)
Read more >>

How does Wordpress handle friendly URLs?

Darko at 12:19 pm on Wednesday, August 12, 2009

Google URL magnifyNot so long time ago, I wrote about handling friendly URLs for your own site using Apache (it’s URL rewrite engine, and .htaccess file) and PHP – “Friendly URL, the easy way”.
In the meantime I was doing some changes to .htaccess file for one of my Wordpress installations, and what made me thinking was how does the Wordpress handle URLs.

Read more >>

Simple AJAX is getting advanced

Darko at 11:42 am on Wednesday, August 12, 2009

ajax 2.0In one of my previous posts – Simple AJAX example, I explained a few steps that will help you enter the web 2.0 development world using famous AJAX method.
In that example we were submiting a HTML form with POST method using XmlHttpRequest and then processing the request server-side using PHP and getting some results back to JavaScript, to the client machine without refreshing the whole page. Very cool :)
Read more >>

Secure your Flash-PHP connection

Darko at 6:10 am on Wednesday, August 12, 2009

secureIf you’re working on a Flash game in which you are saving player score in a database, you might wanna consider applying some security to it :)

As I know, you cannot access MySQL database directly from Flash, so you’ll need to do some ActionScripting and call an external script to do it for you. For this example, we’ll be using PHP as a server-side script that will be doing MySQL communication.
Read more >>

Building an ideal homepage

Darko at 2:57 pm on Wednesday, June 3, 2009

naslovnice.comFor the past few months (or more) I’ve been building something I’d like to call “an ideal homepage“. Very hard task to do, but I’m sure I will come close to the idea with the project, sooner or later…
Read more >>

Upgrade large phpBB2 to phpBB3

Darko at 10:13 am on Wednesday, June 3, 2009

db-migrationBy “large” I mean a forum with database of 300+ MB in size.
One of my clients wanted to change hosting company as his website grow over the past few years and he wasn’t satisfied with GoDaddy’s shared hosting, but also with GoDaddy service at all…
Read more >>

Moving a project to another domain name

Darko at 2:11 pm on Monday, March 16, 2009

move Moving a project from one domain to another is something you should avoid. Unless it is really necessary – just don’t do it :)

But, maybe you sold a domain and want to transfer a project to another domain name. Then you have a lot of things to do.
Read more >>

SuperBaby.org overview, 1+ year after

Darko at 4:57 pm on Wednesday, March 4, 2009

superbaby 1.5It’s been now more then a year that my wife and I released a new parenthooding forum in Croatia – www.superbaby.org.

Since then, forum became one of the most popular chat&help machines in Croatia for everybody who is and will become a parent.

At this point of time we are counting more then 1.600 registered members, more then 240.000 posts and a really big number of new and returning daily visitors.
Read more >>

Simple AJAX example

Darko at 3:20 pm on Friday, February 20, 2009

ajaxOnce I created my first AJAX “application” (also based on some simple tutorial) I just can’t stop thinking of AJAX methodology and it’s usage all over the projects.

What is AJAX actually? By definition – Asynchronous JavaScript and XML, a technique used in web application development.
In general it is a combination of XHTML and JavaScript.

Read more >>

Better resource management for “old” apps

Darko at 4:12 am on Friday, February 20, 2009

virtual pcI was building an OCR driven application, implementation of EMC2 Captiva InputAccel as input management system for enterprises. We had a server dedicated just for OCR mechanism as we were having a higher volume of scanning/documents to OCR on a daily basis.

OCR mechanism was an “old” application – an Abbyy FineReader OCR module for InputAccel, written obviously before multi-core CPUs etc, but it was good enough to do the job.
This app is capable of running in a multiple instances as in that way it could complete it’s processing faster. But, there was a problem. Read more >>

Next Page »
 
 
Close
E-mail It
Socialized through Gregarious 42