mysql uuid() arba PHP https://gist.github.com/dahnielson/508447/b271e314c3c3190b0e31bc7f2f4f35da3c04f91c
Version 1 (date-time and MAC address)
Version 2 (date-time and MAC Address, DCE security version)
Versions 3 and 5 (namespace name-based)
Version 4 (random)
2017 m. sausio 30 d., pirmadienis
2017 m. sausio 26 d., ketvirtadienis
PHP kodo cache precompiled - APC
APC caches the complied PHP code so for next time, time for compiling PHP will be reduce and gives faster performance.
https://anandarajpandey.com/2014/07/15/how-to-install-apc-in-centos-for-php-better-performance-opcode/
https://www.mervcodes.com/install-apc-alternative-php-cache-in-centos-567-and-fedora-2021/
https://anandarajpandey.com/2014/07/15/how-to-install-apc-in-centos-for-php-better-performance-opcode/
https://www.mervcodes.com/install-apc-alternative-php-cache-in-centos-567-and-fedora-2021/
2017 m. sausio 24 d., antradienis
opencart lithuanian fee
https://crowdin.com/project/opencart-translation-v2/lt#
arba https://github.com/Daugilas/OpenCart-2.x-Lithuanian-language (tik 2.0 ??)
arba https://github.com/Daugilas/OpenCart-2.x-Lithuanian-language (tik 2.0 ??)
2017 m. sausio 19 d., ketvirtadienis
2017 m. sausio 18 d., trečiadienis
2017 m. sausio 9 d., pirmadienis
2017 m. sausio 2 d., pirmadienis
Google maps api - get nearby photos
http://stackoverflow.com/questions/8462253/how-to-get-a-picture-of-a-place-from-google-maps-or-places-api
https://developers.google.com/places/web-service/photos
https://developers.google.com/places/web-service/search
https://developers.google.com/places/web-service/photos
https://developers.google.com/places/web-service/search
2017 m. sausio 1 d., sekmadienis
Mobile app frameworks
http://ionicframework.com/ (angularjs,html5)
http://mobileangularui.com/ (bootstrap based)
https://framework7.io/ (material theme, ui components)
https://coronalabs.com/ (fot x10 times faster coding)
https://www.nativescript.org/ (native UI, JS - gera)
http://phonegap.com/
http://mobileangularui.com/ (bootstrap based)
https://framework7.io/ (material theme, ui components)
https://coronalabs.com/ (fot x10 times faster coding)
https://www.nativescript.org/ (native UI, JS - gera)
http://phonegap.com/
facebook sdk
SDK
https://developers.facebook.com/docs/javascript/quickstart/v2.5
https://developers.facebook.com/docs/javascript/examples
https://developers.facebook.com/docs/javascript/howto/jquery/v2.5
Post on user wall
http://stackoverflow.com/questions/2724977/using-facebook-graph-to-simply-post-a-wall-message-with-just-javascript
http://stackoverflow.com/questions/13810257/post-on-facebook-wall-with-javascript-sdk
https://gist.github.com/findjonmos/5777900
Get user profile data
http://stackoverflow.com/questions/5846752/getting-an-facebook-user-profile-data-with-javascript
https://developers.facebook.com/docs/javascript/quickstart/v2.5
https://developers.facebook.com/docs/javascript/examples
https://developers.facebook.com/docs/javascript/howto/jquery/v2.5
Post on user wall
http://stackoverflow.com/questions/2724977/using-facebook-graph-to-simply-post-a-wall-message-with-just-javascript
http://stackoverflow.com/questions/13810257/post-on-facebook-wall-with-javascript-sdk
https://gist.github.com/findjonmos/5777900
Get user profile data
http://stackoverflow.com/questions/5846752/getting-an-facebook-user-profile-data-with-javascript
MySQL Master Slave Database Replication
https://support.rackspace.com/how-to/set-up-mysql-master-slave-replication/
https://plusbryan.com/mysql-replication-without-downtime
http://www.webaugur.com/webdev/19-mysql-master-master-slave-s-database-replication.html
https://www.digitalocean.com/community/tutorials/how-to-set-up-master-slave-replication-in-mysql
https://www.digitalocean.com/community/tutorials/how-to-set-up-mysql-master-master-replication
https://www.digitalocean.com/community/tutorials/how-to-scale-web-applications-on-ubuntu-12-10
https://plusbryan.com/mysql-replication-without-downtime
http://www.webaugur.com/webdev/19-mysql-master-master-slave-s-database-replication.html
https://www.digitalocean.com/community/tutorials/how-to-set-up-master-slave-replication-in-mysql
https://www.digitalocean.com/community/tutorials/how-to-set-up-mysql-master-master-replication
https://www.digitalocean.com/community/tutorials/how-to-scale-web-applications-on-ubuntu-12-10
eshop kurimo teisiniai aspektai
https://www.ada.lt/index.php?lng=lt&action=page&id=721
http://www.webo.lt/internetines-parduotuves-steigimas-mokesciai-kurimas.htm
Esme: registurotis asmens duomenu tvarkytoju, asmens duomenu apsaugos inspekcijoje
http://www.webo.lt/internetines-parduotuves-steigimas-mokesciai-kurimas.htm
Esme: registurotis asmens duomenu tvarkytoju, asmens duomenu apsaugos inspekcijoje
htaccess gzip kompresijos ijungimas ir cookies isjungimas
paspartinti krovimui, tikslinga js,css ir paveikslus iskelti i cookieles domena. Kitiems ouslapiams tikslinga ijungti gzip kompresija.
http://www.xpertdeveloper.com/2012/04/htaccess-gzip-compression/
https://css-tricks.com/snippets/htaccess/active-gzip-compression/
Del cookie htaccess suvesti
Header unset Cookie
Header unset Set-Cookie
<FilesMatch "\.(js|css|jpg|png|jpeg|gif|xml|json|txt|pdf|mov|avi|otf|woff|ico|swf)$">
RequestHeader unset Cookie
Header unset Cookie
Header unset Set-Cookie
</FilesMatch>
Additional options
Here are other settings that you can add to the .htaccess file that can help reduce the request header even more. Also you may want to use a subdomain (cname) to load all your static content.
Header unset Pragma
FileETag None
Header unset ETag
http://www.xpertdeveloper.com/2012/04/htaccess-gzip-compression/
https://css-tricks.com/snippets/htaccess/active-gzip-compression/
Del cookie htaccess suvesti
Header unset Cookie
Header unset Set-Cookie
<FilesMatch "\.(js|css|jpg|png|jpeg|gif|xml|json|txt|pdf|mov|avi|otf|woff|ico|swf)$">
RequestHeader unset Cookie
Header unset Cookie
Header unset Set-Cookie
</FilesMatch>
Additional options
Here are other settings that you can add to the .htaccess file that can help reduce the request header even more. Also you may want to use a subdomain (cname) to load all your static content.
Header unset Pragma
FileETag None
Header unset ETag
kad websaitas pasileistu kaip app is mob darbalaukio
tam pakanka deti tokia zymas
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
Užsisakykite:
Pranešimai (Atom)