Confusion about .html extension

Hi Guys,
I have a problem with my site at www.dubkasm.com, I find that if I type in just dubkasm.com it takes me straight to my home.html page, but when I type dubkasm.com/remixed it won't take me to that sub page, unless I type the address with.html at the end.
The problem is, I have quoted the link dubkasm.com/remixed on my album artwork (already in shops) but when this is typed in, the page is not found! Is there a way I can remedy this
I hope this is clear. Thanks for your help!
Ben

For answer see your other post.

Similar Messages

  • Confused about kernel extensions

    I've learned two things about kernel extensions from Google searches:
    1. Kernel extensions are stored in System/Library/Extensions
    2. You can list all Apple extensions with the Terminal command kextstat and all third party extensions with the command kextstat | grep -v com.apple.
    But something doesn't add up: the files listed by the kextstat command all begin with "com.apple". No files in System/Library/Extensions begin with "com.apple". In fact, none of the kernel extensions listed by the kextstat command seem to reside in System/Library/Extensions. So where are they?

    I have the following result with the terminal command kextstat
    Index Refs Address            Size       Wired      Name (Version) <Linked Against>
      111    0 0xffffff7f80b71000 0x5000     0x5000     com.Cycling74.driver.Soundflower (1.6.6) <101 5 4 3>
      126    0 0xffffff7f820f4000 0x3000     0x3000     com.bresink.driver.BRESINKx86Monitoring (9.0) <5 4 3>
    I found the Soundflower driver in /System/Library/Extensions/
    But ccould not find the other one BRESINKx86Monitoring anywhere .
    where is it hidden?

  • Confused about Reader Extensions

    I've created an interactive form and the users using Reader can email the XML data from it to me, and I can import that data into the forms using Acrobat Pro 7.0 just fine. The users have requested that they be able to save a copy of the *completed* form. We're also considering the upgrade to Acrobat 8 Pro and would "enabling Usage Rights" in the form through Acrobat 8 Pro enable the Reader users to save their completed forms or not?

    Potentially. Key question: What is the absolute maximum number of
    users a form might have? And the maximum number of uses one form might
    ever have? 100? 500? 1000...?
    Aandi Inston

  • Confused about capability of extensions

    Hi,
    I'm a bit confused about what extensions are used for. I've
    never used any, and can't seem to figure out what they're for
    besides copy-paste.
    I looked at dreamweavers help file about creating extensions,
    but all it does is allow you to make a code block that can be
    inserted at a click of a button.
    Is there a way that you can make extensions that actually ADD
    options to dreamweaver menus? Like when a user right clicks
    somewhere, or something like that? Like if the user clicks anywhere
    a link to go to google.com is on the menu or something, thats
    simple.
    What I want is to build a window that is an extension. You
    can find what I am attempting to accomplish at:
    Here
    What can you do with extensions? Can you actually add onto
    dreamweavers product?

    "digitalpacman" <[email protected]> wrote in
    message
    news:e5nd8j$3ps$[email protected]..
    >I tried reading all that but none of it really helped.
    And the instructions
    >I
    > got don't even work. I tried to simply edit the menu
    options for the
    > reference
    > panel in the menus.xml file and nothing even changed. I
    added, deleted,
    > modified. Nothing changed. Yes I did restart dreamweaver
    and it was not
    > open
    > during the edit of the XML file.
    Dreamweaver creates a local copy of menus.xml that overrides
    the copy in
    Configuration. See this link for info:
    http://livedocs.macromedia.com/dreamweaver/8/extending/wwhelp/wwhimpl/common/html/wwhelp.h tm?context=LiveDocs_Parts&file=02_cust8.htm
    > Is it possible to add in your own WINDOWS? Like the
    Files window ect?
    Yes, look up Floating Panels in the Extending Dreamweaver
    manual.
    > I cant seem to find a reference to functions dreamweaver
    allows us to use
    > for
    > functionality.
    Check the DW API reference in the help menu. Almost every API
    call is in
    there. Additional functionality is in Configuration/Shared.
    Check the
    dwscripts.js file and others for a good idea of what can be
    done.
    Tom

  • A Beginners Guide to creating Photoshop HTML Extensions with Jquery-UI.

    Like alot of you here, I've been struggling to learn how to create these new HTML extensions.    I thought I'd take the time to make a tutorial of what I've discovered.  I've posted it here: 
    adobescripting.com/MAIN_wp/creating-photoshop-html5-extensions/
    I'm experienced with ExtendScript, but very rusty with HTML and web development.  So this is what I discovered while trying to take that "Create HTML5 Extension In 5 Minutes" tutorial to the next level.    Please let me know if any of the steps need more clarification, or the language is confusing. 
    A small payback for all the great help I've gotten from others on forums like this. THANYOU!  I hope this tutorial is usefull to those of you just beginning.
    (if you're an experienced web developer, then ..I apologize in advance...  I'm learning as I go. )

    Very good tutorial!
    Much appreciated.
    I wish I had read your tutorial more carefully the first time two days ago, then I would have save myself hours and hours.
    It's all there. Communication between panel and jsx, html, the works
    You even tuch the subject about the strange $._ext_PHXS function. A global variable without declaration is accesible through evalScript, I would never had figured that out.  ext_radioButtonInfo = radioButtonInfo; function radioButtonInfo(inRadio)
    Thanks once again!

  • Confused about logical table source

    Hi,
    I'm confused about logical table source(LTS), there are 'General', 'Column Mapping', 'Content' tabs in
    LTS, in General tab ,there are some information,like 'Map to there tables' and 'joins',
    just here, we have created relationships in physical layer and BMM layer, so I would like to ask what's the use of the 'joins' here?

    Hi Alpha,
    Valid query, when you establish a complex join it is always between a logical fact and dimension table.Consider a scenario,
    Example:w_person_dx is an extension table not directly joined to a fact but joins to a dimension w_person_d.
    When you model the person_d tables in BMM, you ll have a single logical table with w_person_d as source.If you have to pull columns from both w_person_d and w_person_dx tables in a report, you add dx table as inner join to persond table in the general tab.Now when you check your physical query, you can see the inner join fired between the two dimensions.
    Rgds,
    Dpka

  • Confused about transaction, checkpoint, normal recovery.

    After reading the documentation pdf, I start getting confused about it's description.
    Rephrased from the paragraph on the transaction pdf:
    "When database records are created, modified, or deleted, the modifications are represented in the BTree's leaf nodes. Beyond leaf node changes, database record modifications can also cause changes to other BTree nodes and structures"
    "if your writes are transaction-protected, then every time a transaction is committed the leaf nodes(and only leaf nodes) modified by that transaction are written to JE logfiles on disk."
    "Normal recovery, then is the process of recreating the entire BTree from the information available in the leaf nodes."
    According to the above description, I have following concerns:
    1. if I open a new environment and db, insert/modify/delete several million records, and without reopen the environment, then normal recovery is not run. That means, so far, the BTree is not complete? Will that affact the query efficiency? Or even worse, will that output incorrect results?
    2. if my above thinking is correct, then every time I finish commiting transactions, I need to let the checkpoint to run in order to recreate the whole BTree. If my above thinking is not correct, then, that means that, I don't need to care about anything, just call transaction.commit(), or db.sync(), and let je to care about all the details.(I hope this is true :>)
    michael.

    http://www.oracle.com/technology/documentation/berkeley-db/je/TransactionGettingStarted/chkpoint.html
    Checkpoints are normally performed by the checkpointer background thread, which is always running. Like all background threads, it is managed using the je.properties file. Currently, the only checkpointer property that you may want to manage is je.checkpointer.bytesInterval. This property identifies how much JE's log files can grow before a checkpoint is run. Its value is specified in bytes. Decreasing this value causes the checkpointer thread to run checkpoints more frequently. This will improve the time that it takes to run recovery, but it also increases the system resources (notably, I/O) required by JE.
    """

  • I am confused about Icloud. I have a 5 year old Macbook, a 2 year old macbook and a 5 year old mac mini. What exactly do I need to do to get all this connected via Icloud. I also have an Iphone 3G. Help please!

    I am confused about Icloud. I have a 5 year old Macbook, a 2 year old macbook and a 5 year old mac mini. What exactly do I need to do to get all this connected via Icloud. I also have an Iphone 3G. Help please! Also, I still don't understand exactly what the benefits are. At the moment it seems a lot of hassle to change a system that's been working perfectly well and that I'm very happy with. I'm not at all sure whether the mac mini (1.66 GHz INtel Core Duo) can be brought up to the relevant spec to run ICloud.  Any thoughts?

    There are two aspects to iCloud.  One is simply getting an account, or migrating a mobileme account to iCloud.  The second part is using the various features of iCloud to sync contacts, calendars, use music match or photo sharing, and store iWorks documents.
    First to get an iCloud account:
    If you have a mobileme account, you can migrate by simply logging onto www.icloud.com (ignore any references to Lion and just click through to complete the migration).  If you have OS X Lion or an iOS 5 mobile device, you can create an iCloud account on that device using any valid AppleID.
    Once you have an account, you can use JUST the mail account if you wishi - it is a standard IMAP account so you would set it up like any other IMAP email account you have, in whatever client program you use to read email.
    To use the OTHER feautes of iCloud, your computers will have to be running OS X Lion (10.7).  Your iPhone 3G will never be able to use iCloud as it cannot run iOS 5 (you need a min. of an iPhone 3GS to run iOS 5).
    The requirements for OS X Lion are here - http://www.apple.com/macosx/specs.html  You need a min. of a Core 2 duo processor so you mini is not capable of running Lion.
    So, in your case, the single reasons for iCloud would be if you have a mobileme account, then use the online www.icloud.com to migrate your account so you do not lose your @me.com email address.  You can use iCloud email (without using any other iCloud features) by setting it up as IMAP mail with these settings - http://support.apple.com/kb/HT4864
    If you want an iCloud account and do NOT already have a mobileme account, you will need to upgrade one machine at least to Lion in order to be able to create an iCloud account.

  • Removing .html extension when using MUSE

    After creating my website with MUSE, I uploaded to the Adobe Business Catalyst (BC), but couldn't remove the .html extension. However, if you create a page using just BC, the extension will automatically be gone by default.
    Once you've uploaded your MUSE site to BC, edit your page's HTML CODE. At the top of the HTML CODE, remove <!DOCTYPE html>. Also go through the HTML and remove the .html from all links pointing to pages within your website such as "index.html". It would then be just "index". Or "about.html" -> "about". You can leave links pointing to facebook or twitter or anywhere outside of your website alone.
    Also you will need to edit the page url name. It will say "http://yourdomain.com/index.html" Just remove the .html. This is located at the top of the edit page page on BC, ***NOT IN THE HTML CODE***.
    I'm not sure how to do PHP, but I don't think MUSE creates PHP anyway. Typically you would have to just use the .htaccess Rewrite.

    You are right on.  When you upload files from Muse to BC you are creating the pages on upload and until you go into BC and update the URLs in Site Manager > Pages for each page it will be .html.  The only note I would add is that you don't need to adjust "index.html" file URLs in BC.  If you have a page called "index.html" in the folder "contact" then you only need to adjust the links in your HTML to point to "http://yoursite.com/contact/" and BC will serve the index.html file without showing that filename in the browser URL bar.  If you, instead, have a file called "contact.html" in your BC root folder then, yes.  Just go into the BC admin and update the URL of the page there.  You can leave the .html or .htm extension on the file but BC will serve it without the extension since you specified that in BC's Admin.

  • Confused about different calendars

    I have a Macbook Pro, an iPhone 5, and an original iPad.
    I am confused about the purpose of the different Calendars: Home, Calendar, iCloud, and Calendar([email protected]).
    Also listings on my iPad "Show Calendars" : From My Mac, cal.me.com, and [email protected]
    I am retired and have no work commitments so I just need one calendar that I can access and put events in from all 3 devices and can see them on all 3 devices.
    I find that if I put events in from my Macbook, they show up on both ioS devices, but if I put an event in on my iPad, it does not show up on my Macbook regardless on which Calendar I enter it on.
    Is there somewhere I can find in simple terms which calendar I can use on all 3 devices and delete the others?
    Thank you.

    Hi,
    Macworld has a great article on multiple apple ID's and imatch.   Here's the link: hope it helps.
    http://www.macworld.com/article/163013/2011/10/all_about_icloud_common_signup_sc enarios.html
    It runs through a whole bunch of multiple ID's & set-up scenarios.
    Cheers,

  • [SOLVED] Confused about Mobility Radeon HD 3200

    I've always found hard to find good information about this card - some sources, even, contradict themselves. All what I know is that it is an integrated graphics card and that it features the RS780M chipset. These are some tips I've got from the system logs:
    grep -i r600 /var/log/Xorg.0.log
    [ 23.353] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 23.353] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 24.099] (II) AIGLX: Loaded and initialized r600
    dmesg | grep -i radeon
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-hf root=UUID=ab92c2db-22b5-4fcb-a33f-2efe3f3f104c ro radeon.modeset=1 radeon.benchmark=0 radeon.tv=0 radeon.pm=0 init=/usr/lib/systemd/systemd quiet
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-hf root=UUID=ab92c2db-22b5-4fcb-a33f-2efe3f3f104c ro radeon.modeset=1 radeon.benchmark=0 radeon.tv=0 radeon.pm=0 init=/usr/lib/systemd/systemd quiet
    [ 1.463857] [drm] radeon kernel modesetting enabled.
    [ 1.464337] radeon 0000:01:05.0: VRAM: 256M 0x00000000C0000000 - 0x00000000CFFFFFFF (256M used)
    [ 1.464340] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
    [ 1.464779] [drm] radeon: 256M of VRAM memory ready
    [ 1.464781] [drm] radeon: 512M of GTT memory ready.
    [ 1.472494] radeon 0000:01:05.0: WB enabled
    [ 1.472499] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xffff8800374a5c00
    [ 1.472502] radeon 0000:01:05.0: fence driver on ring 3 use gpu addr 0x00000000a0000c0c and cpu addr 0xffff8800374a5c0c
    [ 1.472570] [drm] radeon: irq initialized.
    [ 1.472672] radeon 0000:01:05.0: setting latency timer to 64
    [ 1.504277] [drm] radeon atom DIG backlight initialized
    [ 1.504279] [drm] Radeon Display Connectors
    [ 1.504311] [drm] radeon: power management initialized
    [ 2.344989] fbcon: radeondrmfb (fb0) is primary device
    [ 2.441483] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
    [ 2.441486] radeon 0000:01:05.0: registered panic notifier
    [ 2.441502] [drm] Initialized radeon 2.30.0 20080528 for 0000:01:05.0 on minor 0
    I also found good (?) information, or at least a clearly-explained article, here. After reading it, UVD appears as the AMD's counterpart of NVIDIA's VDPAU for video acceleration.
    What I'm not sure about, is:
    -  Does it support video acceleration? I'd like to offload video processing to the GPU, but am not sure if my card and the open-source drivers support it or not. Wikipedia's article about VDPAU states it comes from NVIDIA, but then it says it has an open-source implementation.
    -  What has gallium to do with it? What gallium drivers should I enable in mesa? And what about DRI drivers?
    I configured mesa as follows:
    ./configure --prefix=/usr \
    --sysconfdir=/etc \
    --with-dri-driverdir=/usr/lib/xorg/modules/dri \
    --with-gallium-drivers=r600 \
    --with-dri-drivers=radeon \
    --with-llvm-shared-libs \
    --enable-gallium-llvm \
    --enable-egl \
    --enable-gallium-egl \
    --with-egl-platforms=x11,drm \
    --enable-shared-glapi \
    --enable-gbm \
    --enable-glx-tls \
    --enable-dri \
    --enable-glx \
    --enable-osmesa \
    --enable-texture-float \
    --enable-xa \
    --enable-vdpau
    Not sure if I missed something, though.
    I am very confused about how Linux manages graphics, and what all those layers are for. DRM, DRI, VDPAU, VA-API, gl, gl3, xv, xvmc... it's a mess!
    Thanks in advance.
    Last edited by Kalrish (2013-06-16 17:54:04)

    The feature matrix might help. The easy part to answer is that the 3D driver is split into two parts: DRM which is part of the kernel and DRI which is in userspace and comes from the mesa package.
    Xv is an Xserver extension supported by pretty much all drivers. Found in the DDX (xf86-video-*), it uses features of the card to speed up the display of video (but not decoding). It can either do this by using the "video overlay" or creating a shader.
    Now if you want to use Xv but also offload decoding to the card, you need a video acceleration API. The ones to choose from are XvMC, VA-API, VDAPU in increasing order of feature support. They were developed by Xorg, Intel, Nvidia respectively but anyone is free to implement them. I don't think it's correct to call UVD a counterpart of VDPAU. UVD is a bunch of registers on newer AMD cards. And if you sent bits to those registers in the right way, you can implement VDPAU.
    The other way to implement VDPAU (say if the documentation for UVD registers was not released) is to use gallium. There is a gallium state tracker which can still do it at the expense of being slower. It is a hack whereby you convert video frames to polygon textures and make the OpenGL part of the card think that it's calculating part of a 3D scene when really it's decoding video.

  • Question about HTML files using TextEdit

    First off, I wanted to ask if this is the proper place to post a question about HTML/XHTML. I couldn't really find anywhere else that seemed to fit better, but please point me in the right direction if this is not the place. Thanks.
    Moving on -- here's my question:
    I'm having trouble with working with HTML files in TextEdit. I'm on a Mac, using TextEdit as my HTML editor (I can not afford one of these other HTML editors, and I like using a simple text editor like TextEdit for HTML). Here's my problem: I open a new rich text document in TextEdit and write my HTML and then choose File>Save As and choose "HTML" under the File Format drop-down box. Having saved this file as an HTML file, I then open Safari and choose File>Open File and select my HTML file; however, when I do this, my web page's text does not appear in the browser window. Instead, the HTML code itself appears in the browser window, as if the browser was not interpreting it as HTML and converting it. The same problem happens when saving the file as a .htm file using Microsoft Word for Mac.
    So, as another solution (at the suggestion of a helpful poster in a previous thread), I tried creating a plain text file in TextEdit (instead of a rich text file like before). Now, in TextEdit there is no option for saving plain text files as HTML files, so I simply save it as a Unicode-8 format and then find the file in Finder and change the extension to .htm myself (I've tried .html as well). This, fortunately enough, actually works! When I open the file in Safari I get to see my web page as expected. However, the first time I quit out of the application TextEdit and then try to reopen my .htm file in TextEdit, I no longer can see my HTML code. Instead, TextEdit shows me the actual web page text that I would expect to see when I open the file in a browser, and my HMTL code is lost.
    Can someone please help me here? There has to be a way to edit HTML in TextEdit without the code disappearing every time you quit out of the application and reopen the HTML file. Any help is greatly, greatly appreciated. Thank you.

    That's the problem -- once I convert it to plain text there is no longer an HTML option under the Save As drop down menu. The drop down menu's title is Plain Text Encoding instead of File Format and the only options I get are Unicode-8, Unicode-16, Western, Chinese, and so forth. I can save it as an HTML file, but only if the file is rich text, which doesn't work for HTML.
    So, I can save it as plain text (.txt) and then go and change the extension myself, and like I said, it works if I do that. I can edit HTML in TextEdit and open the file properly in Safari to view my web page. The problem is (I went over all this in my first post) that, after that, if I exit TextEdit and reopen it, my document is no longer HTML code -- it is now simply the text of the web site as if I had opened it in a broswer.
    What do you suggest I do?

  • New bie confused about linking different things BP and org struc

    Dear Experts,
    It might sound very silly question but as a fresher to a functional module i am bit confused about all the different concepts.
    1. How actually we start a CRM implementation like after blue printing what are the activities we first start
    like do we first config master data and then org structure and then activities.
    what is the inter linking between these three , i have read CR100, after reading that i am not able to link each one of them like which one is first.
    And last but not least please kindly guide me how to practise the config.
    thanks and regards
    Neel

    Hi Neel,
    first go through with CRM Replication (B09) from building blocks
    http://help.sap.com/bp_crmv340/CRM_DE/BBLibrary/html/BBLibrary.htm
    and also
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm
    technical information - building blocks library
    abt transactions wat ever the std transactions in R3 will present in CRM which already mapped if there r any Ztransactions u have to create the same Ztransactions in CRM for Ztransactions u need to create Zitem categories item category determination and copy controls everything manually and u have to map them, it is not possible to download these from R3 to CRM
    About Business Partners
    Watever u r willing to replicate the BPs from CRM to R3 (u can also avoid some BPs not the replicate to R3) u have to do proper settings in R3 in PIDE transaction, u can do here both dimentional replication settings.
    go through the building block u can understand
    Regards
    Manohar
    Edited by: Manohar R on May 12, 2008 11:51 AM
    Edited by: Manohar R on May 12, 2008 11:52 AM

  • Using the .html extension with CF

    How do I setup CF admin to interpret the .html extension as
    opposed to .cfm?
    Thanks!

    BigRedFan wrote:
    > How do I setup CF admin to interpret the .html extension
    as opposed to .cfm?
    >
    > Thanks!
    >
    As opposed? You want to stop the server from interpreting
    .cfm files?
    Most who use this technique set it up to do both .cfm and
    .html! :-)
    Anyways, this is not a CF admin configuration, it is a web
    server
    configuration. That is what is determining what resource has
    been
    requested and what to pass the request to, if anything. So
    your answer
    is going to depend on what web server you are using, IIS vs
    Apache vs
    something else.
    I don't know off the top of my head, but I have read many
    postings and
    blogs over the years that give a good description of the
    process, should
    be pretty easy to find with a Google search.
    P.S. Now that I think about with MX versions of ColdFusion I
    seem to
    recall there are some cf xml configuration file modifications
    involved
    as well.

  • I'm horribly confused about student licensing and commercial use

    As the title says I'm horribly confused about student licensing and using it for commercial use.
    I currently have a Student Licensing version of Adobe Creative Suite 4 that I purchased through my school's journeyEd portal.
    Seeing how CS5 is now out I was browsing looking at prices (why not upgrade while I'm still a student, right?) and while browsing I bumped into one source that says that Student Licensing can not be used for commercial purposes, and this is when the confusion started. I remember reading before that we are able to use student licensing for commercial purposes, okay time to google search. I found one Adobe FAQ that says I can. .
    http://www.adobe.com/education/students/studentteacheredition/faq.html
    " Can I use my Adobe Student and Teacher Edition software for commercial use?
    Yes. You may purchase a Student and Teacher Edition for personal as well as commercial use. "
    and I found this old thread;
    http://forums.adobe.com/thread/314304
    Where an poster listed as an employee of Adobe states
    "There is no upgrade from the CS3 Educational Edition to the comparable CS3 editions sold in non-academic environments. If you have an educational version of for CS3 obtained legitimately (i.e., you qualified for the educational version when you obtained it), you may continue to use that software for the indefinite future, even for commercial use! You cannot sell or otherwise transfer that license, though! When the next version of the Creative Suite is released, you will have two choices: (1) If you still qualify for the educational version, you can buy a copy of that next version (there is no special upgrade pricing from one educational version to another; the price is already very low) or (2) you can upgrade from the educational version of CS3 to the full version of the next version of the Creative Suite as an upgrade from CS3 at the prices published at that time. "
    Okay cool, hmm what this? Adobe is asking me if I want to IM with live costumer service agent, sure why not? Then the conversation started and I asked her my question about using my CS4 license for commercial use, she asks for my product code and email to verify my product, then informs me I can purchase the upgrade version of CS5 and use that for commercial, okay great, but not really answering my question. I reword it and give her a link to that FAQ page it goes like this. ..
    "[CS Rep] : [My name], I would like to inform you that Adobe Student and Teacher Editions are not allowed for
    commercial use.
    [CS Rep] : However, you can upgrade your current software to a normal upgrade version, and you can continue
    using it for commercial purpose.
    [Me] : Then is the FAQ page mistaken? Because it is very misleading if it is. But thank you for the information.
    [CS Rep] : You are welcome.
    [CS Rep] : I apologize for the misleading information in the FAQ."
    . .And after that, I went back to being confused.
    SO my questions are. . . Can I or can't I use my Adobe Creative Suite 4 student licensing for commercial purposes? and If I purchase a Student Licensing of CS5 can I use that for commercial purposes as well?
    Sorry for the long post, I just want to be perfectly clear on what I can and can not do with my purchase.

    The rules differ in various parts of the world. In North America you can use it for commercial work.
    There are no student/academic upgrades. The pricing is so low that in many cases you're better off buying another full student license but you are eligible for upgrade pricing for commercial versions once you're out of school.
    You may not transfer the student license in any way.
    Bob

Maybe you are looking for