Showing posts with label technology. Show all posts
Showing posts with label technology. Show all posts

Mar 7, 2010

Automating Things with Batch Files

Automating Things with Batch Files
They Work on Today's Computers Too!

If you're familiar with MS-DOS at all, you'll recall that it's a command-driven operating system that performs functions issued at the C:> prompt. The only way to get an MS-DOS computer to do something was to type a command at this prompt and if you can imagine, it was a rather cumbersome way to use a computer.

As an example, to load up Microsoft's simple editing program, you had to type the name of the drive that the program was on, the directory that the program was in, and then the name of the program. So if Microsoft Edit was in a directory or folder named "Process," you could start the program by typing, "C:>process\edit.com" Then, and only then would the program load up for use.

This is a small command, but just imagine if you had a program that was deeply nested within a series of folder. You could end up typing a command as wide as your computer screen or worse, long enough that the entire command would have to wrap onto the next line! Now imagine having to type these long commands every time that you wanted to start a program. Yikes!

That's one of the reasons why batch files became so popular. Batch files are small text-based documents that contain a bunch of these commands on their own lines. When executed, they would process each command without the user having to type each and every one of them.

When Windows was developed, the need for typing commands was essentially eradicated thanks to the introduction of the point-and-click (mouse) interface. But this didn't stop the batch file fever that started under MS-DOS - and in some small circles, batch files are still as popular as they were in the beginning.

Even though you may use Windows XP or Vista, batch files can save you tons of time by automatically starting multiple programs and performing different tasks at the single click of a button. They don't require any extensive programming background and they don't need to be encrypted with some weird, expensive compiler. Batch files are plain text files, and you can build one for your own personal use with Windows' Notepad.

You could make a batch file that loads up your favorite websites at once for example, or you could make a batch file that fills your desktop with the most important applications for the day. To do so only requires a little knowledge about the locations of these applications.

Let's say that every day we need to load up the Yahoo web browser, Microsoft Word, and then the calculator that comes with Windows. Instead of doing this by hand, we could write a batch file to do it for us.

First, we'd load up Notepad and type in the following:

START "http://www.yahoo.com"
START "c:/program files/microsoft office/office/winword.exe"
START "c:/windows/calc.exe"

We would then save this data into a file named, "mytasks.bat" onto the Desktop for easy access. Each time we double-clicked on this file, the Yahoo website would load up, Microsoft Word would start, and the simple calculator would pop up.

Since we want these programs to load every day, we could create a shortcut to this file and then place the shortcut inside our computer's Start Up folder. That way, these three programs would load every time we turn on the computer. If you wanted these programs to start minimized, you could type the following into a batch file instead:

START http://www.yahoo.com /m
START "c:/program files/microsoft office/office/winword.exe" /m
START "c:/windows/calc.exe" /m

This will run all three programs as before, however the "/m" parameter will minimize them so that they don't clutter up the desktop.

Other people have found much more creative and effective ways to use batch files, but the important thing is that you know they're a resource you can use to save a few seconds or minutes in performing important tasks. We've come a long way from MS-DOS, but it's still a valuable source of automation that anyone can use with no programming knowledge at all.

Read more...

Mar 4, 2010

Sony Ericsson Supports Indosat on Android

sony ericson indosat
Indonesian telecommunication company Indosat has officially launched the first Android-based service. The operator has a strong commitment to elaborate the service by providing Android Application Store.

On February 22-28, one of top operators in the country invited Sony Ericsson to participate in the Xperia X10 pre-order.

Android is a mobile operating system using modified Linux kernel, which is considered open source.

"Xperia X10 is the first Android-based cellphone in store for the Indonesian market," said Sony Ericsson Indonesia Head of Marketing, Djunadi Satrio on March 3.

Djunadi stated that Sony Ericsson Xperia X10 will be available in the first quarter of 2010 in Black and Luster White.

from: vivanews.com

Read more...

Feb 7, 2010

Computer Help

Computer Help
Where and How to Get It

Well there's no denying it - No matter how new or how well maintained our computers are, we all encounter computer problems sooner or later. The good news is that we don't have to face them alone. There are a ton of resources available to walk us through computer issues but it may take a little knowledge in knowing how to access them. This article will show you how.

