andyherebi 0 Newbie Poster

I got a new website and I'm using wordpress theme to do it.
the upside menu bar looks fine in firefox and chrome but
really looks weird creating a big space down and perfoming rare,
the site it's http://goolplus.com/
please help me if you know what's the solution

I show the style.css code here

/*   

Theme Name:Piano Black

Theme URI:

Description:This theme supports widget, threaded-comments, theme-options,and translation is ready. Also including page-navigation and multi level dropdown menu.You can see live demo including more information here http://www.mono-lab.net/demo3/

Author:mono-lab

Author URI:http://www.mono-lab.net

Version:1.6.2

Tags: black, two-columns, fixed-width, theme-options, threaded-comments, translation-ready

*/



/*  ------ basic ------------------- */



body { margin:0; padding:0; background:url(img/back1.gif);

       font-family: Arial, Helvetica, sans-serif; 

       font-size:12px; color:#b8babb; text-align:center; }

a img { border:none; }

a, a:visited { color:#7f8e91; text-decoration:none; outline:none; }

a:hover { color:#81c8d5; text-decoration:underline; }

p { margin:0 0 1em 0; padding:0; line-height:160%; }

ul { list-style-type:none; margin:0 0 1em 0; padding:0; line-height:0%; }

ul li { margin:0; padding:0; line-height:normal; }

ol { margin:0 0 1em 19px; padding:0; }

* html ol { margin:0 0 1em 23px; padding:0; }

ol li { padding:0 0 5px 0; }

form,table,input,textarea,dl,dt,dd { margin:0; padding:0; }

table { border-collapse:collapse; border:0; width:100%; }

blockquote { margin:0 0 1em 0; padding:15px 20px 0 20px; border:1px solid #333; background:#222; }

blockquote a, blockquote a:visited { text-decoration:underline; }

pre { border:1px solid #333; background:#222; padding:10px 20px; margin:0 0 1em 0; overflow:auto; }

object { display:block; margin:0 auto; } …
andyherebi 0 Newbie Poster

Does anyone know any software or tutorial to make an iPhone app to
broadcast online, examples are justin.tv and ustrea.tv, doesn't
need to be very complex one, just for one specific tv channel.
If you know please let me know

andyherebi 0 Newbie Poster

DOES ANYONE KNOW A WORKING PLUG IN FOR WORDPRESS SIDE BAR
ALTERNATING WITH DIFFERENT PAGE AND/OR POST?
I FOUND IN THE SOME WORDPRESS SITE, BUT ANY OF THEN WORK PROPERLY, I TRIED TO CHANGE
THE FUCNTION.PHP BUT STILL REMAINS THE THE SAME SIDEBAR... THANKS

<?php
if ( function_exists('register_sidebar') )
register_sidebar(array('name'=>'sidebar1',
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h4>',
'after_title' => '</h4>',
));
register_sidebar(array('name'=>'sidebar2',
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h4>',
'after_title' => '</h4>',
));
?>
andyherebi 0 Newbie Poster

PLEASE NEED HELP WITH THIS HOMEWORK.... THANKS

THE FOLLOWING CODE PERFORMS A SNAKE GAME USING GRAPHICS.H LIBRARY
IN TURBO C++ COMPILER... PLEASE ADD TWO MORE FEATURES... USING AN
"+" CHARACTER TO INCREASE VELOCITY OR REDUCE DELAY AND ALSO AN OPTION TO
RECORD HIGHER SCORES.

PICTURE:

snake.jpg


THE FOLLOWING CODES NEED TO BE CHANGED FOR:
1. INCREASE VELOCITY OR REDUCE DELAY USING "+" KEY.
2. SAVE SCORES AND SHOW IF YOU PERFORM USER PERFORMED A NEW RECORD.

void Snake::move()
{ int st = 0;
  do{
   if(!kbhit())
   {checkEgg();
    if(!st)
     show();
    else
     st = 0;
    delay(dly/4);
    transpose();
    delay(dly/4);
    gnrtUnCond();
    delay(dly/4);
    check();
   delay(dly/4);
    }
   else if(stp){
   chngDir();
   gnrtCond();
   check();
   show();
   st = 1;
   }
   }while(stp);
}

.....................

void Snake::chngDir()
{int clr;
 fillsettingstype *p;
 char x = getch();
 if(x == 72)
  now = 8;
 else if(x == 77)
  now = 4;
 else if(x == 80)
  now = 2;
 else if(x == 75)
  now = 1;
 else if(x == 'e')
  caught();
 else if(x == 'p')
 {//int y = getcolor();
  int twnkl = 1;
  settextstyle(11,0,9);
  while(1)
  {if(kbhit())
   {int c = getch();
    if(c == 'g')
    {clr = getcolor();
     setcolor(0);
     rectangle(endX+40,endY-10,getmaxx()-35,getmaxy()-160);
     outtextxy(endX+60,endY-29,"PAUSE");
     break;
     }
    }

..............THE FULL CODE IT'S AS FOLLOW

#include<iostream.h>
#include<conio.h>
#include<graphics.h>
#include<dos.h>
#include<stdlib.h>
#include<stdio.h>
#include<time.h>
#include<string.h>
class Snake
{
 int p1,p2,v1,v2,v3,e1,e2,prev,now,n,colr,dsp,cnt,dly,m;
 int stp,egGen;
 int xr,yr;
 void caught();
 public:
  long scr;
 int strtX,strtY,endX,endY;
 int pos[100][2];
 void show();
 void init();
 void egg();
 void transpose();
 void gnrtCond();
 void gnrtUnCond();
 void check();
 void checkEgg();
 void move();
 void chngDir();
 void …
andyherebi 0 Newbie Poster

Hello, does anyone know about any freeware to crate an online reservation system for hotels or something like that. The one I need should not be very complex, there are only two kind of rooms and the price system is very simple. If there is not something like that so can you guys tell me how to do it with dreamweaver or any other wysiwyg.
Thanks a lot.

andyherebi 0 Newbie Poster

I'm having a problem with my Wordpress webiste... {snip}
it shows only publics ads on most categories, only the "Edilson Nascimiento" category and sometimes "Videos" pages show normal ads,
how can I solve this problem?

Thanks

andyherebi 0 Newbie Poster

It should pass the value of the textbox to the database table... if the is not a simple tool then how can I do it? Thanks for your reply

andyherebi 0 Newbie Poster

Hello... I'm trying to connect the data that is enter in a textbox to an mysql database table, can someone let me know how to do it in visual web developer 2008, and if is not necessary to write the code, just with some of the options on the toolbox.... thank

andyherebi 0 Newbie Poster

Hi Guys. I have a problem with my code, It should work as an membership creator, and has 4 steps, 3 steps are in multiview1, and the 4th steep is to show the message, "Your Account has been successfully created" which is on multiview2. The buttons are "back", "next" and "confirm". The problem is that when 4th step appears the buttons should not appear. This needs to be used only as an simulation, doesn't need to send the forms data to anywhere.

Will appreciate your help

<asp:MultiView ID="MultiView1" runat="server" 
            onactiveviewchanged="MultiView1_ActiveViewChanged">
            <asp:View ID="View1" runat="server">
                Step 1
            </asp:View>
            <asp:View ID="View2" runat="server">
                Step 2
            </asp:View>
            <asp:View ID="View3" runat="server">
                Step 3
            </asp:View>
        </asp:MultiView>
        <br />

		<asp:Button ID="btnBack" runat="server" Text="&lt; Back " OnClick="btnBack_Click" />
		<asp:Button ID="btnNext" runat="server" Text="Next &gt;" OnClick="btnNext_Click" />	
		<asp:Button ID="btnSend" runat="server" Text="Confirm" OnClick="btnSend_Click" />
		
	</div>
	<asp:MultiView ID="MultiView2" runat="server">
        <asp:View ID="View4" runat="server">
           Step 4  - Your Account has been successfully created
        </asp:View>
    </asp:MultiView>

and the code behind is as follow

using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    { }

    protected void btnBack_Click(object sender, EventArgs e)
    {
        MultiView1.ActiveViewIndex--;
    }

    protected void btnNext_Click(object sender, EventArgs e)
    {
        MultiView1.ActiveViewIndex++;
    }

    protected void btnSend_Click(object sender, EventArgs e)
    {
        MultiView2.ActiveViewIndex++;
        MultiView2.Visible = true;
        MultiView1.Visible = false;
    }

    protected override void OnPreRender(EventArgs e)
    {
        btnBack.Visible = MultiView1.ActiveViewIndex > 0;
        btnNext.Visible = MultiView1.ActiveViewIndex < MultiView1.Views.Count - 1;
        btnSend.Visible = MultiView1.ActiveViewIndex == MultiView1.Views.Count - 1;
        base.OnPreRender(e);
        MultiView2.Visible = true;
    }

    protected void MultiView1_ActiveViewChanged(object sender, …