Auto authentcation for Gmail for Calendar entries
Facebook-Store
check these following URL for facebook Store
Video Tutorial
If site is very slow add following adjustment in MySQL file my.conf
in MySQL file my.conf
innodb_buffer_pool_size=12M
innodb_additional_mem_pool_size=500K
innodb_log_buffer_size=500K
innodb_thread_concurrency=2
key_buffer_size = 32M
thread_cache_size = 8
query_cache_size = 256M
query_cache_limit = 256M
tmp_table_size = 32M
max_heap_table_size = 32M?
Timeline – Ideas for website to show year wise or time wise data
- http://preview.codecanyon.net/item/first-responsive-timeline/full_screen_preview/19352502?ref=jqueryrain
- https://codepen.io/codyhouse/full/FdkEf
- https://www.w3schools.com/howto/howto_css_timeline.asp
camera
Colorbox code Working with AdminLTE
Hello Guys,
We can use colorbox for image slide and other purpose and can refer to attached zip file for colobox example.
http://www.jacklmoore.com/colorbox/
MySQL my.ini settings for some purpose
We found sometimes when we download a DB from a server which have uppercase and lowercase mix data and when we import it in our local machine the case of table name and fields changed.
resizing cony and crop images and curl images
We have used resizing etc in gur project at modules/header_optimized.module.php
and used curl image download in doyouwork project for driver image download from another server
Speed issue of google, speeding up page rendering
https://developers.google.com/speed/docs/insights/EnableCompression
https://htmlcompressor.com/compressor/
for speeding up
http://www.inmotionhosting.com/support/website/what-is/how-to-enable-gzip-moddeflate
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</IfModule>
<FilesMatch “\.(jpg|jpeg|png|gif|swf|css|ttf|js)$”>
Header set Cache-Control “max-age=604800, public”
</FilesMatch>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</IfModule>