Sunday, 16 November 2014

Computer Tips

Hello ,


My Skype : shibbir431

please add me on skype , it will help us for smooth communication.

My paypal id : muhib_m@yahoo.com

My work mail : riyadabc@gmail.com

Thanks

Computertips55

Wednesday, 12 November 2014

Resume of Muhibul Haque

A K M Muhibul Haque                                                                                           
Phone: +8801676128150

Scholastic Track Records:

Exam Title

Department/Group

Institute

Result

Passing Year

         Graduation

  Computer             Science

Tejgaon College
Running
2009 - 2013
H.S.C.

                

               Science

Gurudayal Govt. College
GPA: 4.00
(scale of 5.0)
2009
S.S.C.

                

               Science

Kishoreganj Govt Boys School
GPA: 4.69
(scale of 5.0)
2007

Experiences & Activities
Expert on Search Engine : I am working on SEO sector for last 7 years and i have work experience with the number of SEO company of Bangladesh . Devsteam the world champion SEO company in Bangladesh. They got frist place on a SEO competion on freelancer.com
I have deep knowledge on search termionology , advance search terms , google bot , google services and many more . I have confidence if i get chance i can profe myself as i am quick learnable person. I can catch any IT related things easily.

Odesk : Have work experience on odesk over 500+ hour related to On Page Seo Jobs . Some sample work done by me are listed below:
1.      Link removal
2.      Site Speed Improve
3.      .htaccess file editing for (Cache Time Setup , 301 redirection , WWW Redirection)
4.      Competitor analysis
5.      Canonical issue
6.       Data Structure – Schema.org
7.       Web Development – Wordpress Theme Development (Basic)
8.       301 & 404 Redirection Problem Solution
9.      Youtube Video Ranking
10.  Google Authorship Setup - Rich Snippet

Elance : I also worked on elance.com related to search engine.
PPH: I have worked on People Per Hour also.
Fiverr: I have worked on Fiverr also.
Language Proficiency
  • Good command over Spoken & Written Bengali.
  • Good command over Spoken & Written English.


Computer Skills
·         Operating System               :  Linux Redhat Enterprise , Linux Network Setup , Server Setup , Mail Server Configure
·         Hardware : Completed 6 month diploma on Hardware and Networking on DIIT (Dafodil Institute on Information and Technology)

·         SEO : Devsteam Institute

·         Linux : Linux PathShala




Personal Details

Name      
: A K M Muhibul Haque (Alamin)
Father’s   Name              
: A K M Nurul Haque                                                                         
Mother’s Name                   
: Mita Haque
Date of Birth                       
: June 30 , 1992
Permanent Address             
: Vill: Tarapasaha, Post: Kishoreganj, Thana: Kishoreganj Sadar, Dist: Kishoreganj
Religion                               
: Islam
Nationality
: Bangladeshi
Marital Status                      
: Single
Sex                                       
: Male
Height 
: 5 feet 9 inch
Weight                                 
: 53 kg
Blood Group                        
: AB- (AB Negative)


Muhib
muhib.JPG
……………………………………..                             
Signature


Saturday, 22 February 2014

caching from htaccess


https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess



<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"
</IfModule>



<IfModule mod_expires.c>

    ExpiresActive on
    ExpiresDefault                                      "access plus 1 month"

  # CSS
    ExpiresByType text/css                              "access plus 1 year"

  # Data interchange
    ExpiresByType application/json                      "access plus 0 seconds"
    ExpiresByType application/xml                       "access plus 0 seconds"
    ExpiresByType text/xml                              "access plus 0 seconds"

  # Favicon (cannot be renamed!) and cursor images
    ExpiresByType image/x-icon                          "access plus 1 week"

  # HTML components (HTCs)
    ExpiresByType text/x-component                      "access plus 1 month"

  # HTML
    ExpiresByType text/html                             "access plus 0 seconds"

  # JavaScript
    ExpiresByType application/javascript                "access plus 1 year"

  # Manifest files
    ExpiresByType application/x-web-app-manifest+json   "access plus 0 seconds"
    ExpiresByType text/cache-manifest                   "access plus 0 seconds"

  # Media
    ExpiresByType audio/ogg                             "access plus 1 month"
    ExpiresByType image/gif                             "access plus 1 month"
    ExpiresByType image/jpeg                            "access plus 1 month"
    ExpiresByType image/png                             "access plus 1 month"
    ExpiresByType video/mp4                             "access plus 1 month"
    ExpiresByType video/ogg                             "access plus 1 month"
    ExpiresByType video/webm                            "access plus 1 month"

  # Web feeds
    ExpiresByType application/atom+xml                  "access plus 1 hour"
    ExpiresByType application/rss+xml                   "access plus 1 hour"

  # Web fonts
    ExpiresByType application/font-woff                 "access plus 1 month"
    ExpiresByType application/vnd.ms-fontobject         "access plus 1 month"
    ExpiresByType application/x-font-ttf                "access plus 1 month"
    ExpiresByType font/opentype                         "access plus 1 month"
    ExpiresByType image/svg+xml                         "access plus 1 month"

