Archive for March, 2008
19 Mar
Cutting down on weight is now easier with the aid of some advanced technology super diet supplements. Have you heard of some diet pills that are classified as “super supplements”. Those diet pills known as “supper supplements” contain only all-natural ingredients. The ingredients of those diet pills have been clinically proven to provide multiple benefits […]
Posted in technology by: tony
No Comments
19 Mar
Writing have a long history and pens have been a vital part of it. Writing pen technology have improved throughout the years. There is a wide variety of the types of pens from gel pens, stick pens, retractable pens, and more that are available. Writing technology that offers rubberised grip for more writing comfort. Use […]
Posted in technology by: tony
No Comments
18 Mar
Globalization force businesses to consider trading and marketing through Internet. Thus, on March 25, 2008, the County of Kauai, Office of Economic Development and High Technology Development Corporation (HTDC) together with the Chamber is putting on a workshop for businesses to learn more about the benefits of having a website as part of the […]
Posted in blogging, personal by: tony
No Comments
18 Mar
I have blogged about trying to find out what was wrong with the Oracle Application Express 3.1 installation. Comments and email have confirmed there was something wrong. Plus, my own experience in the installation of Oracle Application Express 3.1 (Apex) on a fresh install of Oracle Database Express Edition (Oracle XE) Release 10.2.0.1.0.
I followed […]
Posted in database by: tony
3 Comments
17 Mar
Collaboration is one way of achieving more at work. This leaves more people to participate on a certain task. Computers have significantly made some strides on this area as it allows more users from different locations to do some collaborative work through the Intranet or Internet. Websites normally are a resource of information for everyone […]
Posted in software by: tony
No Comments
17 Mar
A modern house is marked with simplicity. Stainless steel technology has a distinct feature or quality which blends naturally with glass in projecting this kind of image. The combination of steel and glass feature accentuates, and complements a decorative style of the modern house. I myself likes the simplicity and functionality that modern art could […]
Posted in technology by: tony
No Comments
16 Mar
Computer systems are important for business operation function. Having computer systems running all the time to serve the business operation is a critical thing. Most of the computer systems have installed a system to prevent loss of data or service interruption due to power loss.
In my working place we have like 10 to 15 servers […]
Posted in hardware, technology by: tony
No Comments
16 Mar
Building construction have evolved through the years. New technologies on metallurgy coupled with Computer Aided Design (CAD) Engineering provides a new look to modern buildings. Steel buildings are gaining acceptance by various sectors of the business industry. One example that I could site is the Suvarnaphumi Airport of Thailand wherein it has a massive steel […]
Posted in technology by: tony
No Comments
15 Mar
Every year our organization is conducting a check on how employees are performing in their work. In our institute this is normally done by the direct supervisor filling up some form in the presence of the employee. The form have different questions with a corresponding rating box for each. The performance evaluation is somehow inadequate […]
Posted in software by: tony
No Comments
15 Mar
Saturdays, is a scheduled day of clothes washing and a whole half day is spent just for that. I was wishing if there could be a self cleaning clothes. Hehehehe it just shows that I would like to spend the time for some other things than washing clothes. Actually, I have read an article […]
Posted in technology by: tony
No Comments
14 Mar
Shopping for some new technology stuff is really fun. This is especially true when you get a chance to bring home all those that you like from the shop. The only thing which concerns one is the price. Getting the value out of the money spent is an important factor. Yup, that’s one of those […]
Posted in technology by: tony
No Comments
14 Mar
I have seen people nowadays getting health or weight conscious. Obesity have been a growing major problem in US and elsewhere. It’s good that due to advertisement of keeping fit, more and more people are exploring ways on how to lose weight. That’s really a multi-million dollar question as health and fitness products are increasing […]
Posted in technology by: tony
No Comments
14 Mar
Glaring sunlight from the glass window flashing on the computer screen strains my eyes. It seems that my UV protected eye glasses is of no use. My eyes needs to focus more on the unclear stuff on the screen. It’s really a bad working environment.
Since, I don’t want to move around so I was thinking […]
Posted in blogging by: tony
1 Comment
14 Mar
An application created using Oracle Application Express can only be run under the local machine (eg. http://localhost:8080/apex/ or http://127.0.0.1:8080/apex/). It would be nice if the applications developed with Oracle Application Express could be accessed by other computers across the Intranet or Internet. So, I was wondering if it is ever possible to publish web applications […]
Posted in database by: tony
No Comments
13 Mar
Have you ever got emails of ebooks that promise to do this and that, but need to pay for it to download and later on found it’s just a crap? The Internet have really a vast resource of good stuff and bad stuff that are free. Due to the numerous information available it’s difficult to […]
Posted in technology by: tony
No Comments
13 Mar
I am looking for an alternative operating system to Red Hat Enterprise Linux for use as Oracle Database Server running Oracle Application Express 3.1. There are a number of choice which are certified by Oracle to run the Oracle Database 10g Release 2.
Operating systems certified for installation of Oracle Database 10g Release 2:
SLES-9
SLES-10
Red Hat […]
Posted in database by: tony
No Comments
12 Mar
I know of a lot of bloggers who have started blogging on a free web hosting service. Later on when they started to monetize their site the services provided by a free web hosting service is not enough. I have received complaints from fellow bloggers of frequent down times experienced with a free hosted service. […]
Posted in blogging by: tony
No Comments
12 Mar
It’s interesting what computers can do; even on a small home start up business. I have bumped into a online store (www.candyundercover.com) that provides personalized candy bars for almost all kinds of occasions like weddings, birthdays, anniversaries, graduations, corporate events and holidays.
Since, I am a chocolate monster getting some chocolate bar favors would be most […]
Posted in technology by: tony
No Comments
11 Mar
The cause for missing image and JavaScript error as written before regarding Oracle Application Express Missing Images And JavaScript Error was the wrong image prefix.
http://127.0.0.1:8080/apex/TEMPjavascript/apex_ns_3_1.js
http://127.0.0.1:8080/apex/TEMPjavascript/apex_get_3_1.js
http://127.0.0.1:8080/apex/TEMPjavascript/apex_get_3_1.js
http://127.0.0.1:8080/apex/TEMPjavascript/apex_builder.js
http://127.0.0.1:8080/apex/TEMPcss/apex_3_1.css
http://127.0.0.1:8080/apex/TEMPcss/apex_builder_3_1.css
http://127.0.0.1:8080/apex/TEMPhtmldb/apex_logo.gif
The correct installation should have “/i/” instead of “/apex/TEMP”.
http://127.0.0.1:8080/i/javascript/apex_ns_3_1.js
http://127.0.0.1:8080/i/javascript/apex_get_3_1.js
http://127.0.0.1:8080/i/javascript/apex_get_3_1.js
http://127.0.0.1:8080/i/javascript/apex_builder.js
http://127.0.0.1:8080/i/css/apex_3_1.css
http://127.0.0.1:8080/i/css/apex_builder_3_1.css
http://127.0.0.1:8080/i/htmldb/apex_logo.gif
Thus to correct this problem the prefix image should be corrected. It’s good that Oracle Application Express comes with Useful Oracle APEX tools […]
Posted in database by: tony
8 Comments
11 Mar
I have a year and a half Acer TravelMate 3012WTMi laptop computer which currently have 2GB DDR2 RAM. Since, Computer Memory are getting cheaper, I was thinking of having the laptop’s memory upgraded to the maximum capacity possible.
Acer TravelMate 3012WTMi supports DDR2 technology. So, I checked online for some DDR2 memory modules available for laptop. […]
Posted in hardware by: tony
No Comments
10 Mar
Security threats emerge daily and it’s time to be prepared and equipped to battle the challenges. All security experts in Europe are enjoined to attend the Black Hat Europe Convention this March 25-28, at Moevenpick City Centre, Amsterdam, The Netherlands. Black Hat Europe is a gathering of all the best minds in computer and network […]
Posted in technology by: tony
No Comments
10 Mar
Having a business that relies on proprietary software to deliver services is a challenge. This is especially true for small businesses. I have read some news of small businesses being drawn into court for using pirated software. A small business might close if the court rules otherwise in favor of the software vendor. Small businesses […]
Posted in software by: tony
No Comments
09 Mar
I am using Oracle PL/SQL to create web applications and I would like to use the power of JQuery JavaScript framework. Since, I only have access to stored procedures. I plan to convert the JavaScript file to an equivalent stored procedure. Copying and pasting the content of the script inside a stored procedure produced a […]
Posted in open source, software by: tony
1 Comment
08 Mar
Thinking of playing online casino games, but don’t know where to start? How about visiting some casino review sites. You’ll get a good idea about certain casino site based on the reviews. Listing the 10 best popular casinos as reviewed by experienced online gamblers. Did I say gambling? Whew! Gambling is not my turf, but […]
Posted in technology by: tony
No Comments
08 Mar
I was looking for some sample websites of real estate and what are inside those sites. Day dreaming of buying a real estate through blogging. One of those that caught my attention is this simple yet very functional site from Stone Bridge Village (www.stonebridgebranson.com). There is an information about the real estate offered, resort rentals, […]
Posted in blogging by: tony
No Comments
08 Mar
Guided tour software are already becoming a main stream media for learning and teaching. Macromedia Flash is one technology that is commonly used for creating web interactive online guided tours. The topics could be very varied from travel, tutorials to gaming.
Recently, Microsoft have developed a new technology dubbed as Silverlight to compete with Macromedia’s […]
Posted in software by: tony
1 Comment
07 Mar
Internet access is one of the primary commodities that a usual home requires. The number of people which demands use of the Internet grows each year. In the rural areas there is a demand for faster Internet connection. Unlike in the city wherein there’s a lot of choice of access to fast Internet connection, in […]
Posted in technology by: tony
No Comments
07 Mar
I am reviewing some error brought to my attention by Zarbarey and Gan regarding Installing Oracle Application Express 3.0.
Good moring.nice info. :)im new to oracle and i tried installing it in my laptop. I follow the instruction above and successfully see the last message below. when I load the oracle home again. I get js […]
Posted in database by: tony
5 Comments
06 Mar
How would you like to enjoy a high speed Internet connection for life? This sounds too good to be true. Fast Internet forever? I was notified by my sister of this great opportunity from Charter Communications in US of having a bidding for a high speed Internet for life. This is great as people could […]
Posted in technology by: tony
No Comments
06 Mar
After installing Oracle Database Application Express 3.1 you might wonder where to go and how to start.
Here are the links to start with incase you have not noted it during installation process.
Application Express administration services link is as follows:
http://host:port/pls/apex/apex_admin (Oracle HTTP Server with mod_plsql)
http://host:port/apex/apex_admin (Oracle XML DB HTTP listener with the […]
Posted in database by: tony
No Comments