me looking so small in this world

5 2008f August, 2008

batch file programming

Filed under: XP, batch scripting, links, programming, windows — rudyegenias @ 2:05 pm

6 2007f June, 2007

reverse dns lookup

Filed under: linux, productivity — rudyegenias @ 3:00 pm

Using a shared hosting? You want to find how many web site shares the IP with you?

And its free.. it also list all the sites plus you have the ability to view the site on a frame on the right.. so much for the talk albeit I have to show the link.

http://myipneighbors.com

Cheers and enjoy..

29 2007f April, 2007

even more free software for productivity

Filed under: productivity — rudyegenias @ 3:39 pm

Have you seen my best free software blog? The one with reviews and how good they were.. I hope I’ve got  some time to install all of below mentioned apps for productivity. Whew.. actually installed some of them. Good reviews by lifehacker. I really like the USB based PC repair system, and some link to PortableApps.

Lifehacker, the Productivity and Software Guide

Powered by ScribeFire.

23 2007f March, 2007

gmail hacks and addons

Filed under: gmail, productivity — rudyegenias @ 1:36 pm

Gmail Craze: 30 + Tools and Hacks for Gmail » MakeUseOf.com

I love gmail and here’s some more reason for me to love it more…

powered by performancing firefox

2 2007f February, 2007

intype: textmate like editor for windows

Filed under: productivity — rudyegenias @ 4:23 pm

I hate this! This is my fifth edit of the same post. WordPress.com’s TinyMCE event listener javascripts are failing and is giving me headache. Hmmp~!

Anyway this is not about wordpress anymore.

I have had blogged and bragged about jedit and I have no complain about it not just recently in that I have to simultaneously fire up many application at once where it has been sometimes stalling. I am still investigating on this.

Intype is super fast as I have installed and used it personally but beware it is only on alpha stage so beware of the holes. It has also the same functionality like TextMate like bundles which enables one to create his/her own templates for automatic code block completion. Also the following features:

  • Undo/Redo
  • Indentation Settings (hard tabs, soft tabs, indent size)
  • Preferences Dialog (level 1) for setting theme and font
  • CJK Support for over-the-spot input method. See screenshot.
  • Drag&Drop Files support (level 1)
  • And a handful of new bundles: ActionScript · ANTLR · CAKE · Django & DjangoTemplates · Haskell · JavaScript YUI · JSP · LaTeX · BibTeX · LaTeX Beamer · LaTeX Memoir · LaTeX Log · TeX · TeX Math · reStructuredText · SQL · TurboGears · Perl

Pros:

  • Superfast
  • Bundles works great
  • less than 1MB so the download takes only a blink of an eye

Cons:

  • Not free just like TextMate but lesser
  • Buggy since it’s on alpha
  • No file/folder explorer

Actually I have take so long into looking on it since I advocate using free software. The last one I am using that’s not free is Windows XP(shrug).

Technorati Tags: , , , ,

powered by performancing firefox

11 2007f January, 2007

Gmail is accepting registrations

Filed under: gmail — rudyegenias @ 3:45 pm

Yep! That’s right Gmail is accepting registrations but with some requirements. One needs a mobile phone and a Google approved country :) . Find it here.

 https://www.google.com/accounts/SmsMailSignup1

Found it a bit late though since I’ve been using gmail extension for firefox.

9 2006f October, 2006

jedit and web development as a free alternative for textmate

Filed under: productivity — rudyegenias @ 10:58 am

I don’t have enough to fuel me buy an expensive IDE for my development works. That is 2USD is more than expensive for me(singing: I’m just a poor boy.. from a poor family..**you know the song**). I’m going to have to setup a donate to my PayPal account soon :D.

Kidding aside. I have seen TextMate and it’s functionality in the web development world. It was never been awarded as Best Mac OS X Developer Tool in 2006 for nothing. Have several bundles to use. Whew.. Cool.

Then there’s this great tutorial about jedit to have some functionality like code completion in TextMate(they call it snippets I think – never had tested it, never will… for now.. I’m broke right?), it’s called SuperAbbrevs(or Super Abbreviations). It’s more of a code completion, also a prompter for variables.. etc.

The code for setting up a code completion for PHP is a no-no for the developers at the time of this writing. There was no port of code completion for PHP. However I am making my own snippets.. I will publish it in this site once I have or think it’s complete for me. :D 

22 2006f September, 2006

yet another set of free software

Filed under: productivity — rudyegenias @ 12:41 am

http://www.econsultant.com/

Just when I thought I have fully loaded my arsenal of free software that i use here comes another link of free softwares. Enjoy~!

12 2006f September, 2006

free partition editor, hard disk tool, utilities

Filed under: productivity — rudyegenias @ 3:45 am

If using PC for regular typing and word processing and all work considered not too tedious, you probably don’t need this but this one should be on your list of arsenal.

Should look for Ultimate Boot CD it’s feature full. :)
http://www.thefreecountry.com/utilities/partitioneditors.shtml

30 2006f August, 2006

firefox bookmarks in new window or tab

Filed under: productivity — rudyegenias @ 1:32 am

Firefox has this great ability to drag and drop links to it’s bookmark toolbar. But if it is a regular link only it will open on the same window/tab that is in use.However there is a workaround there. Here is the steps I took:

  1. Create an html from a wysiwyg editor. For superfast creation of links.
  2. Instead of the usual <a href=”http://www.domain.com“>name to remember here</a> link tag use
    <a href=”javascript: void window.open(‘http://www.domain.com‘);”>name to remember here</a>
  3. Open the created file into firefox and drag the links created to the toolbar.

This will open a new window from now on. Don’t forget the void keyword on the beginning of the function since forgetting this would result to the current window to be thrown whatever the window.open function return.

Here I have created a link to upload my pictures in imageshack and a link for new post for this blog.

bookmarks

***update#1
you could also drag any link to the bookmarks toolbar and  edit the link to accept a javacript function. :)

mozilla firefox bookmarks add

Next Page »

Blog at WordPress.com.