the code works fine, except that since I’m using the "onload" call in the body tag, it auto expands the complete menu tree on page load for a brief second. It is being complained about, so I’m wondering if there is a better way to call the onload event?

below is the code

<html> 
  <head> 
    <meta content="text/html; charset=utf-8" http-equiv="Content-type"> 
    <meta content="IE=8" http-equiv="X-UA-Compatible"> 
    <title> 
    </title> 
    <link href="style.css" media="all" rel="stylesheet"> 
	<script> 
		var myvar;
		function menuinit() {
                  document.getElementById('m1').style.display = 'none';
                  document.getElementById('m2').style.display = 'none';
                  document.getElementById('m3').style.display = 'none';
		//document.getElementById('pm1').src = 'images/menu_plus.png';
		//document.getElementById('pm2').src = 'images/menu_plus.png';
		//document.getElementById('pm3').src = 'images/menu_plus.png';
}
function menuexpand (i) {
        menuinit();
        if (myvar == i) {
		//document.getElementById('p' + i).src = 'images/menu_plus.png';
		document.getElementById(i).style.display = 'none';
		myvar = '';
	}
        else {
		//document.getElementById('p' + i).src = 'images/menu_minus.png';
		document.getElementById(i).style.display = 'block';
		myvar = i;
	}
}
</script> 
</head> 
  <body id="about" onload="menuinit();"> 
	<ul id="menu"> 
        <li><a href="#" class="head" onclick="menuexpand('m1');return false;">About Us</a> 
             <ul id="m1"> 
                <li><a href="news.html">News & Events</a></li> 
                <li><a href="history.html">History</a></li> 
                <li><a href="mission.html">Mission</a></li> 
                <li><a href="management.html">Management</a></li> 
            </ul> 
        </li> 
        <li><a href="#" class="head" onclick="menuexpand('m2');return false;">Products</a> 
             <ul id="m2"> 
                <li><a href="product1.html">product1</a></li> 
                <li><a href="product2.html">product2</a></li> 
                <li><a href="product3.html">product3</a></li> 
                <li><a href="product4.html">product4</a></li> 
             </ul> 
        </li> 
		<li><a href="#" class="head" onclick="menuexpand('m3');return false;">Investor Relations</a> 
             <ul id="m3"> 
                <li><a href="investors.html">Investors</a></li> 
                <li><a href="press.html">Press Releases</a></li> 
                <li><a href="sec.html">SEC Filings</a></li> 
                <li><a href="disclosure.html">Disclosure</a></li>
		<li><a href="contactus.html">Request Info</a></li>
            </ul> 
        </li> 
    </ul> 
  </body>
</html>

Continue reading »

1st gen:

Comes with cables/monitor/pen. No original packaging…may have the software somewhere but nothing you couldn’t just download anyway.

I’d like $1500 for it plus shipping. I absolutely love this thing but in no way shape or form use it to its full potential. I think I’ll just get a bamboo or something.

Add Admin Integration?<select name='addAdmin'>
<option value="1">yes</option>
<option value="0">no</option>
</select>


User: <br /><input type="text" name="admin_User" id="admin_User" value="" />
 Pass: <br /><input type="text" name="admin_Pass" id="admin_Pass" value="" />

if the user selects yes then i want the "user" and "pass" textbox to be visible, otherwise make it invisible. I know no javascript need some help
Continue reading »

I need a plugin that does a search like on cars.com. So you can search by make, model, year… Has anyone come across something like that?
or this is if you are making a website that is selling their own cars

Thanks but cars was just an example. Im actually using it for boats.

Or know of a script that has click and checkout procedure?
I remember someone posting a carting system in here but the thread got deleted.

Jun 202011

Anyone use it?

I’m switching some hosted sites over from GoDaddy and am liking what I see so far.
I used to use it until I got my own 1/3rd rack.

Had no issues. Nice interface from what I remember and customer support was great.
They’ve been a nightmare for me.

If you’re just running non-ecommerce related sites it shouldn’t be an issue…BUT…

One of our biggest clients is a direct response marketing company that we setup online so Security + PCI compliance and all that FUN STUFF was a must. They were absolutely not willing to help us fix the security holes on their servers and said every problem we had was "beyond the scope of support." Which is funny because 1/2 the PCI compliance problems only THEY could fix (closing certain ports we didn’t even access to, etc) so we had to spend a lot of time going back and fourth with them and bring in 2 different linux admins (on our dime) to fix all the bullshit that shouldn’t have been a problem in the first place. The other thing I found funny is that they’re running some busted partial CentOS distro that doesn’t have 1/2 of the shit CentOS is supposed to have by default.
Continue reading »

Hey everyone,

I’m in a tech ventures class here at school and we’re designing companies with the help of silicon valley VC mentors. One mentor suggested that we upload our PPT presentation to our domain (in the company’s name). I’ve got the domain and PPT sldies but don’t know how to upload it. I don’t want anything fancy, just the presentation and a contact us button. Any help?

Yeah my professor uses Prezi every day in class. I’d like to host my slides in a presentable manner.
Continue reading »

Looking at my google analytics of our new site…

I’ve spent quite a bit of time on it lately (as anyone would while building a site). So I know I have GREATLY skewed the google analytic stats. Anyway to filter out my hits? I know you can see what ip’s have hit your site…can I just remove them with a filter?

I’d like to determine my TRUE "time on site" and "hit" stats.

New site so I probably represent 25% of the traffic. And my "surfing" trends certainly won’t follow the typical customer.
Continue reading »

So, I’ve made a new website for youtube gamers but other than posting a video on my profile how should I go about advertising for it?

I’m waiting for some AdWord freebies to come in but I don’t want to go around spamming forums everywhere about my site.

Normally the first step is to tell your friends, I guess, but mine aren’t really into doing videos for youtube or hang around on forums that often.

Does anyone have some tricks they’ve used to get started?
Continue reading »

Does anyone know any trusted dropshippers? Also has anyone had much luck at all dropshipping?
I may be in the wrong section and if so please tell me where to post! Thanks
Been thinking about starting this to. BHW has quite a few threads on it.

Continue reading »

© 2013 Tag ORDA - Webmaster Lab Suffusion theme by Sayontan Sinha