http://flowcoding.com/prestashop-create-first-module
http://www.technoreply.com/how-to-create-a-prestashop-1-5-module/
https://github.com/jevin/Prestashop-Module-Skeleton
http://flowcoding.com/prestashop-create-first-module
http://www.technoreply.com/how-to-create-a-prestashop-1-5-module/
https://github.com/jevin/Prestashop-Module-Skeleton
خرید آنلاین موسیقی ایرانی
http://beeptunes.com
comment
{* One-line comment. *}
{* Displaying the content of the variable in lowercase. *}
{$foo|lower}
http://doc.prestashop.com/display/PS16/Theme+templates+and+Smarty
http://www.smarty.net/docs/en/language.modifiers.tpl
svg font to use in website
http://fontawesome.io/
Web Developer
را در add one fire fox جستجو کنید
http://chrispederick.com/work/web-developer/
http://ndever.net/articles/linux/installing-sass-and-compass-ubuntu-1210-1304
نصب sass بر روی سرور اوبونتو لینوکس
list of smarty command
http://www.smarty.net/docs/en/smarty.for.designers.tpl
مقاله بازی شطرنج با قواعد منچ رو برای روز جشن روز آزادی اماده کردم .
http://bayanbox.ir/download/3790667285452511969/shatranj2.odt
فایل تکس
http://bayanbox.ir/download/3790667285452511969/shatranj2.odt
if ($this -> Name -> save($data)) {
$this -> Flash -> success(__('The log has been saved.'));
return $this -> redirect(array('action' => 'index'));
} else {
$this -> Flash -> error(__('The log could not be saved. Please, try again.'));
}
debug($this->Name
http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6922267&queryText=survey%20detect%20breast%20cancer&newsearch=true
این مقاله در مورد سرطان سینه و مغز و ریه است تمام مطالب را جمع اوری کرده است.
http://www.transformicons.com/
http://tympanus.net/Development/AnimatedSVGIcons/
http://forum.ubuntu.ir/index.php?topic=7106.0
p()
is the main method, and d()
works the same way, except that it calls the die()
method instead of returning the variable:
of that, PrestaShop defines the ppp()
and ddd()
methods, which are respectively the aliases of p()
and d()
. They work exactly the same, but are often easier to search and find in a huge block of code.
ppp()
ddd()
These debug methods are not activated by default. To activate them, you must enable the Debug mode, by setting _PS_MODE_DEV_
to true
(see above).
http://doc.prestashop.com/display/PS16/Setting+Up+Your+Local+Development+Environment
PrestaShop's default settings prevent the customer to see any server error message or any debugging code.
You, on the other hand, need this information in order to correct any potential mistake in your code. To that end, open the /config/defines.inc.php
file, and edit it to set _PS_MODE_DEV_
to true
:
/* Debug only */
define(
'_PS_MODE_DEV_'
,
true
);
Go to the "Performances" page under the "Advanced parameters" menu to change the following Smarty settings:
http://doc.prestashop.com/display/PS16/Setting+Up+Your+Local+Development+Environment
you can find php.ini in
sudo gedit /etc/php5/apache2/php.ini
http://ubuntuforums.org/showthread.php?t=1097306
https://en.wikipedia.org/wiki/Sass_%28stylesheet_language%29
http://sass-lang.com/
https://www.a2hosting.com/kb/installable-applications/optimization-and-configuration/prestashop2/changing-the-prestashop-url-settings
Brackets Beautify
Brackets Beautify can be run manually on the whole file or on a selection. Use the menu entry Edit > Beautify
, the context-menu entry Beautify
, or one of the keyboard shortcuts Ctrl-Alt-B
(Windows/Linux), Ctrl-Shift-L
(Windows), Cmd-Shift-L
(Mac), or define your own.
Alternatively it can be enabled to run automatically on save. Use the menu entry Edit > Beautify on save
or the more advanced settings to activate.
https://github.com/Hirse/brackets-beautify
برای حل این مشکل
http://www.webupd8.org/2015/04/fix-missing-libgcrypt11-causing-spotify.html
۶۴ بیتی
https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_i386.deb
http://nemops.com/category/tutorials/development/
http://doc.prestashop.com/display/PS16/Developer+Guide
http://doc.prestashop.com/display/PS16/Designer+Guide
http://forum.shopkeeper.ir
http://forum.prestatools.ir/
http://forum.persiantools.com/
http://www.custommyself.com/how-to-create-a-module-with-prestashop/
https://jadi.net/
daneshabad.com/Video.aspx?id=1268&pid=68
https://jadi.net/2015/02/%D8%AF%D9%88%D8%B1%D9%87-%DA%A9%D8%A7%D9%85%D9%84-%D9%88%DB%8C%D8%AF%D8%A6%D9%88%DB%8C%DB%8C-%D9%84%DB%8C%D9%86%D9%88%DA%A9%D8%B3-%D8%AC%D8%A7%D8%AF%DB%8C-%D8%A2%D8%B2%D9%85%D9%88%D9%86-%DB%B1%DB%B0/
در اوبنتو سروری برای این کار کافی است دو دستور زیر را قرار دهیم
apt-get install php5-curl
/etc/init.d/apache2 restart
http://serverfault.com/questions/146708/how-to-enable-curl-installed-ubuntu-lamp-stack
http://wiki.apache.org/httpd/DistrosDefaultLayout
ادرس های مختلف مکان های کانفیگ apache در سرور های مختلف
http://www.lavluda.com/2007/07/15/how-to-enable-mod_rewrite-in-apache22-debian/
a2enmod rewrite
Then edit /etc/apache2/sites-available/default or /etc/apache2/sites-available/000-default (check which one available on your system)
Find the following
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
and change it toOptions Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
and finally restart Apache
/etc/init.d/apache2 restart
orservice apache2 restart
very important :
copy of cake php dont move .htaccess
please move all of folder & check if htaccess is exit
http://andraskende.github.io/cakephp-shopping-cart/
github
https://github.com/andraskende/cakephp-shopping-cart
link download
https://github.com/andraskende/cakephp-shopping-cart/zipball/master
cake 2.5
نمونه شاپ
http://www.shoppingcartcore.com/
https://www.jetbrains.com/youtrack
https://confluence.jetbrains.com/display/YTD65/Installation+and+Upgrade
https://confluence.jetbrains.com/display/YTD65/Installing+YouTrack+with+ZIP+Distribution
دستورات vi
:q خروج بدون تغییرات
To exit vi and save changes: ZZ or :wq
* | i | insert text before cursor, until <Esc> hit |
---|---|---|
I | insert text at beginning of current line, until <Esc> hit | |
* | a | append text after cursor, until <Esc> hit |
A | append text to end of current line, until <Esc> hit |
http://askubuntu.com/questions/463618/setting-up-subdomain-on-ubuntu-server
https://www.digitalocean.com/community/tutorials/how-to-configure-the-apache-web-server-on-an-ubuntu-or-debian-vps
vi /etc/hosts
34.54.235.64 subdomain.mydomain.com
sudo nano /etc/apache2/sites-available/default
<VirtualHost *:80>
ServerName subdomain.mydomain.com
DocumentRoot /var/www/subdomain.mydomain.com
</VirtualHost>
Now create /var/www/subdomain.mydomain.com
and restart Apache2:
mkdir -p /var/www/subdomain.mydomain.com
sudo service apache2 restart
convert name.jpg -resize 1600X1200 out.jpg
convert -resize 50% input.jpg out.jpg
http://forum.ubuntu.ir/index.php?topic=11092.0
http://www.vpspro.org/knowledgebase.php?action=displayarticle&id=1
http://askubuntu.com/questions/463618/setting-up-subdomain-on-ubuntu-server
https://www.digitalocean.com/community/tutorials/how-to-configure-the-apache-web-server-on-an-ubuntu-or-debian-vps
https://www.linode.com/docs/websites/apache/apache-web-server-on-ubuntu-14-04
http://superuser.com/questions/467398/how-do-i-exit-an-ssh-connection
وقتی روی ابونتو apache mysql phpmyadmin را نصب می کنیم
و می خواهیم هم زمان چندین پروژه مختلف را مدیریت کنیم بهتر است از چندین پورت مختلف برای این کار استفاده کنیم
مثلا
127.0.0.1:80
127.0.0.1:8000
, غیره
برای این کار مراحل زیر را انجام می دهیم
در ترمینال
sudo gedit /etc/apache2/sites-available/000-default.conf
می زنیم
<VirtualHost *:8000>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/فولدر من
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
اینها را اضافه میکنیم
سپس save کرده و دستور زیر را می زنیم
sudo gedit /etc/apache2/ports.conf
و سپس عبارت زیر را به آن اضافه می کنیم
Listen 8000
و در نهایت سرور را ریست می کنیم
sudo service apache2 restart
http://meyerweb.com/eric/tools/css/reset/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }
and normalize
https://necolas.github.io/normalize.css/
http://blog.brackets.io/2012/12/07/zen-coding-emmet-io-brackets-extension/?lang=en
همانطور که می دانید اوراکل ۸ تحریم است و در صورتی که سیستم شما آن را نصفه و نیمه دانلود کند با مشکل زیر روبه رو می شوید
برای اینکه مطمن شوید مشکل از نصب ناقص اوراکل است دستور زیر را بزنید
sudo apt-get -f install
برای حذف اوراکل ۸ دستور زیر را بزنید
sudo apt-get purge oracle-java8-installer
http://askubuntu.com/questions/121226/how-to-completely-remove-a-oracle-jdk-that-didnt-install-properly
برای نصب اوراکل ۸ به لینک زیر بروید
http://www.softgozar.com/WebPage/Download.aspx?SoftwareId=373&Title=NetBeans-IDE-8.0.1-Final-+-Java-SE-Development-Kit-%28JDK%29-7-Update-71-/-8-Update-25-x86/x64-for-Win/Linux
با دستورات زیر اوراکل ۸ را نصب کنید
http://forum.ubuntu.ir/index.php?topic=119791.0
http://www.wikihow.com/Install-Oracle-Java-JDK-on-Ubuntu-Linux
float: left;
شناور ساختن جعبه ها
min-width: 600px;
حداقل جعبه
max-width: 100px;
min-width: 600px;
width: 80%
http://www.w3schools.com/cssref/pr_class_clear.asp
clear: both;
no float
overflow: scroll;
----------------------------------------------
list
display:inline
برداشتن خط
text-decoration: none;
a:hover
تنظیمات زمانی که خواهان تغییر قرار دادن موس روی المان باشبم
--------------------------------------------------------
index of first text
text-indent: 50px;
------------------------------------------------------------
فاصله بین حروف
letter-spacing: 2px;
--------------------------------------------------------------
نوشتن بزرگ
text-transform: uppercase;
-------------------------------------------------------------------
گوگل فونت
https://www.google.com/fonts/
-------------------------------------------------------------
p::after {
content: " - Remember this";
}
بعد از هر پارگراف عبارت خاصی را بنویسد
برای اخرین پاراگراف
p:last-child {
background: #ff0000;
}
p:last-child:after {
content: " - Remember this";
}
----------------------------------------------------------
فاصله بین خطوط
p.small {
line-height: 70%;
}
p.big {
line-height: 200%;
}