I was wondering how to utilise it fully while tab-browsing multiple websites.
Here is the answer,

You can see above that I have numerous tabs open in Safari.
(more…)UI/UX Designer from Mumbai, Maharashtra, India.
Free Tutorials
I was wondering how to utilise it fully while tab-browsing multiple websites.
Here is the answer,
You can see above that I have numerous tabs open in Safari.
(more…)Different ways of putting comments per file type on the World Wide Web exist.
Comments help the code developer explain quickly to third-party developers, designers, users, or even himself why he used that line of code and what function it performs in that web application.
So it is convenient to know how to put comments in your files in PHP, CSS & HTML.
Here is an example of how you will put comments in ‘HTML’ & ‘PHP’ pages (outside of the PHP code) & it will look like this:
<!-- comment here about what is going on -->
Comments inside of PHP code look like this:
<?php the_excerpt(); // Show excerpt and not full post content ?>
It is always a question with your iPhone, iPad, and iPod touch to identify your model is from which generation as Apple always says with their new release of their iOS that this version will work only with & above ‘iPad Generation 4 Models’.
It will also help to identify other details like Apple Care Protection Coverage & Support, Manufacturing Details, Valid Purchase Date, Telephonic Technical Support if Active, and Repair & Service Coverage. Note: It will also work with your Macintosh and other Apple (Hardware) Products.
Then, to identify your Generation of Your iPhone, iPad, or iPod touch, follow these steps
(more…)Choose which screen you want to capture, such as an iPad, iPhone, or iPod touch. Any iOS device will capture a screenshot of your display or screen in .png image format, which will be stored in your Photos app library.
Reference Image:
Step: 01
Hold down the On / Off Switch
Here is the solution to this problem: when you activate wp mu on your single domain, i.e. you add a subdomain through WordPress MultiSite, suddenly your pages are not showing up, and it is through the ‘404 Not Found’ Error…
First thing you have to do is navigate to:
(more…)I hope you have already designed your own questionnaire in Google Drive using Google Forms and Google Sheets. I assume you have linked your Spreadsheet to your Google form to collect submitted answers from people.
So, to generate mail or notification through mail, you have to do the following.
Step 01
Navigate to Spreadsheet, which is connected to your Google Forms in your Google account.
Step 02
Click on ‘Tools’ in Toolbar, Click on ‘Notification Rules’
Here is what I learned from Google’s Web Crawling algorithm over the years,
For the last three to two years, I have used ‘Design Portfolio | Mandar Apte’ as my title tag for my personal design portfolio website’s homepage, i.e. ‘Page Name | Website Name’. This is nothing more than to explain to people that they can get a complete insight into the website by just looking at the title on Google’s search result page.
But for the last few days, I got this result when I searched my name on Google. Yes, I was listed first when I searched for a name, i.e mandar apte,
But the result was something like this: ‘Mandar Apte: Design Portfolio’ instead of my curated title ‘Design Portfolio | Mandar Apte’. It seems Google altered my website homepage’s title tag on their search results. I was amassed, wondering why this should happen, and then I contacted Google support for the same.
& I got this answer from them…
(more…)Update: 14th December 2014
Google AdSense Now supports Websites in Indic Languages like Hindi.
So, if your website is in Hindi, you should be able to fetch AdSense Ads now.
See Image below:
I have a few blogs in English & few others that utilise my mother tongue, i.e. Marathi…
& It was weird that Ads on my Marathi Blog wasn’t showing Ads at all, All ad slots were appearing blank…
I even checked the original Adsense ad code back & forth, even rechecked my website’s HTML code, I even revalidated my HTML Code with w3c standards but found no errors, then I reported it to ‘Google Support’ but no use…
But I found the answers…
(more…)Check if you can see the below word and if you are unable to read then you have to do the following steps
‘मराठी’
Then follow these steps to enable ‘UTF-8’ Encoding on your Browser
If you are using Apple ‘Safari’ Browser
Then go to: ‘View’ tab > Select or hover on ‘Text Encoding’ tab > Select ‘Unicode (UTF-8)’
(more…)If you are on IE or ‘Internet Explorer’ Browser
Go to ‘View’ > Hover on ‘Encoding’ > select ‘Unicode (UTF-8)’
I am writing it down to help you secure your website & boost your WordPress website performance with this simple .htaccess hack.
Implement or copy-paste this code in .htaccess in your root of WordPress installation to secure wp-include only files.
# Block the include-only files.
RewriteEngine On
RewriteBase /
RewriteRule ^wp-admin/includes/ - [F,L]
RewriteRule !^wp-includes/ - [S=3]
# RewriteRule ^wp-includes/[^/]+\.php$ - [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L]
RewriteRule ^wp-includes/theme-compat/ - [F,L]