me looking so small in this world

29 2009f April, 2009

create a portable google chrome

Filed under: google, windows — rudyegenias @ 2:13 am

**Warning : This is applicable only to the latest developer update. I meant BETA. :P

Download Chrome here:

http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/

Get the latest available version.

Download the chrome-win32.zip in the latest iteration in my case it’s 14735

Unzip the files, go inside the folder (chrome-win32) and copy chrome.exe to create a shortcut for it.

Right click on the short cut and press properties.

Look for the field that says “Target” and add the ff in the end:

–user-data-dir=Profile

Double click on the shortcut and voila, a working portable GOOGLE CHROME.

11 2009f March, 2009

want to have your own hotspot authentication router

Filed under: free software, linux, networking, router, wifi — rudyegenias @ 2:53 pm

CoovaAP – HOTSPOT Firmware

I long to create such and doesn’t know that a software/firmware already existed. This works similar with cafe software that allows internet usage after authentication. Also has the same function as the one used in SMART BRO (broadband) and GLOBE, both of which are leading (coughs) in providing internet service using wi-fi.

To say the least, my theory is right that it should start with an open firmware for router such as the one employed in openwrt (base for COOVA Access Point), dd-wrt, and also many others. Then start with an authentication software like freeradius.

Creating a hotspot authentication software can be daunting when done manually and this saves a lot of time and hair (in my case).

9 2009f March, 2009

how to compile greasemonkey script

Filed under: greasemonkey, javascript, programming — rudyegenias @ 10:20 am

I also code in Greasemonkey to save a few clicks of the mouse while working. Idea for what I have coded is: save at least few clicks of mouse, hundred clicks/day, that’s about 3000 clicks per months. That’s an anti-RSI initiative :D

While creating and giving out the script to other user is ok, it’s another issue when you need to ask them to install GM since it’s needed. Did try to create an extension, but creating takes quite a time. While learning how to, I then bumped into idea of creating an extension out of it. Turned to Google to check out ideas, as I practice DRY, turned out that there’s someone who already created a compiler. Here’s the link:

User Script Compiler

4 2008f November, 2008

how to enable innodb in xampp

Filed under: innodb, programming, web apps, xampp — rudyegenias @ 9:31 pm

Reference: The InnoDB Storage Engine

Find the file name my.cnf on xampp directory on C: drive. Uncomment the line that says:

#skip-innodb

and make sure that it will look like this:

skip-innodb

***
There are at least other setup option for innodb next to this line, just follow the helpful hints and you’re off. I can’t provide definite lines on this coz sadly my computer has broken down again? *Me thinks, am I worthy to be called a tech?* EVIL GRIN!

3 2008f September, 2008

google chrome – developer friendly

Filed under: browser, google — rudyegenias @ 8:50 am

Just installed this really fassstttt and cool browser and whew, it’s got FireBug like features. Will post more, soon. Really excited about this cool new toy. Enjoy.

Javascript console, Javascript Debugger, and Task Manager for those who thinks they don’t have enough fire power

Enjoy!

google chrome, screen shot and installed

Filed under: browser, google — rudyegenias @ 5:12 am

Get to install and play with Google Chrome. Awesomely simple and so-googlish, simple, functional. Just like Google.

new browser from google – the “google chrome”

Filed under: google — rudyegenias @ 2:52 am

Official Google Blog: A fresh take on the browser

Here’s the new buzz on web browsing, a new browser from Google. I never get to see this or touch this, or at least for now. Presentation began 11 PST this day.

26 2008f August, 2008

software freedon day philippines registration

Filed under: free software, linux — rudyegenias @ 7:47 am

Software Freedom Day 2008 – Philippines – Online Registration

Yet another meaningful event on free software world. I am personally inviting you guys.. Cheers. :D

21 2008f August, 2008

free your mind – use free software

Filed under: linux — rudyegenias @ 7:36 am

The table of equivalents / replacements / analogs of Windows software in Linux. (Official site of the table

Here’s a list of free software replacement for majority of Windows based programs. Some are even ported to Windows. Cheers.

12 2008f August, 2008

xpath

Filed under: greasemonkey, javascript, programming, web apps, xpath — rudyegenias @ 12:13 pm

XPath 教程

I have been developing tools(for my current job) that will save me some few ‘clicks’ of mouse(at least on the long run). This time I bump into a tool/standard that offers a lot of possibility when coding in Javascript and learning DOM. And yes, I don’t usually code in JS. This time I need it. The link above gives enough example on how they work(by example).

[UPDATE 1]
Additional links:

XpathResult – http://www.xulplanet.com/references/objref/XPathResult.html
Mozilla XPath Documentationhttp://www-xray.ast.cam.ac.uk/~jgraham/mozilla/xpath-tutorial.html

The tool that I’ve developed by the way is based on Greasemonkey.

Have fun with it.

Next Page »

Blog at WordPress.com.