English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - January 2007

[Selected]: All categories Computers & Internet Programming & Design

Host a website on My Computer if it's possible how PLEASE HELP ME? I don't have money to buy webspace online!

2007-01-29 13:24:40 · 6 answers · asked by computer_guidance 2

Does Anyone Know How To Get All The Titles and names on myspace to glow a certain color??? ive been looking for that for the longgestt!! o and how do u make ur picture flaot all over your page, over your background.. if anyone knows, please let me know...

2007-01-29 12:51:18 · 3 answers · asked by Jessie 4

2007-01-29 12:37:33 · 3 answers · asked by Anonymous

http://img266.imageshack.us/img266/7903/yoyoitsjojo3qw0.gif

like what site can u do it on? and how? help please!!!

2007-01-29 12:31:03 · 7 answers · asked by MEEE 1

I have use some tricks to make a googlepages site extra special, now I need to know if they will stand up. Please go to the site and poke around

http://pixelpleasure.googlepages.com/


Google has stated that their support for advanced features is limited and prone to breaking, that is why I need your help.

Thanks!

The those interested in the details of the tricks I used:
1) Using javascript to attach a "style" tag to the header element. I used the DOM to append a node. Using their templates you cannot access the header element directly to attach style sheets.
2) In the same fashion as above attached a "script" tag to the header so I could use a .js file
3) Included an .xml file to basically give me a light read only database engine.

Once again the site is:
http://pixelpleasure.googlepages.com/

2007-01-29 12:01:05 · 4 answers · asked by fwiiw 4

A program that reads three characters and determine their order.
It is from my C++ class. I probably could figure it out if my prof would have told us we needed to read and do this problem in advance. One day is not enough time to do this in. Can anyone help me?

2007-01-29 11:39:52 · 4 answers · asked by a_screamobassist 2

2007-01-29 11:15:17 · 2 answers · asked by susan_at_tec-ch 1

I heard from a good source not to get the Microsoft cert. What about Oracle?

2007-01-29 11:01:24 · 3 answers · asked by hearts_on_fire 3

I need the code for JUST the background, not a whole layout. help... Please?

2007-01-29 10:53:12 · 2 answers · asked by ѕαяαн 2

ok i wrote a program using c language but i cannot figure out how to run it.

2007-01-29 10:51:45 · 2 answers · asked by Val 4

2007-01-29 10:29:00 · 6 answers · asked by thehugedeal1980 1

i tries to delete but i am scared i will really mess things uo

2007-01-29 10:21:28 · 2 answers · asked by flkeyjamiek 1

2007-01-29 10:00:56 · 2 answers · asked by Anonymous

2007-01-29 10:00:24 · 3 answers · asked by writer721 2

I have selected - now what?

2007-01-29 09:41:48 · 5 answers · asked by AC Bloggs 1

2007-01-29 09:27:10 · 1 answers · asked by Kay_Ladee 2

2007-01-29 09:18:58 · 3 answers · asked by jflaosn 1

is this a speacific order??

2007-01-29 09:06:15 · 6 answers · asked by Kaity 4

My problem is that I don't have a printer here at home so I need to create this flyer and then save it to a disc or send it to my email and that way I can open it from another location that has a printer and make several copies. Do you know of any programs that would fit my needs? Thank you in advance.

2007-01-29 09:02:23 · 2 answers · asked by Erika 4

I am working on a web page that is a memorial to my grandmother. I am posting pictures on the site & found a code that will disable the right-click-save option. However, I would like to further protect the site by preventing people from viewing the source code for the page ... Can anyone help me? I've looked at several of the HTML code sites & found plenty if I want to purchase their software ...

Thank you in advance for the help ...

2007-01-29 08:41:48 · 4 answers · asked by Nobody's Fool 4

I have flash player 7 and I think at one time I had the java cause it use to work just fine. What do I do?

2007-01-29 08:22:29 · 25 answers · asked by brandon b 1

I am trying to set up a spreadsheet that scheduling people can use to schedule the amount of time they want staff to spend on a project. I have already set up pivot tables that show the total information broken down by project, and broken down by staff person. Now they want me to make it so they can see time scheduled for a specific period - i.e. all time scheduled between the dates of 1/02/07 to 1/21/07. None of these people are smart enough to know how to manipulate the data to accomplish this - they would just like to enter 2 dates, and have Excel just re-create the pivot tables. Does anybody have any idea how I can accomplish this? Any assistance would be most greatly appreciated. Thanks!

