widget

Widget Development: I need to develop a specific countdown widget

I have a client who needs somebody to develop a "countdown widget" for their main public website. It has to do with graduation dates. So, any customer not registered with the widget would see "Start your Graduation Countdown". Clicking on that would do something like provide them with an input form that includes name and graduation da...

How to auto activate WordPress widgets? (New Widgets_API WP_Widget class)

Hello, I gave up on this finally. I am developing something on WordPress 2.8.4. I am impressed by the ease of new widgets API which allows you to use extends WP_Widget and create widgets that have multiple instances easily. But I am facing a problem. How can I auto-activate the widget on theme activation? I've tried to use: add_actio...

HMVC framework for Coldfusion?

I'm given a task to develop a couple of applications in ColdFusion that will share some of the data - same data but different presentation. The first solution that comes in mind is to create a ColdFusion widget that as I understand breaks some MVC rules within ColdBox I am currently using. I need more of a view within another view with ...

How to build an interactive Ajax Web Widget?

Hi, I am looking to create a web widget that can be easily integrated into any website using javascript and posts a form to my server, returns the data and displays the results appropriately. This will all happend in a small area of the host websites screen, like google adsense. I am aware that this is XSS and also the cross domain issu...

Create a mac dashboard widget compatible with 32-bit and 64-bit systems

I have to develop a dashboard widget for Mac Osx to support 32/64 bit systems. This looks to me that there is nothing else to do if the widget does not use any programmed plugin, just HTML, JS & CSS. Is this correct? Just need to be sure. Thanks a lot, Leonardo ...

Create a Motif widget from the handle XCreateWindow returns

Is it possible to create or derive a Motif widget using the return value of XCreateWindow, so that I can use that widget as parent for calls to Motif functions (like XmCreateErrorDialog)? If yes, how do I do that? ...

php code for each wordpress widget?

I'm currently changing my theme and I need each individual code of each widget. For example I need the rss widget, or categories widget or comment widget, etc. I want those widget integrated in my footer. Where can I see the code? I have no idea where to begin look... ...

Embed Windows Explorer inside an MS Access form

is there a widget to embed an explorer like view inside an ms access form? i have a folder with the name of the primary key, which holds documents (.doc, .xls) for that dataset (it’s an employees table) currently i have a button which opens an explorer window, but having it embedded would be really nice. any help, link, similar questi...

Large data accociation javascript widget

I am looking for a searchable multiple select javascript widget that can handle filtering large amounts of server-side data for a 1-n relationship. For instance I have a category and I want to be able to filter through an unassociated list of products and attach them to the category in a user friendly way. I don't want the unassociated...

loading remote page into DOM with javascript

I am trying to write a web widget which will allow users to display customized information (from my website) in their own web page. The mechanism I want to use (for creating the web widget) is javascript. So basically, I want to be able to write some javascript code like this (this is what the end user copies into their HTML page, to ge...

How do I change YUI Autocomplete textfield Value population Options?

Data: JACKSON, MS 39212|39212 BAINVILLE, MT 59212|59212 CROOKSTON, NE 69212|69212 COLUMBIA, SC 29212|29212 SPOKANE, WA 99212|99212 Code: <form method="GET" target="_blank"> <fieldset><legend>remote example</legend> <label for="myRemoteInput">Enter a state:</label> <div id="myRemoteAutoComplete"> ...

How to pack a tkinter widget underneath an existing widget that has been packed to the left side?

Hi all, I'm attempting to write a basic Tkinter GUI that has a Text widget at the top, then a Button widget left aligned under it, then another Text widget underneath the button. The problem I'm having is, after packing the Button widget to the left, when I then go to pack the second Text widget, it puts it next to the button on the ri...

Need a sortable JavaScript table which can handle real-time updates

I need a sortable table or grid widget in JavaScript which can handle real-time updates. I will be updating rows within the table via updates from Comet and preferably don't want a widget that requires me to redraw the whole table on each update or hogs the CPU when updating. ...

Need to know if a jQuery ui Widget has been applied to a DOM object

Hi I'm using jQuery and have some interactions with a jQuery UI where I need to get options. However, there's a possibility that the jQuery UI function has not been applied yet to the DOM object. I'm getting a javascript error right now when I access an option. How can I check to see if For example: I have a DOM object that has the...

Does GWT have a Paragraph widget?

I've drawn a blank. Does GWT have a widget that produces the HTML P tag? I want just the P tag to appear in the DOM, without any extraneous DIV's. ...

How to write a simple login widget in Zend Framework

Hi I am new to zend framework and wigets. can anybody post the code on "how to write a simple login widget. Thanks inadvance. ...

Creating "pretty" Qt Custom Widgets

What is the process behind making custom widgets (using Qt) that don't look...well...ugly? I know it is fairly trivial to make a "custom widget" that has say, a listbox and a pushbutton slapped together into one, but how would I go about making something that looks more like this: QAnalogWidgets I have made some rough mock-ups that ba...

GWT printing to PDF

Hi guys, I wanna to a pop over content to PDF. I am using GWT. I think client side its impossible. But any budy here know how browser can print into PDF file? And is there any way to print a HTML content into PDF on server side? I have a HTML content with CSS on adding this content to PDF the view should remain same as it appear in HTML...

GWT Accessing Widget Methods without knowing the name of the Widget

This may have been asked before but I have no idea how to word it to search for it. I have a composite widget that has methods to update some of the widgets that make up the composite widget. When I add this composite widget to my panel I use a do while loop to pull data from an XML file and populate the composite data. When I instantia...

Chaining Tk::BrowseEntry widgets together

I am facing some glitches using the -browsecmd and -listcmd options of Tk::BrowseEntry widget: I have three BrowseEntry widgets and each uses the value of the previous one as input for populating its own list. The values are used as arguments to a subroutine that pulls out the list of items in the drop-down list from a flat file databa...