Showing posts with label Quick Blog. Show all posts
Showing posts with label Quick Blog. Show all posts

Saturday, October 7, 2017

TODOIST SUBSCRIBERS DONOT GO PRIME

TODOSIT is a really cool app I'm using these days to set my daily goals. Todoist helps to add tasks and manage out tasks in an easy way. Wherever we are or whatever task we want to logs in any projects we can do it here at TODOIST.
Todosit has many features that are available for free, which are listed below:
  • Access tasks everywhere
    With apps and extensions for 10+ platforms, your tasks are always there: on mobile devices, web browsers, inboxes, and more.
  • Collaborate on shared tasksShare unlimited tasks with anyone – colleagues, family, friends – and collaborate in real-time on shared projects and goals.
  • Distraction-free designYour tasks are a big part of your life. Stay motivated and organized with Todoist’s intuitive and beautiful to do list.
  • Subtasks
  • SubProjects
  • And manymore which you can find in their official site

But it says you to go PREMIUM for Setting REMAINDERS


But I don't suggest you to go PRIME and pay for a feature which should be paid. With this easy trick you can get the remainder for free.

TODOIST PREMIUM FOR FREE

  • Go to the Todoist App
  • Go to Settings menu on your browser's top right area
  • Go to the Integrations
  • Now choose Google Calendar
  • Sync your Google Calendar with Todoist app.
    On your mobile phone you might be using some applications for getting the remainders like: SPlanner or the Google Calendar itself. For most of the Smart phone from Samsung which runs Android they have Splanner as default Samsung Apps.
  • Now Create a new Task something like:
    "COFFEE at 14:00 with Techjhola"  as  a remainder.
  • Your todo items will now automatically get synced with Google Calendar and you will get a remainder on your phone.
DON'T GO PREMIUM UNLESS YOU CAN HACK any apps in any possible ways. Because sneaking out and taking advantages of loopholes is more fun than paying money.
Cheers!
Happy Blogging

Related Articles

Tuesday, September 26, 2017

GitHub: Create your Awesome Resume with resume.github.io

Today's blog is informative as well as interesting. It's a fun post which I found today on Github. While I was googling several ways of creating resumes, I found this site resume.github.io which generates your resume based upon your contribution on github. 

Interesting part about this resume generating site is that on  6 Feb, 2011 Creator of jQuery John Resig tweeted something about Github Commit logs over a resume: 
After this David Coallier started a project GITHUB RESUME GENERATOR on the same day 6 Feb, 2011.

resume.github.io

All you need to do is enter your github username and press enter. It will automatically crawl to your repository and creates a resume for you. Resume covers following section:
  • Name
  • GitHub Profile
  • Website
  • Languages
  • Popular Repositories
  • Contributions
  • Organizations
These info are all you need to let people know what kind of developer you are. Rather than the long page CV this GitHub resume will help define your skills, community participation in open source projects as well as contribution and level of expertise which tech companies are always searching for.

So from now on, if a company asks for your resume provide them your github resume :)

Monday, September 18, 2017

GITHUB: HOW TO CREATE A WEBSITE WITH GITHUB PAGES?


Many of us have created sub pages from domains who let us host some space for free like .me, .wordpress.com, .blogspot.com. We used such domains for displaying our profile online. Back in 2008, Github announced GitHub Pages. GitHub Pages allow you to publish web content to a github.com subdomain named after your username. We don't need to worry about the database and many other tedious process of hosting and having it available 24*7. 


CREATING GITHUB PAGES

You don't need any technical expertise to publish your web content. You can create a GitHub page following few steps which I'll be explaining in today's blog. Before that I will be explaining different ways of publishing a page at GitHub. 

First way of publishing GitHub page is easy one. You can create a page from settings of your repository.
Second way of publishing a GitHub page is directly adding content to the repository. These contents within your repository will point to the github page.
Third way is by using Jekyll framework which helps you to create a blog like website just by pushing the content to your repository.

In this blog I'll explain first two ways of publishing GitHub pages. Using Jekyll Framework is not that hard. I've tried building GitHub pages with Jekyll Framework, but I'm not prepared right now to demonstrate. I'll be writing another blog to explain how to use Jekyll framework for building Blogs with Jekyll Frameworks. 