2007-01-29 08:20:44 · 2 answers · asked by Michael P 1

please tell me what CPE-61-9-133-5.vic.bigpond.au.... [61.9.133.5]
is?

Latitude is -34.9330

Longitude is 138.6000

2007-01-29 08:08:56 · 3 answers · asked by Anonymous

/* ===================================================
Copyright (c) 2006 Macromedia Inc.
toggleSwitch function
$Revision: 1.1 $
==================================================== */
function togglePlatforms(switchThis) {
if(com.adobe.cssprofile.features.stretch) {
switchThis.className=(switchThis.className=='hidePlatforms adjacent')?'showPlatforms adjacent':'hidePlatforms adjacent'
} else {
switchThis.className=(switchThis.className=='hidePlatforms')?'showPlatforms':'hidePlatforms'
}
}

2007-01-29 08:06:12 · 1 answers · asked by katie k 1

/* Copyright (c) 2006 Adobe Systems Inc. $Revision: 1.60 $ */
function initMembership() {
if(!$("globalnav") && !$('user-menu') && window.location.hostname.indexOf('adobe.com') == -1) return;
var membershipElements = {
'greeting': $('greeting'),
'screen_name': $('screenName'),
'account_link': $('account'),
'signout': $('signout')
}
for (var prop in membershipElements) {
if (membershipElements[prop] == null) return;
}
function showScreenName () {
var name = getCookie('SCREENNAME');
if (name != null && (name != '' || name != 'undefined')) {
membershipElements['screen_name'].innerHTML = name;
}
}
var authLevel = 0;
authLevel = (getCookie('RMID') != null) ? 1 : authLevel;
authLevel = (getCookie('AUID') != null) ? 2 : authLevel;
var listitem = ((browser.ua.indexOf('mac') != -1) && (browser.appN.indexOf('microsoft') != -1)) ? 'inline-block' : 'block';
switch (authLevel) {
case 0:
membershipElements.greeting.style.display = 'none';
membershipElements.account_link.style.display = listitem;
break;
case 1:
showScreenName();
membershipElements.greeting.style.display = listitem;
break;
case 2:
showScreenName();
membershipElements.greeting.style.display = listitem;
membershipElements.signout.style.display = listitem;
break;
default: break;
}
}
browser = browser || new BrowserDescription();
if ((!window.opera && browser.ua.indexOf('netscape6') == -1) || (window.opera && browser.appV >= 7)) {
registerOnReady(initMembership);
}

2007-01-29 08:04:44 · 1 answers · asked by katie k 1

