جستجوی آرشیو "برنامه نویسی"
تیر
۲۹
۱۳۹۰

jQuery : Error: $(document).ready is not a function

jQuery : Error: $(document).ready is not a function Yes it bloody is! Quite often when I’m mucking about with WordPress firebug will throw the following error: jQuery : Error: $(document).ready is not a function If you see this error it’s because another framework is in conflict with jQuery – most usually in my case it’s mootools or scriptaculous, anyway here’s the work-around. The people who developed jQuery had the foresight to include a function which [...]

خرداد
۵
۱۳۹۰

نحوه نصب Python بر روی Linux

$ wget http://www.python.org/ftp/python/2.7/Python-2.7.tgz $ tar xzf Python-2.7.tgz $ cd Python-2.7 $ ./configure –with-pth –with-dec-threads –with-signal-module –prefix=/opt/python-2.7 $ make # make install

فروردین
۲۹
۱۳۹۰

پشتیبان گیری از پایگاه داده

Backup Your MySQL Database Using PHP

اسفند
۲۶
۱۳۸۹

Redirect http to https in htaccess file

.htaccess file: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

اسفند
۱
۱۳۸۹

محتوای استاتیک چیست؟

محتوای استاتیک از هر جهت شبیه سایر محتوا می باشند اما تفاوت عمده آنها در این است که مستقل از مجموعه یا بخشی می باشند

برگه‌ها :«1234»