Sep 2

I brought microsoft office professional last year,and put it on one of my computers. now the license says that it is only valid for on computer. So i cant put it on my laptop that i recently brought.
heres the question:

Can i uninstall it from my computer and install it on my laptop without it being illegal and all that other stuff?
But on the licensing thing that came with the version on Microsoft professional it says that i can only use it on on PC? so idk

If you own the software, you can put it on your laptop as well as your other computer. You don’t need to uninstall anything. The thinking is that you will not be using them at the same time. What Microsoft hopes to curtail is people passing the software around to a number of people, instead of each of them buying a copy.

Sep 2

I am testing the water with open office and have been largely very impressed so far. Something I frequently use in Microsoft word is a screenwriting template called simply screen play. It’s a .dot file and contains macros to automatically format as you type. So far the macros have worked, but only for automatic formatting, the template also comes with a toolkit of icons that execute specific macros for screenplay formatting and this is conspicuously absent. Anyone know if I can retrieve them and how?

OpenOffice.org has a number of different internal macros languages, but they are all different from Microsoft’s VBA.

Any macro written in Microsoft’s VBA will be retained if you read the file into OpenOffice.org. But it won’t do anything. You would have to rewrite the macrol in OpenOfffice.org Basic or another OpenOffice.org language.

A screen-writing add-on for OpenOffice.org Writer is available at http://extensions.services.openoffice.org/project/scr2 . Perhaps it will do what you want.

Sep 2

I have downloaded Microsoft Expression Web lately, but got into trouble when its setup file would not run, meaning i could not install it. I double clicked it, and tried all ways i can think of opening it, but nothing happened. I opened the task manager and it wasn’t in the process list. Can anyone help me please?

If you previously installed the Trial Version, and it expired, that’s why.

Microsoft wants you to BUY the full version.

And, no, there’s no way around this.

Sep 2

hi there.

I’m a total Noob with programming and hopefully someone
could explain how "if then else statements" are done.

here’s the question from my tutorial:

1.Create a new page called tutorial_form.aspx

2.Insert a new textbox and a button that asks a user to enter a number between 0 and 100.

3.Add code SO THAT ONLY DURING A POSTBACK if the user entered a number below 0 it outputs, “You are naughty, your number was below 0”, if the number was above 100 it outputs “Tsk Tsk. I told you to enter a number below 100”, otherwise it outputs “Thank you for following instructions. [the number] is between 0 and 100”.
Note: You will need to convert the input from a String to an Integer and you will need to nested IF statements!

This is what I’ve done in code view:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ Page Language="VB" Debug="true" %>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled 1</title>
</head>

<body>
<form id="form1" runat="server">
Enter a number between 0 and 100 <asp:TextBox runat="server" id="numberbox"></asp:TextBox>

<script runat="server">

If numberbox <=0 Then
response.Write "You are naughty, your number was below 0"
else If numberbox >=100 Then
response.Write "Tsk Tsk. i told you to enter a number below 100"
else
response.Write "Thank you for following instructions. (numberbox.Text) is between 0 and 100"
end If

</script>
</form>

</body>

sorry if that’s messy =[
oh gee thx Epson,
Grrr mofo

the f numberbox <=0 Then code block has to be in the onclick event for the button.

There are two drop-down boxes just above the code editor window that display objects (form, page, button, etc) and the available events. if button isn;t one of them, then the button hasn;t been properly placed on the form. be sure to add the control from the toolbox.

numberbox may need a me.numberbox.tostring
and you may need to convert to a number. I use the cdbl or cint, but you could also use CType(variable, datatypename)

Sep 2

2 Microsoft Office 2010 Comparison Screencasthttp://go.tagjag.com/screencast – http://twitter.com/chrispirillo – I recently asked all of you to submit your screencasts to me for review. The best of the best will be chosen to be featured here, in my various channels and outlets. This provides content of a different perspective for our community, and gives you new exposure for your work! Jack has submitted another excellent screencast, this time showing us a nice comparison between different versions of microsoft office. http://www.youtube.com/user/HaywardJack – http://chris.pirillo.com

Duration : 0:6:9

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , , , , ,

Sep 2

2 Word Tutorial Using Templates Microsoft Training Lesson 8.1Learn how to use a template in Microsoft Word at www.teachUcomp.com. A clip from Mastering Word Made Easy v. 2007. http://www.teachucomp.com/tutorwdmain.htm – the most comprehensive Word tutorial available. Visit us today!

Duration : 0:3:57

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Sep 2

2 Microsoft Expression Web 3.0       free download      http://software43.info/?p=92
click on the link provided to start your download

Whether youre an expert or just getting started, building standards-based Web sites is faster and easier with Microsoft Expression Web 3.

Deliver visually compelling, standards-compliant Web experiences with Expression Web 3. Whether youre an expert or just getting started, building standards-based Web sites is faster and easier.

Duration : 0:1:9

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , ,

Sep 2

2 Data binding to a user control in SilverlightIn this tutorial we look at how we can data-bing a slider control to a text block. This allows us to change the text sixe dynamically and improve the experience for our end users.

Duration : 0:4:19

Read the rest of this entry »

Technorati Tags: , , , , ,

Sep 2

2 Microsoft Expression WebA Quick Tour.
Microsoft® Expression® Web is a professional design tool to create modern, standards-based sites that deliver superior quality on the Web.

Duration : 0:1:58

Read the rest of this entry »

Technorati Tags: ,

Aug 30

hey, im on vista and im wondering how to use microsoft office without paying. I’ve done the free trail.

There is no way…After the trail you either buy it, or uninstall it

You can use this for free, forever

http://www.openoffice.org

« Previous Entries