Sunday, 24 August 2014

Make your Blogger Template load faster

| Sunday, August 24, 2014 | | | | | Be first to comment!

A fast loading website is a good website. In terms of both SEO and user experience. Google PR algorithm take into consideration time spent in downloading a page. Also, the bounce rate, that is, how many users left your blog as soon as they visited, without navigating to another article on your blog. When, page takes time to load user leave your page. Increasing bounce rate. Minify JS and CSS in Blogger Minified JS is must. In blogger platform,...

Wednesday, 20 August 2014

Top things to know when blogging using Blogger

| Wednesday, August 20, 2014 | | | | | Be first to comment!

When it comes to blogging, people get confused about whether to use Blogger or WordPress. Then they go to biased reviews. Some favour Blogger other favour WordPress. Next, when bloggers learn or start learning about SEO they again get stuck whether to take WordPress or blogger. WordPress maybe great in terms of SEO, but that doesn't mean SEO cannot be achieved by Blogger. I use Blogger, and implementing SEO could make things go better. The only problem is that you have to jump into some coding. Top things to know when blogging using Blogger This...

Sunday, 17 August 2014

How to Bring back classic menu on Ubuntu?

| Sunday, August 17, 2014 | | | Be first to comment!

Newer versions of Ubuntu have perfectly handled the application search and access. Now, you only need to press that super key and type to search. So, the dash is just enough. ALSO SEE: Customize Ubuntu for bloggers In older versions, applications were accessed from classic menu. Some users still find it better for easily accessing applications and want classic menu back on Ubuntu. Classic Menu on Ubuntu 14.04 Using the above is completely...

Friday, 15 August 2014

How to install Sublime Text theme on Netbeans?

| Friday, August 15, 2014 | | | Be first to comment!

PHP developers love Sublime Text. I have Sublime Text installed on Ubuntu. But Sublime Text is a text editor with modern features like code completion, syntax highlighting, etc. For bigger projects or when you have to meet deadlines, you are required to use some IDE to decrease development time. ALSO SEE: Install NetBeans IDE 8.0 on Ubuntu Import Sublime Text theme How to install Sublime Text theme on NetBeans IDE? Download Sublime Text...

How to install NetBeans IDE 8.0 on Ubuntu?

| Friday, August 15, 2014 | | | Be first to comment!

NetBeans IDE 7.0.1 is available on Ubuntu's Software Center. But the latest stable version online is 8.0. Also using the method below you are required to get programming language specific bundle only. If you are PHP developer, then why would you install IDE for Java or C or C++. Installing Netbeans IDE 8.0 Go to NetBeans official website and download the bundle required. There are 5 NetBeans bundle. NetBeans for Java SE, Java EE, C/C++, HTML5...

Monday, 11 August 2014

Android Auto: How Google can make it better?

| Monday, August 11, 2014 | | Be first to comment!

The Google I/O last month led to the launch of a range of Android products. The preview of the next version of Android — Android L — was shown off. Also updates to the Google Chromecast were announced along with the introduction of Android TV. Then there’s Android Wear; spawning the next generation of smartwatches. We pretty much knew about most of these before the keynote, except for Android Auto. Android Auto It’s a fact that people now spend...

Saturday, 9 August 2014

How to install JDK 8 on Ubuntu?

| Saturday, August 09, 2014 | | | Be first to comment!

JDK 8 on Ubuntu When setting up JDK 8 or any other version in Windows platform you are required to set PATH environment variable manually. In case of Ubuntu, you can skip that step and everything will work jut fine. Install JDK 8 Oracle JDK 8 stable version was released on 18th of March, 2014. $ sudo add-apt-repository ppa:webupd8team/java $ sudo apt-get update $ sudo apt-get install oracle-java8-installer Check Java Version To check the...

Make your email, website, blogs, twitter public on Facebook

| Saturday, August 09, 2014 | | Be first to comment!

Fans, users, new customer, etc want to contact you. Some users have their contact on business cards or on their websites, but not all. A lot of users, pick emails and other data from Facebook profile. Just to keep an option open. Moreover, you can control which email to show to which user. This will help you, and you won't get work related emails on your personal email account and vice versa. You can also select which email to put on your timeline. How...

Tuesday, 5 August 2014

How to record better quality sound without buying expensive microphones?

| Tuesday, August 05, 2014 | | Be first to comment!

Screencast are broken into modules. Improve each module and you'll get high quality screencast video. These modules are- Video Audio Record better quality sound for screencast To record screencast a number of screencast software are available, like Camtasia, Kazam for Linux, etc. These will help you in creating HD video in various format like avi, mp4, etc. When it comes to recording sound you need a microphone. Inbuilt microphones of...

Monday, 4 August 2014

Top applications to install on Ubuntu for Bloggers

| Monday, August 04, 2014 | | 1 Comment so far

Ubuntu is the third most used Operating System. Ubuntu is fast and secure and is backed up by a lot of free software. For blogging, there are some features and applications that are must. So, here is a list of all. Ubuntu for Bloggers Top Applications to install on Ubuntu Note taking Application - Springseed On windows and other platforms like Android, people use applications like Evernote. Evernote is a powerful note taking application....

Saturday, 2 August 2014

How to install Sublime Text in Ubuntu?

| Saturday, August 02, 2014 | | Be first to comment!

Sublime Text in loved most among PHP programmers. Sublime Text is a cross platform text and source code editor. Sublime text is not available from Software Center. It is not an IDE or Integrated Development Environment. But provides some features like code highlighting, auto code completion, multiple selections, split editing, distraction free mode, etc. Sublime Text on Ubuntu How to install Sublime Text on Ubuntu? Go to Sublime text official...