Find and Replace Text using JQuery
/* Find `[IMG]**url**[/IMG]` and replace to `` */ $('body').html( $('body').html().replace(/\[IMG\](.*?)\[\/IMG\]/gi,''));
cuman cerita sehari-hari aja
/* Find `[IMG]**url**[/IMG]` and replace to `` */ $('body').html( $('body').html().replace(/\[IMG\](.*?)\[\/IMG\]/gi,''));
Buat file "cmd.reg" dengan isi file sebagai berikut : Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\OpenNew] @="Command Prompt" [HKEY_CLASSES_ROOT\Directory\shell\OpenNew\Command] @="cmd.exe /k cd %1" [HKEY_CLASSES_ROOT\Drive\shell\OpenNew] @="Command Prompt" [HKEY_CLASSES_ROOT\Drive\shell\OpenNew\Command] @="cmd.exe /k cd %1"Simpan dan jalankan dengan klik kanan pada file di Windows Explorer - lalu pilih "merge"
>edit %APPDATA%\Subversion\servers
http-proxy-host=192.168.0.1
http-proxy-port=80
http-proxy-username=[username]
http-proxy-password=[password]
ftp_proxy=http://192.168.0.1:3128
https_proxy=http://192.168.0.1:3128
http_proxy=http://192.168.0.1:3128
export http_proxy=http://192.168.0.1:3128/
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
export dns_proxy=$http_proxy
export rsync_proxy=$http_proxy
export no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com"
html
element for you to key your CSS on. Modernizr supports dozens of tests, and optionally includes YepNope.js for conditional loading of external .js and .css resources.Listen 8080 Listen 8081
NameVirtualHost *:8080 NameVirtualHost *:8081ServerName v1 DocumentRoot "C:/xampp/htdocs/" <directory "C:/xampp/htdocs/"> DirectoryIndex index.php AllowOverride All Order allow,deny Allow from all </directory> ServerName zendApp DocumentRoot "C:/xampp/htdocs/ZendSkeletonApplication/public/" SetEnv APPLICATION_ENV "development" <directory "C:/xampp/htdocs/ZendSkeletonApplication/public/"> DirectoryIndex index.php AllowOverride All Order allow,deny Allow from all </directory>
The first phase copy the script below, change 'www.yourweb.com' on your website and make sure the required files are stored according to the place.
Tahap pertama copy skrip dibawah ini, ubah 'www.yourweb.com' sesuai web anda dan pastikan file yang dibutuhkan sudah tersipan sesuai dengan tempatnya.
Use this before you write your code :
Untuk Penulisan Kode :
// tulis kode disini