First Method
  • Create a repository and keep the repository name exactly the same which is something like: your-username.github.io
  • This is the default GitHub page that will be displayed. In case you want to create a repository page for any of your project. You need to keep it in mind that Url for your repository's page will be appended to your main github page
  • Make sure your repository has any of these two files: README.md or index.html
  • This tells GitHub Pages that the repository contains web contents that needs to be hosted.
  • Go to Settings of your Repository. Scroll down and you will see this GitHub Pages:
  • Choose a theme. There are a number of themes available for creating the Github Pages:
  • Select one of the theme and save the changes and you can see the github page build already.
  • Browse it whose url is: your-username.github.io

SECOND METHOD
Well second method came in the middle of first step because this has something to do with the first Image above i.e. the GitHub Pages Section.
    • Github pages are disabled by default. Click None and you will see three options


      In your master branch if you are going to display the README file as the default information. Choose Master Branch.
      If all your web pages are hosted in the master branch and your index.html is hosted in aster Choose Master Branch.
      If you have an ongoing project codes in the repository and you plann to separate the project's Wiki that will be displayed as github page in a separate folder, name that folder as docs. Then select the second option.master branch /docs folder.
    These are two easy methods of hosting your github Pages. The third One i.e. using Jekyll Framework, I'll soon be writing a blog post about it and explain steps by steps how to use it for creating a GitHub Pages.
    RELATED ARTICLES:

    Friday, August 4, 2017

    GITHUB: Shorten your GitHub Repository Url with GIT.IO

    Today's Article is a quick glance about this less known feature provided by Github: GIT.IO . What GIT.IO does is shortens your repository's url. Seems pretty basic us, but this actually plays a significant role for those who always stick to GIT BASH.

    Most of us during our web application development use the Command Line Interface. They are so ease to use rather than using drag and drops or simultaneous clicks for a single task. CLI is next cool technology trend that every software framework are fascinated about. So whenever we start a new project we initialize the project configuration via Command Line Interface.

    I do some AngularJs Web App development. Talking about my way of configuring projects i normally do npm init which within next steps asks for the github repository. So either I need to copy paste the git repository or type it manually. And here by shortening the repository url with the help of GIT.IO all we need to keep not of is the fiveunique characters linked with the git.io url like shown below:

    Here I shorten url of a repository that belongs to a organization that I'm involved with:
    Later this long url turns out to be short with just 5 characters appended to git.io.
    It would have been even more helpful if github could provide short urls for any Url. But git.io only shortens GitHub.com URLs.


    RELATED ARTICLES:




    Thursday, July 13, 2017

    How To Integrate Disqus in Blogger?

    Disqus (pronounced discuss) is a worldwide blog comment hosting service for web sites and online communities that uses a networked platform. The company's platform includes various features, such as social integration, social networking, user profiles, spam and moderation tools, analytics, email notifications, and mobile commenting.

    Why Disqus?

    • User can post comment, vote comment, flag comment and share comments to social networks. Also they can subscribe to comments.
    • You will get notification to your email for each new comment.
    • A commenter can attach media files (image, video) in their comments.
    • You can see your site’s comment activity in a graph.
    • You can set custom avatar for comments for those who don’t actually display their avatar.
    • Commenter can post their comment as guest or they can post using their open ID.
    • Disqus adds real time threaded comments and shows a related discussion below comments which reduces your bounce rate.
    • You can make money from Disqus by showing recommendations just like nRelate related posts.
    There are two different way to integrate disquss in any of the content management system(CMS). You can either do all the configuration from the disqus website or do it from your blog gadgets and templates.You just need to choose a platform and follow the instruction.

    As our site is hosted in blogger. I did exlpore ways to integrate blogger and disqus. I wanted to integrate it so much because this medium of comment posting is similar to that of some of the great news sharing sites reddit and 4chan. Like these sites, disqus also maintains the threads within thread,  vote ups, as well as the recommendation of comments and sharing them. You can not only expect if your blogger read the blogs but with the help of disqus now you can also get their valuable feedback.


    Configuration from blogger(Manual work):
    • In your blogger Dashboard , Click "Layout", and Click "Add a Gadget below the blog text area of your layout where your blog is posted.
    • Clicking the "Add a Gadget", you will see the collection of Gadgets made available by blogger as well as third parties. Search for "HTML/Javascript"
    • Enter the title of the gadget as "Disqus".
    • Save the gadget and also save the arrangements.
    Now we will add a disqus code inside that gadget from our Template section. Before doing that make sure that you have created a disqus account. If not signup now it is too easy, Signup and get a username.
    • Now again go to the dashboard and Click "Template". Then click "Edit HTML".
    • After that click within the code area and find the text "Disqus". (Searching is done by CTRL+F key combination)
    • After you find the code block expand the code division.
    • Find the code snippets withing that division and remove them.
    • Instead of those codes you just deleted, copy the code mentioned below:
    • That's It. Now Save your template.
    • Don't forget to hard refresh your blog( Which is generally done by pressign CTRL+ F5)
    You Should now see a  disqus comments area just below your website. Cheers1

    Wednesday, June 28, 2017

    3 Basic Things to do After Installing WordPress

    Now that you’ve successfully installed WordPress site and its up and running, now you can login to your WordPress site’s dashboard. Read this post to know how to visit WordPress login page of your site. After you’re logged in, there are many options to play with. This is the main backend section of your site. Everything you see on the front-end, the menus, header, sidebar footer, widgets, design, etc everything can be manipulated from here.

    Once you’re familiar with the WordPress dashboard, you can easily customize your WordPress site as per your requirements. You can either turn it into a blog, company or personal site, or even a social network.
    But beginners might get to get started, so here are 3 basic things which a WP user can do after fresh installation of their WordPress site.

    1. CHANGING WORDPRESS THEME

    For starters, changing their WordPress site theme can be a confusing task. So, here a quick guide for WordPress beginners which shows how easy they can change WordPress theme on their website.
    Installing Wordpress Theme on Your Website
    • Log in to your WordPress Dashboard
    • Visit Appearance Menu > Themes
    • Now click Add New Button
    • In WordPress repository themes are subdivided under three categories: Featured, Popular, Latest. You may search for the theme of your choice. Hover over any theme’s thumbnail to Preview the theme and once you come across a theme you like, click Install button.
    • If WordPress asks for your FTP credentials, Add your HostName, FTP username and Password and Click the Proceed button.
    WordPress will now install the theme and you can click Activate to use the theme for your website.
    Installing Themes Downloaded From outside WordPress Theme Repository
    Some may want to install themes downloaded from outside the WordPress theme repository. To do so,
    • Make sure you’re logged into your WordPress Dashboard
    • Visit Appearance Menu > Themes
    • Click Add New to go to Add Themes page
    • Now click on Upload Theme Button
    • In the next page, you can upload the theme which you downloaded
    • If asked, Add your HostName, FTP username and Password and click the Proceed button
    Now the theme will be listed in Themes section, now click Activate to use the particular theme for your website

    2. ADDING A USER

    WordPress provides you to add users with different kinds of roles: Super AdminAdministratorEditorAuthorContributor and Subscriber. Each roles have different actions which permits each users to perform various tasks.
    Adding a User to Your WordPress Site
    • Login to  your WordPress Dashboard
    • Go to Users Add New
    • Enter Username (used for logging in), EmailName and other details. If you want to manually set a password for that user, click on generate password. WordPress will automatically generate a strong password, or you can enter the password manually in the password field.
    • Carefully select the role, which you’d want to assign to that user
    • Click on Add New Use
    Now the new user can have access to your WordPress site with the role which you’ve assigned.
    Note: If you do not generate password while adding the user, the user gets a link in their email, which lets them set their own password.

    3. ADDING MENUS

    WordPress provides its users an easy and user-friendly interface to quickly manage menus in their site. Menus are one of the must have elements for easy navigation. WordPress users can add various items like categories, tags, pages & custom links to their menu.
    Adding Menus to Your WordPress Site
    • Login to WordPress Dashboard
    • Go to Appearance > Menus
    • Click on Create Menu
    • Add Name to your Menu and click on Create Menu
    • Select items (categories, tags, pages, custom links) you want to add in your Menu and Click Add to Menu
    • Select the theme location option where you want to place the Menu
    • Drag items to arrange their position (order them in the way you want them to appear)
    • Click Save Menu
    WordPress automatically places the menu which you’ve just created to the location where you wanted it to appear.

    Tuesday, June 27, 2017

    How to Prevent Others From Embedding Your YouTube Video


    When you upload a video on YouTube, the video will be by-default publicly published and also other can embed that video on their websites/blogs, until you manually play with the video settings. But some users might want their video to be public (able to be searched on YouTube), but do not want other people to embed their video on external sites.
    Well, here’s a quick guide that shows how you can prevent others from embedding your YouTube video.

    PREVENTING OTHERS FROM EMBEDDING YOUR YOUTUBE VIDEO

    • Login to your YouTube account
    • Visit Videos Manager after you’re logged in
    • Now find the video which you do not want others to embed, and click on edit option
    • Go to Advanced Settings
    • Uncheck Allow Embedding option, below Distribution options heading
    • Finally click on the blue Save Changes button
    Now on other people won’t be able to embed your that specific video on their Websites and blogs.

    Monday, June 12, 2017

    How to Run Any Chrome App as a Desktop Apps in Windows 10

    Previously on my Windows8.1 Machine, I installed Google Keep from Chrome Application Store. Chrome automatically set the app as my Desktop Application. After I installed Windows 10, it didn't happened automatically. I didn't  see Google Keep installed on my machine. So I did a small tweak from which I will now onward use my Chrome browser to run an instance of my desired chrome app from Desktop only. I wont need to open Chrome and type the url time and again.



    Following are the steps to Create Shortcuts of the Chrome Apps, which lets us browse standalone apps as our new desktop Apps.

    • Right Click your Desktop
    • Add New Shortcut
      Add this path to the interface shown below:
      "C:\Program Files(x86)\Google\Chrome\Application\chrome.exe" --app="https://keep.google.com"
      What this does is, it uses the Chrome Application installed on your local machine and provides an instance to launch Google Keep.
    • Next name the application as Google Keep or simply Keep as your wish.
    • Save it.
    • You will now see a new shortcut icon of chrome on your desktop like shown below:
    This icon is little confusing. It would be better if you could get the Google Keep Icon for Keep. Otherwise you will be confused when you will try to open chromium browser next time. So this is quite simple. All you need to do is:
    • Right Click your Shortcut that you recently made.
    • Click to the properties.
    • There you can see Change Icon
    • Download the Google Keep Icon and locate that icon.
    • Save it
    And here we are with separate icon for separate app. This small tweak is valid for every chrome apps.All you need to do is change the url of the app in this particular section: "C:\Program Files(x86)\Google\Chrome\Application\chrome.exe" --app=keep.google.com. Instead of keep.google.com you can replace it with pictures.google.com or contacts.google.com as you wish.

    Here you can see I created five new Desktop Apps i.e. linked Chrome Apps as shortcuts which are now browsable as desktop apps on my Windows 10 Machine.
    Regarding Memory usage:  I find out that all apps ran independently are threaded inside chrome app in Task Manager and consume memories which is managed by Chrome itself.

    Related Articles:

    Tuesday, April 25, 2017

    How to Free up Google Photos Storage From Google Drive

    Over a period of time your phone definitely takes tons of photos and if you’re using Google Photos to backup your photos then I’m sure the storage might have been used to some GBs. Google Drive allows you to store max 15 GB of data (Drive, Gmail & Google Photos). For high-quality photos, Google gives you unlimited storage. But if the images are stored in original size, the upload quota is limited.
    So if your photos have been accumulated in your drive account in original size and the storage is about to bid you bye bye, well here’s a way-out to free up Google Photos storage from Google Drive.
    FREEING UP GOOGLE PHOTOS STORAGE
    You can download all of your Google Photos to your local machine using Google Takeout.
    Visit Google Takeout page and select the app Google Photos and click the “next” button to grab all the photos from your Google Account.
    After you’ve downloaded all your photos (make sure you have all of them), delete the online copy of photos from Google Photos app.
    Now within Google Photos app, visit settings > backup and select the quality of photos to “high quality”. Selecting high quality gives you unlimited storage quota for backing up your photos in Google Photos.

    Saturday, April 1, 2017

    How to Visit Your WordPress Login Page


    WordPress beginners might find it difficult to find and visit their WordPress login page. WordPress login page is the admin section of WordPress site which lets authentic users to login into their site’s dashboard, so they can manage their WordPress site from the back-end. Once you’re logged in to your WordPress dashboard you can publish posts & pages, change appearance, add or delete themes & plugins, add or remove users, and manipulate various site elements.
    Once you’re familiar with WordPress, everything becomes quite easy. You can have a better site running under 5-10 minutes. But to edit your WordPress site app per your needs, you’ll first need to login to admin dashboard vi WordPress login page.

    FINDING YOUR WORDPRESS LOGIN URL

    You can simply access the login page of your WordPress site by entering /login/ or /admin/ slug after your WordPress site’s URL.
    http://www.example.com/login/
    http://www.example.com/admin/
    These URL automatically redirect to the main login page of your WordPress site. If they do not properly redirect, you can make use of following URLs.
    http://www.example.com/login.php/
    http://www.example.com/admin.php/
    The above example URLs are for the WordPress site running on the root domain. If you’re running your WordPress site on a subdomain, then you can access your site’s login page by adding /login/ or /admin/ slug to the subdomain URL. But if that does not redirect properly to the login page, use following URL structure.
    http://subdomain.example.com/login.php/
    http://subdomain.example.com/admin.php/
    Once you’re familiar with these URL, you can easily access WordPress login page of your site or blog.

    Wednesday, March 22, 2017

    Windows 10 : How to Disable Login Screen Background Image


    Windows 10 included Hero wallpaper that comes as a default wallpaper in final build of Windows 10. It also popped in the same image for the login background.
    It might have pleased a few people but most of the people out there don’t seem to have liked it.

    DISABLING THE LOGIN SCREEN BACKGROUND IMAGE IN WINDOWS 10

    • Go to Start > type regedit
    • On the folder tree (left side of regedit window), open HKEY_LOCAL_MACHINE > SOFTWARE > Policies > Microsoft > Windows > System
    • By clicking System, you can see (Default) file on the right pane of the window.
    • Right-click on the empty area > New > DWORD (32 bit) Value
    • Name the file DisableLogonBackgroundImage (Remember: Name the file exactly mentioned here)
    • Double-click the file:
      • To remove the Windows Hero background, set the Value data to 1.
      • To restore the Windows Hero background, set the Value data to 0.
    This method sets the accent color to the background image in login screen. In the internet, you may find 3rd party software that commits to set user defined image but after the KB3081424 Windows Update, it seems to cause screen flickering issue between Lock Screen and Login Screen.

    Sunday, February 19, 2017

    Oracle VM VirtualBox Manager: Add Network Drive / Shared Folder in Windows Server 2012 R2

    Share a folder outside the VM in computer's drive and add a network location inside i.e. from Virtual Machine enabling the Guest Addition. This enables access to your shared folder.

    In computing, this situation of inadequate softwares/tools/operating systems occurs quite often if you are a tech junkie who loves experimenting numerous tools or operating systems on your single machine. Harddisk partitioning for dual boot operating system is one popular solution to accommodate two

    Today, I did Windows Server 2012 setup on my Oracle VM VirtualBox Manager which was an easy task. But right after I completed the setup, I find out that  I was unable to access my computer files and folders from the virtual machine I set up.

    So this blog is about my findings on accessing your machine's drive (file and folders) while you are  using an operating system installed inside your virtual machine. This is actually a simple task and it took me less than five minute to configure but at least half an hour to find the solution.

    I'm using Oracle VM Virtual Box Version 5.1.8 r111374(QT5.5.1). While I tried to add a network drive for using local partition as a shared drive on my newly installed Windows Server 2012 in my VM following error was encountered:
    Oracle VM requires the VirtualBox Guest Addition be enabled in order to add shared folder. The error message also also tells how to use virtual machine inside the virtual machine. Our task now is to install guest addition. To do so:
    • Go to Devices menu
    • Select Insert Guest Additions CD image
    Install the Guest Addition for Virtual Box. after installation of Guest Addition, we are now able to add the guest drives to access from virtual machine. Now this is how we add shared drives:
    • Right Click your Virtual Machine
    • Click Settings
    • Click Shared Folders

    • Add a Machine folder
    • Not that in order to access any folder from you virtual machine you first need to change the folder properties and share it. Only the shared folders are accessible.

    After you've shared a folder outside the VM in your computer's drive and added a network location from the inside  i.e. from your Virtual Machine enabling the Guest Addition. you can now easily access the shared folder.



    This was a simple yet useful tips that I've shared in this blog. On my Next blog I will share how to download files from your web browser (Internet Explorer which is the default browser available) in a Windows Server. 
    HAPPY BLOGGING 

    Friday, January 27, 2017

    How to Free up Google Photos Storage From Google Drive


    Over a period of time your phone definitely takes tons of photos and if you’re using Google Photos to backup your photos then I’m sure the storage might have been used to some GBs. Google Drive allows you to store max 15 GB of data (Drive, Gmail & Google Photos). For high-quality photos, Google gives you unlimited storage. But if the images are stored in original size, the upload quota is limited.

    So if your photos have been accumulated in your drive account in original size and the storage is about to bid you byebye, well here’s a way-out to free up Google Photos storage from Google Drive.
    FREEING UP GOOGLE PHOTOS STORAGE

    You can download all of your Google Photos to your local machine using Google Takeout.

    Visit Google Takeout page and select the app Google Photos and click the “next” button to grab all the photos from your Google Account.

    After you’ve downloaded all your photos (make sure you have all of them), delete the online copy of photos from Google Photos app.

    Now within Google Photos app, visit settings > backup and select the quality of photos to “high quality”. Selecting high quality gives you unlimited storage quota for backing up your photos in Google Photos.

    Thursday, January 26, 2017

    Blogger Tips:How To Add Dynamic Pages in Blogger?

    Today in this blog we will be showing you following Customization on Blogger which helps in presenting and organizing your individual blogs in separate pages with the help of Labels.These tips are some of the basics HTML implementations which most of the bloggers implement during their blogger setup. I hope this basic tips will help you somehow.
    • Adding Labels in your Menubar
    • Removing the Status Message from your code which displays the Label Info 

    One disadvantage of hosting your blog in blogger is that, you cannot submit your post in separate pages. You can add as many page as you want too. These pages are labeled as domainname.com/p/pagename and are static. If you want to customize them, it will take a great effort and technical expertise. But instead of adding pages which are static, you can use Labels.
    Labels are words that identifies as article falls under which category. So with the use of Labels you can have bunch of articles under a category. Then you can add your categories in the Menubar. Adding categories in the menubar acts like new pages in your blog.Below are the steps which will illustrate how to add search labels in menubar:

    Adding Labels in your Menubar

    1. Load your Website in a web browser
    2. Inspect the Element of your menubar
      (Right Click + Inspect Element)
    3. You can see that menubar is wrapped inside the division with id menu-wrapper in the HTML. 
    4. Now go to your Blogger Dashboard
    5.  Click Template  and click Edit HTML
    6. Click inside the code and find the element menu-wrapper
      (CTRL + f)
    7. Below the menu-wrapper you can find the lists of items like Menu or Home listed. Below these sections add your lebel like shown below:
    8. This way you can add search label to your blog in the menubar.
    Now that you have added the menubar, blogger still has one drawback that is it displays a message saying "Showing All posts with Lebellabelname. Show All Posts". A screenshot of the blog aakarpost.com is shown beblow which displays same message for its labels:

    Removing the Status Message from your code which displays the Label Info

    We can remove this message as well by removing modification of your template. Find for the class "status-msg-wrap" in your template like you located menu-wrapper earlier. Now remove the class status-msg-wrap from the code.


    That's all you need to take care about. You need not change the css propertied defined for that class because the css is inactive after it does not find any id or class.


    About Me

    authorHello, my name is Jack Sparrow. I'm a 50 year old self-employed Pirate from the Caribbean.
    Learn More →