By default, CodeIgniter has one primary config file, located at “application/config/config.php” What if we want to have a custom configuration file? What if we want to create custom config array with desired name? Codeigniter allows a developer to create custom file but developer has to define values with $config array…
How to Recover Truncated Table and Recover Deleted Rows or Table
I want to introduce new thing to recover “Truncated” or “Deleted” record from MS SQL Server. This is very simple way to recover our data without any cost. I have tired this with SQL server 2008, 2010 and 2012. Note : If you want to recover your data, please do…
How to Speed Up a web site and increase Google pagerank
Hi, I would like to introduce that how to speed up your page/web site and increase Google page speed rank. This will also help you in SEO. To check you page speed and Analyze your web site online use following tool https://developers.google.com/speed/pagespeed/ http://gtmetrix.com/ Main Points for Speed up web sites…
Hiding SharePoint Application page (_Layouts Pages ) For Public Facing Site
For publishing site it is recommended to hide “_layouts” pages from crawling by search engines. When you create SharePoint public facing site using “publishing site” template it activates the feature “ViewFormPagesLockDown”. This feature prevents users from opening any of pages from “_layouts” folder. But this feature is not available in…
Google Analytic Opt-out
Recently we created a SharePoint public facing site. Site was launched and Google analytic was also enabled. Then we got into in situation when our client wanted that we do not access the site through browser else Google analytic information will trace our visit. Even though, parallel to this we…