Blog(41)
Read More..
Custom Close Button : Magnific Popups J Query
Shiva Bhusal (Software Engineer) 0 Min. Read Sep 30, 2014
Rails Ruby JS
We can close magnific popup in various ways We can add a button within the popup and assign a function on click event like $(‘#close-button-verify’).click(function(){ //This will close the most recently popped dialog //This method specially works for auto popped dialogs i.e. //Popup you opened using $.magnificPopup.open() $.magnificPopup.close(); }); If popup is triggered via onClick […]
Read More..
Easiest Way To Send E Mail Via Rails : Action Mailer
Shiva Bhusal (Software Engineer) 2 Min. Read Sep 29, 2014
Rails Ruby JS Action Mailer Email
It’s very easy to send Email via rails 3 and above. You just need to write few lines of codes and you are done. There are two ways you want to send email You can just send email via any Email address you wish, eg: someone@example.com Next is, you can send email via email servers […]
Read More..
Nepal Telecom Mail Settings | Sending Emails From Isp
Shiva Bhusal (Software Engineer) 1 Min. Read Sep 28, 2014
Rails Ruby JS Nepal Telecom Email Setting
Read More..
What Does Enctype=’Multipart/Form Data’ Mean In A Form
Shiva Bhusal (Software Engineer) 0 Min. Read Sep 25, 2014
HTML Form Encoding Multipart
HTML forms provide three methods of encoding. application/x-www-form-urlencoded (the default) multipart/form-data text/plain The specifics of the formats don’t matter to most developers. The important points are: When you are writing client-side code, all you need to know is use multipart/form-data when your form includes any <input type=”file”> elements. When you are writing server-side code: Use […]
Read More..
Read More..
Linux (Ubuntu): Show Current Git Branch In Terminal’S Prompt
Shiva Bhusal (Software Engineer) 1 Min. Read Sep 13, 2014
Rails Ruby JS git branch git branch
Terminal does not have anything to do with git-branch. If you need to know in which branch you are currently working on then you need to manually type $ git branch. Good News: You can modify your terminal settings to make it show you which git branch you are working currently. To do this you […]
Read More..
Read More..
Install Sublime Text 3 Build 3065 Cracked In Ubuntu Linux: Step By Step
Shiva Bhusal (Software Engineer) 0 Min. Read Sep 7, 2014
Rails Ruby JS Install Install Sublime Ubuntu Linux
First of all you must have Sublime text 3 installed in your system.
Read More..
To install a .deb file, simply double click on it, and then select Install Package Alternatively, you can also install a .deb file by opening a terminal and typing: sudo dpkg -i package_file_name.deb To uninstall a .deb file, deselect it in your package manager, or type: sudo dpkg -r package_name
Read More..
Calendar
You might also like
Read More..
Custom Close Button : Magnific Popups J Query
Shiva Bhusal (Software Engineer) 0 Min. Read Sep 30, 2014
Rails Ruby JS
We can close magnific popup in various ways We can add a button within the popup and assign a function on click event like $(‘#close-button-verify’).click(function(){ //This will close the most recently popped dialog //This method specially works for auto popped dialogs i.e. //Popup you opened using $.magnificPopup.open() $.magnificPopup.close(); }); If popup is triggered via onClick […]
Read More..
Easiest Way To Send E Mail Via Rails : Action Mailer
Shiva Bhusal (Software Engineer) 2 Min. Read Sep 29, 2014
Rails Ruby JS Action Mailer Email
It’s very easy to send Email via rails 3 and above. You just need to write few lines of codes and you are done. There are two ways you want to send email You can just send email via any Email address you wish, eg: someone@example.com Next is, you can send email via email servers […]
Read More..
Nepal Telecom Mail Settings | Sending Emails From Isp
Shiva Bhusal (Software Engineer) 1 Min. Read Sep 28, 2014
Rails Ruby JS Nepal Telecom Email Setting
Read More..
What Does Enctype=’Multipart/Form Data’ Mean In A Form
Shiva Bhusal (Software Engineer) 0 Min. Read Sep 25, 2014
HTML Form Encoding Multipart
HTML forms provide three methods of encoding. application/x-www-form-urlencoded (the default) multipart/form-data text/plain The specifics of the formats don’t matter to most developers. The important points are: When you are writing client-side code, all you need to know is use multipart/form-data when your form includes any <input type=”file”> elements. When you are writing server-side code: Use […]
Read More..
Read More..
Linux (Ubuntu): Show Current Git Branch In Terminal’S Prompt
Shiva Bhusal (Software Engineer) 1 Min. Read Sep 13, 2014
Rails Ruby JS git branch git branch
Terminal does not have anything to do with git-branch. If you need to know in which branch you are currently working on then you need to manually type $ git branch. Good News: You can modify your terminal settings to make it show you which git branch you are working currently. To do this you […]
Read More..
Read More..
Install Sublime Text 3 Build 3065 Cracked In Ubuntu Linux: Step By Step
Shiva Bhusal (Software Engineer) 0 Min. Read Sep 7, 2014
Rails Ruby JS Install Install Sublime Ubuntu Linux
First of all you must have Sublime text 3 installed in your system.
Read More..
To install a .deb file, simply double click on it, and then select Install Package Alternatively, you can also install a .deb file by opening a terminal and typing: sudo dpkg -i package_file_name.deb To uninstall a .deb file, deselect it in your package manager, or type: sudo dpkg -r package_name
Read More..