Zor

blogspot facebook

Tagged:  

You can post your blog posts to facebook note application.
In fact, because process involves RSS these are short introductionary or teasers. So you could generate traffic using this system.

easy Object creation in php

We can't create easily anonymous objects like in JavaScript.
JS example :

var o = {
aProperty : "value",
anotherProperty : [ "element 1", "element 2" ] } ;

working @home @work by rsync

Tagged:  

I have hard times. My work taking almost all my time. I'm free at eight o'clock, and should goto bed before midnight. I have a little time.

facebook e.root is undefined error

You didnt included
<div id="fb-root"></div>
section to your html file.

SSH login without password

You set up a cron job and searching for -p parameter to pass ssh, for auto login. There is no such parameter. But there are many mechanisms to allow us authonize throgh.

Selecting text at firefox

It's been a headache for many months that when you try to select something in firefox it only seen space as a white space. Coders can understand what i mean.

[SOLVED] phpmyadmin error: The configuration file now needs a secret

Tagged:  

If newly installed phpMyAdmin dont working because of a blowfish error,
open file /usr/share/phpmyadmin/config.inc.php

nano -w /usr/share/phpmyadmin/config.inc.php

Continuing file download ftp

Tagged:  

Recently I need to move a server which have 450G of files. I set up ftp agent at new server and mget started to download files.

Mysql'den veritabanı yapısını almak

Tagged:  

Sadece veri tabanı yapısını çıkartmak istiyorsanız. Ve phpMyadmin kullanamıyorsanız (ki ayarlanabilir bir çok özelliğe erişemiyorsunuzdur), mysqladmin yardımınıza koşabilir:

Similar

  • New technique to win olimpics -

    New technique to win olimpics

    At the 1968 Olympics, Dick Fosbury took the athletics world by surprise with an unusual high-jump technique.

  • Printing mysql_error -

    Printing mysql_error

    This is a code snipped to print mysql error.
    If there is no error mysql_error returns null, thus if evaluates false and there is no output.

  • multiple ON DUPLICATE KEY UPDATE -

    multiple ON DUPLICATE KEY UPDATE

    Here is an example of how to update multiple columns using values supplied in the INSERT statement. This assumes that column 'a' is the unique key.

  • multiple ON DUPLICATE KEY UPDATE -

    multiple ON DUPLICATE KEY UPDATE

    Here is an example of how to update multiple columns using values supplied in the INSERT statement. This assumes that column 'a' is the unique key.

  • php unlink recursive -

    php unlink recursive

    The shortest recursive delete possible.

    <?php
    /**
    * Delete a file or recursively delete a directory
    *
    * @param string $str Path to file or directory
    */

  • Syndicate content