0

Only For Software Engineer Guys and Gals

Posted by dinas on Sep 10, 2009 in How to, Motivational, Programming, Technology

Those who are designated as Software Engineer .. those will recognize this Pictures as their
Software development LifeCycle

 
0

Safer car in future?

Posted by dinas on Jun 11, 2009 in Auto, Cars, Programming, Robot, Technology

Volkswagen, Audi & SUN Microsystem is working on a project called Project BIXBY. Their aim is to create an autonomous high-speed vehicle which drives by itself. So far what they have done can be interpreted like the Audi car in iRobot which Will Smith drives. Everythinng is computer controlled and now they are going to test it in a rally.

If the test successful, this will prove that under any condition, with all of the unexpected variables, the car can still be controlled and avoid any unwanted scene. The outcome of this experiment will result in a whole new driving experience. The technology can be applied to the normal car in which if the car is out of control, the system can take over and steer it back into safety.

And this will be the real Knight Rider’s KITT…

Watch video here

Tags: , , ,

 
1

How to: “Enhance your e-numX member website - adding a background colour or picture”

Posted by dinas on May 7, 2009 in How to, Programming, html, web design

I believe most of you out there already started to edit and update your own e-numX member website. After editing, uploading the pictures and rearranging your layout, you still feels that your member page is still lacking some element. Some might say “it’s still looks dull”.

Here I would like to teach you a very simple ‘secret‘ to enhance the look of your e-numX member website. The secret is just some HTML tag that you need to add into your HTML editor.

When you upload a picture into your page, the picture will be embeded into your page. But it’s just a simple picture on your page. What if I want the picture to be my background? Here’s how to do it.

  1. When you upload a picture, you will be presented with a Image URL. Copy this URL. If you get the URL, skip step 2 and go to step 3.
  2. If you already uploaded the picture and want to convert the picture to be the background, click on “edit HTML code” button, fing the tag starting with “<img …. >” within that tag, there’s a src=”/e-numX/cgi/replicate/images/web_pic/xxxxxx.jpg” (where xxxxxx is a random number). Copy the whole words after “src=” e.g. “/e-numX/cgi/replicate/images/web_pic/123456789.jpg”
  3. In the “edit HTML” mode, you will see a lot of tags (words within “<” and “>” is called tag). On the first line, insert this code before your existing code:

    <table background=“/e-numX/cgi/replicate/images/web_pic/xxxxxx.jpg” width=”100%”><tr><td>


    Replace the “/e-numX……..jpg” with the one that you copy in step 1 or step 2.
    At the end of the codes and tags, add this code:

    </td></tr></table>

  4. Click on the “edit HTML code” button again to preview the result and make sure to Save Changes after you’re done.

Now you can preview your new enhanced e-numX member website. You can also change the background to the colour of your like instead of pictures. just change the

<table background=”…”

to

<table bgcolor=”red”

There you have a red background. You can use other primary colour like black, yellow, blue, green etc. or if you know RGB code, you can enter it as #ff0000 (red), #00ff00 (green), #0000FF (blue).

That’s all for now. Remember to follow my feed and get more tutorial like this.

Tags: , ,

 
0

Embed YouTube video in e-numX blog

Posted by dinas on May 6, 2009 in Auto, Cars, How to, Programming, Technology, Telephony

Many wonders how to embed the YouTube video in their e-numX blog. it’s very simple. Here’s a step by step guide for you to embed the video;

1. Go to YouTube and copy the video URL (e.g. “http://www.youtube.com/watch?v=YODPHqY7mM4″)

2. Paste the URL in your new (or existing) post

3. Change the URL “http://” to “httpv://”. Please note that I just add the letter ‘v‘ to the http.

4. Save & publish your blog.

Isn’t it very simple? Now enjoy one of my favourite video.

Tags: , ,

 
0

ScribeFire supported on e-numX blog

Posted by dinas on Dec 15, 2008 in Programming, Technology

I’ve just installed the ScribeFire plugin on my Firefox and i just realize how easy it is to blog. Now, I can add, edit, delete any post including attachments from my Firefox add-ons. This is the first post using ScribeFire. you may get it here

 
4

Importing blog into blog.e-numx.com

Posted by admin on Dec 12, 2008 in Programming

I’ve just finish importing all of my blog from blog.friendster.com into this blog blog.e-numx.com. Although both are using the same Wordpress engine, the directory structure is different. After doing some comparison with the XML file, I found out what I need to change before importing it into blog.e-numx.com. Now this is the result of my import. http://dinas.blog.e-numx.com

Some problem after importing the blog from Friendster to e-numX  is that some of the thunmbnails in the gallery will be big. The size is incorrect. To fix that, I delete the picture, upload the same picture again and save, it’s done.

 
1

AsterConference Asia 2008

Posted by dinas on Sep 16, 2008 in Programming, Telephony

Nice to be back online. After spending about a week in Kuala Lumpur for the conference and some other work, now I’m ready to rumble.

 

AsterConference is a conference for a group of OpenSource enthusiast to get to know and share their idea about Asterisk. As I’m still quite new with Asterisk, this conference is an eye opener for me, and also some idea struck me when Mark Spencer, the creator of Asterisk give his keynote speech.

 

Today, I’m busy structuring my PERL AGI::Asterisk code for a new application for our company. And with the exposure from the AsteriConference, and the books all on my desk, I’m able to code quite easily and smoothly.

Tags: , ,

Copyright © 2010 My World All rights reserved. Theme by Laptop Geek.