sidebar

Sidebar Gadget to Login to website and retrieve information?

I've been learning how to make gadget and the simple gadgets all make sense. How would I make a Gadget that logs into a website and retrieve details for that user (so it's pretty much simulating the user logging in and showing basic information ?? (eg. like the facebook gadget that shows any messages, "pokes" . etc. etc. .... ...

Sidebar Behaves Differently on Wordpress Archive Pages

I am stuck on this one... I have modified the default theme to a design my client came up with. All my modifications seem to be working okay, except the pages selected from the archive dropdown menu. Here's a link to an example page where the problem exists: http://mtrainierphotos.com/blog/?cat=15 Everywhere else the sidebar looks as i...

Worpress sidebar shows up below content.

I am running the latest wordpress version with a program called Zina. I turn an option on to display the sidebar on the Zina page, but instead of on the right it shows below the content. Any idea why this might be? Here is the page: http://www.mixtapejerks.com/wordpress/?page_id=3 Thanks! MJ ...

Can i use a dom object in a windows sidebar

hi, Can i use the dom object to set the value for a particular id for windows widget sidebar..Because i am facing problem when i am trying to use it. var obje = document.getElementById('movie').value; regards bhanu ...

how to pass HTML DOM for windows sidebar?

I am trying to play multiple videos one after the other in windows sidebar. I'm using javascript setInterval method to change the video. But windows sidebar doesn't parse javascript. Can anyone help me, please. ...

Problem with CSS on Wordpress

Hi there! I'm trying to code my sidebar.php but it breaks and goes all the way down below the posts PHP: <!-- begin sidebar --> <div id="menu"> <?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> <label for="s">SEARCH</label> <form id="searc...

How to check whether a particular widget is show or not in the sidebar ?

i want to code something in my post template. So, is there any way to check whether a widget that i want to show will be shown in sidebar or not ? ...

Set Static block in Right side in Magento site

Hi I am new for Magento and don't much knowledge of programing what i want to do is i heve three categories on my site and created three static blocks for it and set it up on middle of each category page with their related block all working fine but now i want to move it in Right Sidebar in My site so pls. suggest how and where do i chan...

playing a multiple videos in windows sidebar gadget.

Hi, Can any 1 tell me how to play a multiple videos by using actionscript in a windows sidebar? ...

Prevent Sidebargadget from destroying Flyout on lost focus

Does someone know how to prevent the flyout windows in a Windows Sidebar Gadget from being destroyed / hidden when it loses focus? I hope this behaviour isn't hardcoded in the sidebar engine or can somehow be workarounded..... but as soon as the Flyout loses focus the object gets destroyed and I could, so far, not find a way to prevent ...

Creating a custom google desktop video sidebar by using a flash.

Hi all, I am new to google desktop sidebar.....I want to create an video gadget in which the videos should be playing one by one....Can we use flash player for creating an video gadget in google desktop sidebar.....Can any one help me pls.... Thanks ...

Creating a custom google desktop video sidebar by using a flash.

hi all, I am new to google desktop sidebar.....I want to create an video gadget in which the videos should be playing one by one....Can we use flash player for creating an video gadget in google desktop sidebar.....Can any one help me pls.... Thanks ...

How to make custom IE sidebar ?

How can I make my own Internet Explorer sidebar (not toolbar) just like Google Sidewiki, which will also interact with my browser (only IE). Any example? ...

GoogleMaps API MarkerManager and SideBar

I just recently started dabbing into GoogleMaps this week. Anyway, I just recently was able to add MarkerManager to my code and I have it up and running. Now my question comes as this. Is it possible to use the SideBar to do the following? Or any other method of doing the following would help as well. Here is what I need to accompli...

How Do I change the list-syle in page/sidebar?

Using wordpress. I would like to the change the style of my lists in the main page as well as the sidebar. Right now I have a little circle with an arrow in it. I'd rather have it be just a black circle in the main page and I'd like there to be nothing before the text in the sidebar. I've looked everywhere for the code but can't find i...

how to make sidebar NOT equal to content in wordpress

I want the wordpress sidebars got an specific height, NOT equal to the content to the post/page. Just 400px, for example. I`m working with atahualpa. Which code in wich php i got to hack? Thanks ...

CSS Moved Div Problem

On my website http://nebkat.com/beta/index.php I added a sidebar. On the homepage there are two posts. The problem is that the second one always goes under the sidebar content. How do I move it up without using margins(example:margin-top: -50px) ...

Browser tabs create multiple instances of my sidebar for each tab; I only want one sidebar.

I have a sidebar (iframe). The problem is, if you open a second tab (in the same browser) it creates a new instance of the same sidebar. That means i have now 2 sidebars. In exemple, if i close the sidebar in the first tab, i would like to have it closed in the second tab as well. Is it possible to have only one instance of a sidebar in ...

I have a BrowserHelperObject(BHO) in c++ and i need to block some keyboard controls (Ctrl-o) in a i-frame.

I need to know of a way to prevent the user to 'open a new url' (with Ctrl-o) as soon as he has the focus on my sidebar (right-sided iframe). In fact, my sidebar offers some controls and the user should not be able to 'navigate' to other website through the sidebar. I'm using a bho in C++ using ATL(active template library), but maybe if ...

Auto-refresh a side-bar through a BrowserHelperObject when i get focus on a tab page.

I have a sidebar(iframe) that has its own instance on each tab you open. The thing is, the sidebar could be refreshed on tab 1 and not on tab 2. So i want to refresh the sidebar automatically when the user switch to another tab. Ex: user click on tab 2 and the BHO(BrowserHelperObject) refresh the sidebar right away. If anyone need precis...