I am using Jquery's Just Another Carousel plugin and I'm having issues with something which I am not sure and because of this it's not working. I'm using this plugin because I need fixed height rather than fixed width.
This Doesn't Works (When used Refresh CTRL+F5)
any help?
...
i try to use the next code to load cforms II plugin only on my CONTACT PAGE
(http://www.deliciousdays.com/cforms-plugin/)
#/template/functions.php
add_action( 'wp_print_scripts', ' ', 100 );
function my_deregister_javascript() {
if ( !is_page('Contact') ) {
wp_deregister_script( 'cforms' );
}
}
add_action...
How can I call a class in Java, when the name of the class won't be known at compile time (such as if it were a plugin). For example, from a GUI, a user selects a plugin (a Java class), the application then creates a new instance of the class, and calls one of its methods (the method name would be known at compile time (e.g. "moduleMain"...
Anyone knows any free Visual Studio add-in that would find and/or delete dead (unused) code? I saw such possibility in MZ-Tools, but it's a little expensive as for private use ;)
...
I need to add Plugin support to a Java Swing App (like in Eclipse).
The Plugin should have the ability to add new Menu items and tab components to the swing app.
I am looking for frameworks or libraries which support it. So far I have found Java Plugin Framework http://jpf.sourceforge.net/ and planning to use it.
Are there any other b...
Hi,
I use a for loop to generate my stars. I want them split into four so I use
class="star {split:4}"
I want 5 stars, so I need 20 loops (4splits * 5stars = 20). When it hits 17, it echo's
checked="checked"
However, in the browser, my script displays 30 stars with 25 and a quarter stars highlighted!
Here's my line in PHP
<inp...
When I place this in my base application html.haml file:
= javascript_include_tag :defaults, 'jquery-1.3.2.min', 'highcharts'
<!--[if IE]>
javascript_include_tag 'excanvas.compiled'
<![endif]-->
%script{:type => "text/javascript"}
$(document).ready(function() {
= yield :javascripts
});
I get a textual description of a graph that is su...
Im looking for a Safari/Webkit plugin similar to Firefox's JSONView, or the Pretty JSON Chrome extension. Anyone know of anything like this?
JSONView - http://benhollis.net/blog/2009/02/24/jsonview-view-json-documents-in-firefox/
Pretty JSON - https://chrome.google.com/extensions/detail/ddngkjbldiejbheifcmnfmmfiniimbbg
...
I'm embarrassed by the 'basicness' of this question, but after wasted hours, here goes.
In an effort to do something with the jQuery Calculation plugin, I am playing with the basic example of the order form on the plugin site. I want to have the grand total as a form field,rather than text, so I can use the value.
The function that ca...
Hello All,
I have Dynamics CRM 4.0 installed and wrote a plugin, registered it, and setup a "step" that included a few filtering attributes. 2 questions:
1) How can I get a list of filtering attributes that are configured for my plugin? (from within the plugin itself)
2) How can I get a list of those filtering attributes that are actua...
I am developing a .NET framework application that allows users to maintain and save "projects". A project can consist of components whose types are defined in the assemblies of the framework itself and/or in third-party assemblies that will be made available to the framework via a yet-to-be-built plug-in architecture. When a project is...
My company currently has a product which relies on a custom, in-house ActiveX control. The technology it employs (TWAIN) is itself cross-platform by design, but our solution is obviously limited to Internet Explorer on Windows.
Long term we would like to become cross-browser and cross-platform (i.e., support other browsers on Windows, s...
Hi all,
I am looking for a general purpose NPAPI plugin that can used to invoke GetRight/FlashGet/OrbitDownloader/InternetDownloadManager/etc.
Has anyone written that already? It's like FlashGot for NPAPI browsers.
...
Does anyone know if there exists a plugin to Eclipse which can auto complete filenames for files in the project.
So if I type images/s [Alt+tab] it should present a list of all files located in images starting with s. Like the auto-complete for types but using filenames.
It would be really cool if it worked with all kinds of editors.
...
Hi,
I am trying to start writing some simple jQuery plugins and for my first try if figured I would write something that does nothing else but apply .first & .last classes to passed elements.
so for instance i want to ultimately be able to:
$('li').firstnlast();
So that in this html structure:
<ul>
<li></li>
<li></li>
<...
I'm starting research on what I'd need in order to build a user-level plugin system (like Wordpress plugins) for a Rails app, so I'd appreciate some general pointers/advice. By user-level plugin I mean a package a user can extract into a folder and have it show up on an admin interface, allowing them to add some extra configuration and t...
I want to have my button in the top-right corner, I tried position: absolute, but I think the position of the box is not relative so I can't use top: 0;.
Any suggestions?
CSS:
/* SLIMBOX */
#lbOverlay {
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
...
I am a newbie to both PHP and Wordpress (but do ok in C#), and am struggling to understand the error handling in a custom plugin I am attempting to write. The basics of the plugin is to query an exsiting MSSQL database (note its not the standard MYSQL db...) and return the rows back to the screen. This was working well, but the hosting p...
I'm looking for an Eclipse plug-in that shows a system (independent) command line in a view that is ideally synchronized with the current project's local path. So basically a shell within Eclipse.
The reason for this is to be able to execute custom build commands and script faster than specifying them as launch configurations or having ...
Hey Everyone,
Been doing a bit of research and have a few questions about using a Plugin architecture for asp.net. I have used it before for a single application and works well but was wondering if it technically possible to use this architecture for a SaaS? Once code base but custom plugins for each customer using some form of custom f...