Apr 9th, 2009 | No Comments

Usage:

document.getElementById(div_id).style.JS_property_reference = “new_CSS_property_value”;

CSS PropertyJavaScript Reference
backgroundbackground
background-attachmentbackgroundAttachment
background-colorbackgroundColor
background-imagebackgroundImage
background-positionbackgroundPosition
background-repeatbackgroundRepeat
borderborder
border-bottomborderBottom
border-bottom-colorborderBottomColor
border-bottom-styleborderBottomStyle
border-bottom-widthborderBottomWidth
border-colorborderColor
border-leftborderLeft
border-left-colorborderLeftColor
border-left-styleborderLeftStyle
border-left-widthborderLeftWidth
border-rightborderRight
border-right-colorborderRightColor
border-right-styleborderRightStyle
border-right-widthborderRightWidth
border-styleborderStyle
border-topborderTop
border-top-colorborderTopColor
border-top-styleborderTopStyle
border-top-widthborderTopWidth
border-widthborderWidth
clearclear
clipclip
colorcolor
cursorcursor
displaydisplay
filterfilter
fontfont
font-familyfontFamily
font-sizefontSize
font-variantfontVariant
font-weightfontWeight
heightheight
leftleft
letter-spacingletterSpacing
line-heightlineHeight
list-stylelistStyle
list-style-imagelistStyleImage
list-style-positionlistStylePosition
list-style-typelistStyleType
marginmargin
margin-bottommarginBottom
margin-leftmarginLeft
margin-rightmarginRight
margin-topmarginTop
overflowoverflow
paddingpadding
padding-bottompaddingBottom
padding-leftpaddingLeft
padding-rightpaddingRight
padding-toppaddingTop
page-break-afterpageBreakAfter
page-break-beforepageBreakBefore
positionposition
floatstyleFloat
text-aligntextAlign
text-decorationtextDecoration
text-decoration: blinktextDecorationBlink
text-decoration: line-throughtextDecorationLineThrough
text-decoration: nonetextDecorationNone
text-decoration: overlinetextDecorationOverline
text-decoration: underlinetextDecorationUnderline
text-indenttextIndent
text-transformtextTransform
toptop
vertical-alignverticalAlign
visibilityvisibility
widthwidth
z-indexzIndex

Written by Ajay Matharu

April 9th, 2009 at 11:17 am

Posted in CSS,Javascript,Web

Tagged with , ,

Mar 29th, 2009 | 3 Comments

Many people have this question “Does Sharepoint gets installed on Vista?”. The answer is yes. I installed MOSS on my Vista machine yesterday successfully.

All you need to install Sharepoint, WSS or MOSS, on Vista is

  • You must select the Advanced option during install.
  • If you want to run on SQLExpress, manually install it first.  Get it here.
  • You have to manually enable IIS7 with the proper options. Web Management Tools and World Wide Web Services. Enable at least the following options in IIS.

Download Vista Helper file from here, and run the setup file WssVista.msi.

Vista on Sharepoint

Sharepoint on Vista

You will see an UAC prompt select Continue to proceed with the installation.

Once the install has completed you will find the SetupLauncher.exe in the install location you selected. If you didn’t change the default option you will see it under the directory ..\Program Files\WssOnVista\

Sharepoint on Vista

Sharepoint on Vista

Before starting the setup make sure you have enabled IIS with the following options, Web Management Tools and World Wide Web Services. Enable at least the following options and choose OK.

To set this Go to Control Panel and click Programs. Under Program and Features click Turn Windows features on or off.

Sharepoint on Vista

Sharepoint on Vista

After completing the above steps it’s time for the interesting part. Locate SetupLauncher.exe and start it. You will once again see an UAC prompt, select Continue.

Sharepoint on Vista

Sharepoint on Vista

After the SetupLauncher run, select the WSS installation file Sharepoint.exe, or the MOSS installation file, and click OK.  First, the package will be extracted.

Sharepoint on Vista

Sharepoint on Vista

After the files have been extracted the WSS setup program will be started.

Sharepoint on Vista

Sharepoint on Vista

The current version only supports the advanced installation option so select that one.

Sit back and relax while SharePoint is being installed, you are running Vista remember ;)

Once installed you can configure your Sharepoint setup.

Sharepoint on Vista

Sharepoint on Vista

Let the Configuration Wizard do it’s work.

Sharepoint on Vista

Sharepoint on Vista

The final result is WSS running on Vista, Enjoy!

Sharepoint on Vista

Sharepoint on Vista

Resource:

Bamboo Solutions

You can find more on their forums. Enjoy!!!

Written by Ajay Matharu

March 29th, 2009 at 10:53 pm