├── .project ├── .settings └── org.eclipse.core.resources.prefs ├── README.md ├── content ├── blog │ └── en-GB │ │ ├── Creating-a-Simple-Extension-Module-in-vTiger-6.md │ │ ├── Different-pagination-style-in-frontend-vs-backend-using-JPagination.md │ │ ├── Firebird-Convert-NULL-to-Empty-String.md │ │ ├── Firebird-Converting-BLOB-BINARY-into-STRING.md │ │ ├── Firebird-Finding-all-the-tables-where-a-field-exists.md │ │ ├── How-to-Change-php.ini-Values-Using-htaccess.md │ │ ├── How-to-Import-Stackoverflow-Stackexchange-Data-in-MySQL.md │ │ ├── How-to-set-a-password-permission-to-your-PDF-document-from-PHPExcel-using-TCPDF-library.md │ │ ├── Joomla-Ajax-Interface-Getting-Started-Guide-Tutorial.md │ │ ├── Large-dataset-for-MySQL-MariaDB-for-testing-benchmarking-optimization.md │ │ ├── Overriding-a-Field-in-a-Form-Using-JFrom.md │ │ ├── This is my new document title │ │ ├── Translating-the-default-value-in-a-field-JForm-JField.md │ │ ├── Vtiger-Webservices-ProductTaxes.md │ │ └── phpcloud-git-fatal-The-remote-end-hung-up-unexpectedly.md └── projects │ └── en-GB │ └── article.md.md └── img ├── Different-pagination-style-in-frontend-vs-backend-using-JPagination-intro.png └── How-to-Change-php.ini-Values-Using-htaccess-01.png /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/.project -------------------------------------------------------------------------------- /.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding/=UTF-8 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/README.md -------------------------------------------------------------------------------- /content/blog/en-GB/Creating-a-Simple-Extension-Module-in-vTiger-6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/Creating-a-Simple-Extension-Module-in-vTiger-6.md -------------------------------------------------------------------------------- /content/blog/en-GB/Different-pagination-style-in-frontend-vs-backend-using-JPagination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/Different-pagination-style-in-frontend-vs-backend-using-JPagination.md -------------------------------------------------------------------------------- /content/blog/en-GB/Firebird-Convert-NULL-to-Empty-String.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /content/blog/en-GB/Firebird-Converting-BLOB-BINARY-into-STRING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/Firebird-Converting-BLOB-BINARY-into-STRING.md -------------------------------------------------------------------------------- /content/blog/en-GB/Firebird-Finding-all-the-tables-where-a-field-exists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/Firebird-Finding-all-the-tables-where-a-field-exists.md -------------------------------------------------------------------------------- /content/blog/en-GB/How-to-Change-php.ini-Values-Using-htaccess.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/How-to-Change-php.ini-Values-Using-htaccess.md -------------------------------------------------------------------------------- /content/blog/en-GB/How-to-Import-Stackoverflow-Stackexchange-Data-in-MySQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/How-to-Import-Stackoverflow-Stackexchange-Data-in-MySQL.md -------------------------------------------------------------------------------- /content/blog/en-GB/How-to-set-a-password-permission-to-your-PDF-document-from-PHPExcel-using-TCPDF-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/How-to-set-a-password-permission-to-your-PDF-document-from-PHPExcel-using-TCPDF-library.md -------------------------------------------------------------------------------- /content/blog/en-GB/Joomla-Ajax-Interface-Getting-Started-Guide-Tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/Joomla-Ajax-Interface-Getting-Started-Guide-Tutorial.md -------------------------------------------------------------------------------- /content/blog/en-GB/Large-dataset-for-MySQL-MariaDB-for-testing-benchmarking-optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/Large-dataset-for-MySQL-MariaDB-for-testing-benchmarking-optimization.md -------------------------------------------------------------------------------- /content/blog/en-GB/Overriding-a-Field-in-a-Form-Using-JFrom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/Overriding-a-Field-in-a-Form-Using-JFrom.md -------------------------------------------------------------------------------- /content/blog/en-GB/This is my new document title: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/This is my new document title -------------------------------------------------------------------------------- /content/blog/en-GB/Translating-the-default-value-in-a-field-JForm-JField.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/Translating-the-default-value-in-a-field-JForm-JField.md -------------------------------------------------------------------------------- /content/blog/en-GB/Vtiger-Webservices-ProductTaxes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/Vtiger-Webservices-ProductTaxes.md -------------------------------------------------------------------------------- /content/blog/en-GB/phpcloud-git-fatal-The-remote-end-hung-up-unexpectedly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/blog/en-GB/phpcloud-git-fatal-The-remote-end-hung-up-unexpectedly.md -------------------------------------------------------------------------------- /content/projects/en-GB/article.md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/content/projects/en-GB/article.md.md -------------------------------------------------------------------------------- /img/Different-pagination-style-in-frontend-vs-backend-using-JPagination-intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/img/Different-pagination-style-in-frontend-vs-backend-using-JPagination-intro.png -------------------------------------------------------------------------------- /img/How-to-Change-php.ini-Values-Using-htaccess-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vdespa/vdespa-blog/HEAD/img/How-to-Change-php.ini-Values-Using-htaccess-01.png --------------------------------------------------------------------------------