Randell's Blog
Software development, Fedora how-to's, and random stuff from the web
Browse: Home / Randell

Randell

Randell

In which (I hope) I found the right Google Reader replacement

By Randell on March 14, 2013

Tweet Aside from Google Search and Gmail, Google Reader is the only other Google product that I use regularly. I check Google Calendar from time to time, I have lots of documents in Google Drive and some photos in Picasa Web, but I don’t use them as much as I use Google Reader. I check [...]

Posted in Web | Tagged Google, Google Reader, RSS | 4 Responses

Fix for Google Chrome’s “Couldn’t load plugin” error on Linux

By Randell on February 7, 2013

Tweet The quick fix is to execute rm -Rf ~/.config/google-chrome/PepperFlash. You can follow the issue in Chromium’s public issue tracker.

Posted in Fedora | Tagged Chromium, Fedora, Fedora 17, Flash, Google Chrome, Linux | Leave a response

Sample Desktop Entry file for Fedora 17

By Randell on September 11, 2012

Tweet /usr/share/applications/IntelliJ.desktop [Desktop Entry] Encoding=UTF-8 Name=IntelliJ Comment=IntelliJ Community Edition Exec=/home/randell/idea-IU-117.798/bin/idea.sh Icon=/home/randell/idea-IU-117.798/bin/idea.png Terminal=false Type=Application categories=Application;Development; StartupNotify=true

Posted in Fedora | Tagged Fedora 17, IntelliJ | Leave a response

Clear input values inside a div using JavaScript

By Randell on May 3, 2012

Tweet This script recursively traverses all HTML elements, looks for input fields and clears their values. It uses only JavaScript. No jQuery required. // From http://stackoverflow.com/a/1500073/106778 function clearChildren(element) { for (var i = 0; i < element.childNodes.length; i++) { var e = element.childNodes[i]; if (e.tagName) switch (e.tagName.toLowerCase()) { case ‘input’: switch (e.type) { case "radio": [...]

Posted in Dev Notes | Tagged HTML, JavaScript | Leave a response

How to install SFLphone on Fedora 16

By Randell on April 9, 2012

Tweet This is a slightly modified version of the SFLphone build instructions. First, install the dependencies: sudo yum groupinstall group "Development Tools" "Development Libraries" sudo yum install alsa-lib-devel pulseaudio-libs-devel libsamplerate-devel commoncpp2-devel ccrtp-devel libzrtpcpp-devel dbus-c++-devel pcre-devel gsm-devel speex-devel celt071-devel libyaml-devel cppunit-devel cppcheck Then clone the master branch because the latest release (1.0.2) has a bug, which [...]

Posted in Dev Notes, Fedora, How-to | Tagged SFLphone | 1 Response

Next »

 Subscribe in a reader

Recent Posts

  • In which (I hope) I found the right Google Reader replacement
  • Fix for Google Chrome’s “Couldn’t load plugin” error on Linux
  • Sample Desktop Entry file for Fedora 17
  • Clear input values inside a div using JavaScript
  • How to install SFLphone on Fedora 16
  • How to install Asterisk on Fedora 16
  • How to install AT&T Global Network Client on Fedora 16
  • Cannot complete the install because one or more required items could not be found. Software being installed: Subversion Revision Graph 1.0.9
  • Fedora 16 pre/post-installation setup
  • error: can’t create transaction lock on /var/lib/rpm/.rpm.lock (Permission denied)
  • How to create custom application launchers in Gnome 3
  • How to add Power Off option in Gnome 3 User Menu on Fedora 15
  • How to clear recent documents in Fedora 15 Gnome 3
  • Google+ welcome page screenshot
  • Error validating location: “org.tigris.subversion.javahl.ClientException: Network connection closed unexpectedly”

Popular Posts

  • How to create custom application launchers in Gnome 3
  • Warning: date(): It is not safe to rely on the system’s timezone settings.
  • Fedora 15 pre/post-installation setup
  • Fedora 14 post-installation setup
  • Fedora 16 pre/post-installation setup
  • How to add Power Off option in Gnome 3 User Menu on Fedora 15
  • Install SQLite Database Browser on Fedora
  • Tai Lung spotted at The Fort
  • PHP Fatal error: Class ‘DOMDocument’ not found
  • Error validating location: “org.tigris.subversion.javahl.ClientException: Network connection closed unexpectedly”
  • How to find Django version
  • GNOME 3 on Fedora 15
  • How to install Asterisk on Fedora 16
  • Convert CHM to PDF in (Fedora) Linux
  • PLDT myDSL sucks!

Tag cloud

Heroes Amarok Ajax PHP Firefox Delicious Python The Big Bang Theory PSP Neil Gaiman NullPointer.ph Flash Ender's Game Add-ons Fedora 15 Linux Unlimited Power pgadmin3 Anthony Robbins Aptana Ken Blanchard Facebook Javapassion The One Minute Manager VLC Robert T. Kiyosaki YouTube GNOME 3 Skype Google RPM Fusion House Orson Scott Card Josh Groban Fedora Grip Armenia Google Chrome Java Unrar Azureus PostgreSQL P7zip Twitter Zend Tool

Blogroll

  • Mike
  • Nikki
  • Paolo
  • Paolo
  • Renee
  • Rian
Personal - Top Blogs Philippines

Copyright © 2013 Randell's Blog.

Powered by WordPress and Hybrid.