cara memasukan kode script | HTML ke postingan blog

Now tutorial again!
Share
Pada artikel kali ini saya juga akan membagi pengalaman saya ketika hendak memposting artikel tentang artikel blog . Saya mendapt kesulitan ketika hendak memasukkan scrip html untuk sobat pelajari.....

Saya akan berikan cara supaya script anda tidak di execute oleh blogspot sebagai perintah. Melainkan sebagai artikel untuk konsumsi publik.
Caranya :
Buka website : http://centricle.com/tools/html-entities/
Masukkan kode script yang ingin anda masukkan ke dalam blog dengan cara copy paste
kemudian tekan ENCODE

Setelah itu copy paste kan kembali ke blog anda.
Dengan begitu blogspot tidak menganggap itu perintah namun artikel.
cukup sekian .. mudah kan gan

1 komentar:

  1. Sniffing SSL for libwww-perl scripting

    Sniffing SSL connections can be helpful for client programming for web applications, eg for detecting redirects.

    Because we do not know the host private key, a combination of ssldump + ethereal can *not* be used, instead use "trace" with lynx (see the lynx documentation for trace) or patch mozilla as below.

    ~/mozilla/security/nss/lib/ssl$ vi sslsecur.c
    /* Caller holds the SSL Socket's write lock. SSL_LOCK_WRITER(ss) */
    int
    ssl_SecureSend(sslSocket *ss, const unsigned char *buf, int len, int flags)

    /* Send out the data using one of these functions:
    * ssl2_SendClear, ssl2_SendStream, ssl2_SendBlock,
    * ssl3_SendApplicationData
    */
    ssl_GetXmitBufLock(ss);
    rv = (*ss->sec.send)(ss, buf, len, flags);
    /*-->Modification goes here!*/ printf (buf);
    ssl_ReleaseXmitBufLock(ss);
    ss->writerThread = NULL;
    return rv;
    }

    BalasHapus

Diberdayakan oleh Blogger.