1. Remember help files. It's funny, but people seem to forget that every computer and every program installed on a computer comes with its own help file. Even the operating system of a computer has a help file and it really should be the first place to look for answers. Help files are designed not only to guide the usage of a computer, they're also designed to solve problems. Inside a help file, look for a section called, "Troubleshooting" (or something similar) when you need to resolve an issue. This section is reserved for solving problems specific to the software or hardware that you're using.

2. Product websites. If you're having a problem with a piece of software or with a hardware part, try the website of that software's or hardware's manufacturer. Most (if not all) manufacturer's reserve a portion of cyberspace and dedicate it to support the products that they build. Microsoft's help desk is good example.

3. Fan sites. Fan sites probably isn't a good name for this resource, but you can find websites that are dedicated toward supporting the users of a particular software program or piece of hardware. We've called them "fan sites" because the maintainers of these sites have no affiliation with the manufacturers that they support! Call them what you will, but their free help is immeasurable and without it, we wouldn't have some of the wonderful workarounds and unique problem solving techniques that we have today.

4. Usenet newsgroups. Another underused resource on the Internet, Usenet newsgroups have hundreds of discussion groups dedicated to some of the most popular computer systems, operating systems, hardware manufacturers, and individual software programs. Sometimes, the representatives of these companies participate, but most of the time, the support in this group is user to user, which is just as valid because you're
working with a team of experienced people.

5. Support Lines. Another source for help that we shouldn't forget are the support systems of various manufacturers. You can reach these systems by calling the phone number associated with the product that you're having trouble with. Calls may be free (1-800 or 1-877 number), or they may cost a small fee (1-900).

6. PC support groups or user groups are another option for help. These are groups that meet in libraries, computer stores, or other local areas and they discuss all sorts of issues related with a particular product. Even if you aren't experiencing a computer or software problem, user groups are fun to participate in and they can help you network into other interests such as job or teaching opportunities.

7. Surprisingly, you may even get a helping hand from the salespersons at your local computer store. We don't recommend that you make this your first pit stop when you experience a problem, but we don't recommend that you rule this option out altogether either. Computer salespersons are hired for a reason - and that's their knowledge. Often, these kind folks can help you resolve an issue over the phone and prevent you form having to buy a costly solution.

As you can see, help is easy to find - You've just got to know where to look for it. Most of the contacts within these resources are extremely friendly and willing to take the time to walk you through a problem at little to no cost. From online discussion groups to the files on your own computer, help is often just a click away.

Read more...

Jan 10, 2010

How to Use a Blog for Business

You can use your blog for business by including your business information and images, changing the template, CSS, links, alley badges, etc. If done properly, you can generate more business this way based on your blog content and popularity. Here's what to do.

Step 1
Go to the Blogger Web site (see below).

Step 2
Create an account.

Step 3
Edit and save your profile with your professional information and a photo.

Step 4
Add a professional template from Blogger or another Web site.

Step 5
Edit the CSS (Cascading Style Sheets) to the look you want.

Step 6
Add links to your business/related sites.

Step 7
Add or create alley badges promoting the business to display on your blog.

Step 8
Use a ping service to update your blog changes.

Step 9
Post applications and other business-oriented information.

Step 10
Allow comments to your posts and receive emails.

Step 11
Create mailing lists and discussion groups.

Succes For You
Affiliater

Read more...

Jan 7, 2010

How to Connect Your PC to Your TV

There are many people who do not know that they can connect their PC to a TV. This may look remedial to a lot of people, but it is simple. There are many reasons to connect a PC to TV. Today, DVD player is a standard hardware in PC and using it will eliminate the extra expenditure on buying 50 to 100 dollar DVD player. In addition to watching cable television programs, one can watch a lot of network television programs that stream over the Internet on the TV itself. Finally, connecting PC to TV is a great way to play music during parties.

The Requirements
You can connect your PC or a laptop to TV, if the PC has Windows XP or above. There are many ways to connect a PC to a TV, all the needed is the proper cabling.

Check the TV and PC features to see exactly what is required to connect. If it is an older TV, it may have only a composite connection (three wire cable with red, yellow, white connectors). Newer TV’s will usually have HDMI, component, VGA, and/or DVI inputs. Modern computers will have VGA or DVI outputs. A lot of laptops will also have S-Video or some variant of Mini/Micro-DVI.