/*
Copyright 2005 Adobe Systems Incorporated.
Master Template CSS
$Revision: 1.47 $
*/
body {
padding: 0;
margin: 0;
height: auto;
}
#layoutLogic {
padding: 0;
margin: 0 auto;
width: 758px;
text-align: left;
min-height: 450px;
}
#pod,
.with-pod #gecko,
#infoPodCap,
#infoPodCapBottom,
#promo,
#pod-fma
{
position: relative;
}
#promo,
#pod-fma,
#pod,
#infoPod,
#infoPodCap,
#infoPodCapBottom
{
float: right;
clear: right;
}
#pod,
#promo
{
top: 0px;
}
#infoPodCap
{
top: 0px;
}
.with-pod #gecko
{
/*\*/
top: -1px;
/*/
margin-top: -1px;
/**/
}
/*\*/
#infoPodCap
{
margin-bottom: -1px;
}
/**/
#promo
{
margin-bottom: -8px;
}
#promo,
#infoPodCapBottom
{
padding-bottom: 15px;
}
#infoPodCapBottom
{
margin-bottom: -1px;
}
html>body #promo,
html>body #infoPodCapBottom
{
padding-bottom: 15px;
}
html>body #infoPodCapBottom
{
margin-bottom: -9px;
}
html>body #promo
{
margin-bottom: -2px;
}
#pod-fma
{
margin-bottom: 0px;
}
#pod-fma #promo,
#pod-fma #infoPod,
#pod-fma #infoPodCap,
#pod-fma #infoPodCapBottom
{
width: auto;
float: none;
clear: none;
}
#pod-fma #infoPodCap
{
top: 0;
margin-bottom: 0;
}
#pod-fma #promo,
#pod-fma #infoPodCapBottom
{
padding-bottom: 0;
margin-bottom: 9px;
}
/*\*//*/
#pod,
#pod-fma
{
margin-top: -9px;
}
#infoPodCapBottom
{
padding-bottom: 9px;
}
#promo
{
display: inline-block;
}
#pod-fma #promo
{
top: 0;
}
#promo img
{
margin-bottom: 9px;
}
/**/
/*\*/
* html body {
text-align: center;
}
* html #layoutLogic {
height: 450px;
}
/**/
/*\*/
* html .with-pod #contentBody h3,
* html .with-pod #contentBody div.options-pod,
* html .with-pod #contentBody div.options-pod *
{
position:relative;
}
/**/
#capBottom {
margin: 0 auto;
padding: 0;
width: 758px;
height: 10px;
font: 1px/1px monospace;
}
br.clear-both,
div.clear-both,
br.clear-left,
div.clear-left {
font: 1px/1px monospace;
display: block;
}
.clear-both {
clear: both;
}
.clear-left {
clear: left;
}
#flash-pixel { display: none;}
#infoPod h3 {
position/**/: relative;
margin-top: 0;
padding-top: 0px;
margin-left: -9px;
margin-right: -9px;
margin-bottom: 10px;
padding-top: 2px;
padding-right: 6px;
padding-bottom: 5px;
padding-left: 8px;
}
#accesslink {
display: block;
position: absolute;
top: 0px;
left: -999px;
width: 1px;
height: 1px;
}
#depthpath {
padding: 8px 23px 0;
margin: 0;
min-height: 10px;
}
#depthpath ol {
list-style: none;
margin: 0;
padding: 0;
}
div[id="depthpath"] ol,
div[id="depthpath"] ol li {
display: inline;
}
#depthpath li.last-child a {
font-weight: bold;
}
div[id="depthpath"] ol li:after {
content: " /";
margin-left: 0.1ex;
padding-right: 0.2ex;
}
ol#depthpath {
padding-left: 16px;
}
* html div#depthpath li {
background: url(/images/master/markers/depthmarker.gif) no-repeat right 3px;
float: left;
margin: 0 2ex 0 0;
padding: 0 2.5ex 0 0;
}
/*\*/
*:first-child+html div#depthpath ol li {
background: url(/images/master/markers/depthmarker.gif) no-repeat right 3px;
margin: 0 1.5ex 0 0;
padding: 0 1.5ex 0 0;
}
* html #depthpath ol {
height: 1em;
}
/*/
#depthpath {
display: inline-block;
width: 82%;
}
/**/
/*\*/
* html #gecko
{
height: 1em;
}
/**/
#contentBody div.h-nav {
margin: 0 -8px 0.85em -8px;
padding: 0.1em 8px;
}
#contentBody div.h-nav h3,
#contentBody div.h-nav a {
display: inline !important;
}
h1 {
margin: 22px 1px 0;
padding: 0 0 0.35em 17px;
}
#contentBody {
padding: 0 17px 50px 16px;
margin: 16px 1px 0 1px;
}
#contentFooter {
margin: 20px auto;
width: 756px;
}
#mmfooterlogo {
float: left;
margin-left: 18px;
}
#copyright-terms {
float: left;
margin-left: 14px;
width: 646px !important;
width: 650px;
}
#copyright-terms p {
margin-bottom: 0.2em;
}
#badge-google {
float: right;
text-align: right;
margin-top: -2px;
margin-right: 11px;
width: 153px;
}
img.googlelogo {
margin-left: 0.3em;
vertical-align: middle;
}
#fma
{
padding: 0 2px;
}
/*\*//*/
* html>body #pod p {
margin-right: 1px;
}
/**/

2007-01-29 08:02:19 · 2 answers · asked by katie k 1

/*
Copyright 2005 Adobe Systems Incorporated.
CSS Import
$Revision: 1.19 $
*/
@import url("/css/fonts.css");
@import url("/css/master.css");
@import url("/css/forms.css");
@import url("/css/styles.css");
@import url("/css/layout.css");
@import url("/css/columns.css");
@import url("/css/data.css");
@import url("/css/themes.css");
@import url("/css/relics/form_columns.css");
@import url("/css/relics/image_wrappers.css");
@import url("/css/relics/iconmarkers.css");
@import url("/css/layout/units/pullout.css");
@import url("/css/layout/units/compact.css");
@import url("/css/layout/units/menu.css");
@import url("/css/layout/units/dropdown.css");
@import url("/css/layout/modules/oo.css");
@import url("/css/layout/modules/globalfooter.css");
@import url("/css/layout/modules/globalnav.css");

2007-01-29 08:01:16 · 2 answers · asked by katie k 1

fedest.com, questions and answers