Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
1k views

Tiny python executable?

I plan to use PyInstaller to create a stand-alone python executable. PythonInstaller comes with built-in support for UPX and uses it to compress the executable but they are still really huge (about ...
3
votes
1answer
858 views

Is there any extremely tiny CMS in Java with MySQL?

I'd like to explore some things regarding web CMS's in java and I would like to make an own one (very light), but I pretty much have no clue in how to begin. I'm used to java as a language and I've ...
2
votes
1answer
56 views

HTTP::Tiny like FTP handling

I have a module (Alien::GSL) which I am working on. Currently it uses LWP::Simple to do three calls, an FTP directory listing, an FTP file download and an HTTP file download. The problem is that for ...
2
votes
1answer
690 views

tiny scrollbar doesn't working with javascript (javascript conflict)

I'm usigng tiny scrollbar for my new website www.digimobjobs.com the scrollbar I'm using many places in this webste only one place has scrollbar problem. that is where ...
2
votes
1answer
176 views

tiny c compiler use getusername

I use the Tiny C Compiler and I want to use GetUserName from the WinAPI, my problem is, I don't know how to link to advapi32.dll :/ I get an tcc: undefined symbol '_GetUserNameA@8' error :/ Thank ...
1
vote
2answers
1k views

why the update method in the tiny Scrollbar jquery plugin is not working in this script?

i am using the tinyScrollbar Jquery plugin http://baijs.nl/tinyscrollbar/ on a div which is on page load has display:none so i have to use the update method when it is made visible (as the ...
1
vote
2answers
162 views

Android Twitter

I have successfully integrated twitter's Oauth into my app, but anybody have an idea how to tweet an url as tiny url like bt.ly? Thanks in advance
1
vote
1answer
626 views

Position caret/cursor inside newly added span in tiny mce

I need to add a span at caret position in my application. I could add span at caret position with following code, but could not position the caret inside it, so that if user types in it will go ...
1
vote
0answers
206 views

TinyMCE loading incomplete whil eusnig multiple instances on one page

hello everyone having problems with TinyMCE while Loading multiple instances on a single page using this option and using the class name on the html page mode : "specific_textareas", ...
1
vote
1answer
1k views

Netbeans J2ME SVG Compliance

I coded some svg images for a project i'm working on. But when i try to put them on a screen(form) in the netbeans software (j2me), it says "the image is not SVG Tiny compliant". I've even tried ...
0
votes
1answer
17 views

Tiny MCE: use seperate config file (for youtube)

In Magento, there is this setup.js file (located in \js\mage\adminhtml\wysiwyg\tiny_mce) for tiny mce. This is a file which I don't wanna edit, therefore I'm making a seperate js file for the tiny mce ...
0
votes
0answers
9 views

Struggling to use TinyTableV3 to sort Ajax loaded content

I have a table which is dynamically populated by an ajax request. The tbody gets replaced with the content and everything works wonderfully. I have previously used a tablesorting jquery plugin to ...
0
votes
0answers
103 views

<p> tag getting added to inline macro

I am using umbraco 4.7. I have created a razor macro to insert telephone number in my rich text editor. Whenever i add the macro in the RTE, <p> tags are added around the macro automatically. I ...
0
votes
1answer
125 views

compiling sstrip from ELFkickers for Ubuntu10.04 : asm/elf.h problems

I'm playing around with creating tiny executables under linux. My attention has come to a formerly used tool from Muppetlabs.com named sstrip from the ELFkickers collection ...
0
votes
1answer
972 views

Jquery Tiny scrollbar plugin - overview-div wraps despite fixed width

I'm using the Tiny scrollbar plugin with Jquery to view picture albums. It works fine except for one wrapping issue. Example: ...
0
votes
0answers
30 views

Problem with paste in tiny mce

I'm using tiny mce for customizing template text. I have added some functions, on key press, key up, click and change event of the editor. Each the editor will have only one text node, e.g. a ...
0
votes
2answers
236 views

Which C compiler produces the smallest native Windows executables?

Lately I've been working with the Windows API, trying to write gui-based Windows programs that are as small as possible. Speed isn't really much of an issue for me, what I'm going for is the size of ...
0
votes
1answer
232 views

tiny mce toolbar icons conflict with jquery UI icons

I have a div with another div holding three icons from Jquery UI. Inside parent div, there is a tiny mce instance. When I click on any button of tiny mce, it is moved down and it its place, Jquery ...
0
votes
1answer
42 views

display different set of buttons for different instances of tiny mce

I'm adding text area dynamically, which will be instance of tine mce. In a page, I will be adding text area for say heading, paragraph etc. For heading, I need to have only b,I,U and align buttons ...
0
votes
1answer
130 views

error while compiling tossim in tiny OS

when i try to compile TOSSIM in tiny OS v-2.0.2 , this is the error that it is giving me make micaz sim Makefile:2: /opt/tinyos-2.1.0/support/make/Makerules: No such file or directory make: * No ...