</IfModule>

compress from htaccess

## Compress Start##
# compress text, HTML, JavaScript, CSS, and XML
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

# remove browser bugs
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
## Compress End ##

seo important links and notes

Seo site speed increase plugins site:

http://www.smashingapps.com/2011/01/27/13-most-robust-wordpress-plugins-to-speed-up-your-blogs-loading-time.html


http://www.askapache.com/htaccess/htaccess.html     .htaccess library

https://developers.google.com/speed/pagespeed/insights/

www.tools.pingdom.com

www.gtmetrix.com

expired domain search

http://www.expireddomains.net/deleted-com-domains/

strier@deliveringcustomers.com

Geo Meta Add

http://www.geo-tag.de/generator/en.html



nice slider

http://www.jssor.com/demos/vertical-slider.html



youtube

http://www.youtube.com/user/TheHealingOracle



escort template

http://www.escortwebtemplates.com/






Masud suggest

http://www.smartpassiveincome.com/blog/

http://www.nichepursuits.com/niche-site-project-1-overview/





https://www.stickynumber.com/
Your UK number is: 07031941766
To call internationally dial: +44 7031941766


SMM

http://allmonitors.net/


seo wordpress

http://wp.tutsplus.com/tutorials/plugins/the-beginners-guide-to-wordpress-seo-by-yoast-social-settings-facebook-google-plus-twitter/


telegu

http://www.youtube.com/watch?v=GHaA34RM50c


Traffic 10000  for 5$

https://forums.digitalpoint.com/threads/10k-guranteed-human-visitors-for-5.2262950/#post-16658677



seo tools

--SENukeX

--Scrapebox,

--Article Samurai

--TheBestSpinner

--TweetAdder




Meta

http://www.iacquire.com/blog/18-meta-tags-every-webpage-should-have-in-2013/


Social Bookmarking Site list

http://www.vmoptions.com/social-networking-list.php


Directory list

http://info.vilesilencer.com/top

http://www.thesearchenginelist.com/directory.html


domain authority check

http://mozcheck.com/

http://moonsy.com/domain_authority/

Js Compresser

https://developers.google.com/closure/compiler/docs/gettingstarted_ui
https://developers.google.com/speed/docs/best-practices/rendering#SpecifyImageDimensions
https://developers.google.com/closure/compiler/
http://gtmetrix.com/leverage-browser-caching.html
http://gtmetrix.com/enable-gzip-compression.html
https://developers.google.com/speed/docs/best-practices/payload#CompressImages
https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess


bounce rate

http://earntricks.com/tipsandtricks/4506


youtube compressor

http://www.youtube.com/watch?v=BCApb5NkzzI


social bookmarking list canada


http://website-submissions.blogspot.com/2013/12/social-bookmarking-sites-canada.html

http://www.freeseoresources.in/2013/09/free-canadian-business-directory-and.html

Domain buy expired

All of the domains must have a page Authority (from OpenSiteExplorer.com) of 30+

All of the domains must have a page Authority of Citation Flow (from MajesticSEO.com) of 15+

All of the domains must have a Trust Flow (from MajesticSEO.com) of 15+




affilitate bangla tutorial

https://www.youtube.com/watch?v=eV1TnGGK2Oc

https://www.youtube.com/watch?v=mdaghMX7FTo

9867



top 20 business directory in canada

http://blog.woorank.com/2013/09/free-business-directories-in-canada/

Facebook like

http://www.likermoo.com/
http://extreamliker.com/
http://power-like.tk/
http://fb-autolikes.com/
http://hublaa.me/
http://vimuo.com/
http://likelo.com/

nice odesk profile

https://www.odesk.com/users/~01be621a567c77baef