TV with a VGA or DVI input is the best-case scenario. In this case, an adaptor is not required but an additional audio cable is required. Check the TV for either a 3.5mm stereo plug or the white and red plugs from a composite cable associated with the VGA/DVI input. If it is the red/white composite audio inputs, the cable will have to be red/white plug on one end and a 3.5mm stereo plug on the other. The 3.5mm plug will go into the PC’s headphone/speaker output socket.

Another best-case scenario would be if the PC has an HDMI or DVI (with sound) output and the TV has an HDMI input. For this scenario all the needed is an HDMI cable or an HDMI cable plus a DVI to HDMI adaptor. For the rest of the connections suitable adaptor is required.

The PC Settings
Once the connections are made, there is just one last step to get the PC display on the TV. For this the PC display settings are to be configured. Follow the steps below -

  • Go to Menu -> Settings -> Control Panel -> select Display. Select the Settings tab and click the ‘Advanced’ button.
  • The options displayed in the dialog box vary based on the video graphics card.
  • Find the tab that is specific to the video graphics card. It will usually have the manufacturers name on the tab.
  • In the graphics card tab, see if it has options such as Clone or Dual or Multiple Display, etc.
  • Check the appropriate box or radio button for the desired configuration and click Apply.

Older TVs won’t display high resolution. Also, some newer TVs will only accept certain resolutions. If the display does not work right away, try changing the resolution. If that still doesn’t work, try rebooting the PC with TV connected. The PC may auto detect the display and configure it for you.

The thedailycontributor.com is a website where you can find reviews on movies, music and good places to visit. Also, we identify popular blogs on various topics for your convenience.

Read more...

Jun 1, 2009

First Post : Open Source Software

Open Source Software

If you've spent any lengthy amount of time on the Internet, you've probably heard of open source software but might not have fully understood what it is and why it even exists. This article will describe this recent phenomenon and describe some of its benefits for the software using community.

In a nutshell, open source software is software made by everyone - for everyone. The hopes behind its development is that through its open access, it will evolve into something that represents the true desires of computer users. Through a wide network of user involvement, the software in question is enhanced and debugged without costs or administrative politics.

Traditionally, software is developed behind closed doors. A team of professional coders build it but the community at large isn't part of its conception. It's costly to produce and as you can probably guess, that cost is passed on to the end user: the consumer. Open source software on the other hand is free. Free to download, free to install, free to use, free to modify, and free to share.

Started over twenty years ago, it's a phenomenon that is gaining in both popularity and exposure. In its first conception, open source gave birth to the World Wide Web as we know it today. The Internet as a whole is the result of free permission to access the web, use the web, contribute to the web, and share the web with others. But it certainly hasn't stopped there. In the not too distant past, Netscape converted its once commercial version of its Navigator web browser to open source. And today, open source is venturing into the commercial realm as well.

At first thought, the idea of open source may sound just plain crazy to those who earn a living from software development. But the facts point to a different prediction. Open source software puts companies in a terrific position to re-brand and re-position themselves in a market that they may have not been able to reach before. In the business world, open source is all about image and when consumers witness corporations contributing (instead of selling) to the buying public, they gain big favor in the eyes of their users (plus tremendous opportunities to sell other items).

Inviting the public inside a product's development builds community and trust. It also sets the platform for increased reliability. Fans of open source programs are adamant about reliable software and highly criticize commercialized versions for being buggy and error-prone. Avid fans even proclaim commercialism is the cause of shoddy software.

Another benefit that open source brings to light is the speed at which its products are developed, enhanced, supported and distributed. This is because the people who regularly contribute to an open source product do so for unmotivated reasons (other than perhaps to feed the ego.) They're highly talented, they're available, and they care. Bringing money into any project can almost mean instant death. It can kill motivation, desire, and a true willingness to create a good product. In a commercial setting, participants work for a paycheck rather than for the product. And this is what puts open source projects far ahead of its monetized competition.

As a software user, this means you can contribute to an open source project as well, and help to develop it into a product that reflects your direct preferences. You aren't "stuck" using open source software the way you would be stuck using an expensive word processor or database. You have the same access to open source software as its programmers have and in essence, you are your own customer!

Perhaps at this point you're wondering where you can get in on this wonderful opportunity. There are plenty of open source opportunities sprinkled across the Internet and they can be easily found though any search engine. Google "open source project" and you'll be sure to find more resources than you can shake a stick at!

Read more...

  © Blogger templates Psi by Ourblogtemplates.com 2010 ; abuhz's Profile on Ping.sg

Back to TOP