Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
23answers
17k views

A lightweight application framework for PHP?

I have long been a fan of _why's Camping microframework -- lightweight, great for microscopic applications (low concurrency, easy to use and edit and maintain), which is what I do. I'd love to know if ...
12
votes
12answers
721 views

When is a PHP project too small for a framework?

I'm about to start on a small, static website project: no database or CMS required. Basically, a brochure website. I used the CodeIgniter framework recently to develop a full-blown web application, ...
5
votes
5answers
890 views

What is the smallest embedded browser I can use in C++?

I need to build my application GUI using HTML/CSS/JavaScript with a C++ backend all cross platform. I made simple tests with QtWebKit, XULRunner and Mozilla. Well from the simple testes I notice ...
4
votes
3answers
280 views

Where is a small, simple CMS that has no Front End done in PHP?

The keys are: small and simple PHP MySql no Front End By "no front end" I mean literally, I can control the look 100%. I just want a CMS on the "backend" to manage content (user login/security, ...
4
votes
8answers
568 views

Small native cross-platform GUI framework for C++

I wrote a small program with Boost in c++. It works fine and so I want to give it a graphical interface so that it is easier to use. In order to do so, I am looking for small cross-platform framework ...
3
votes
5answers
64 views

jQuery How to Sort by Height?

I have three divs and I want to try to sort them by height ? i.e. from largest to smallest ? <div>smallest</div> <div>largest</div> <div>middle</div> Any idea ...
3
votes
3answers
2k views

jQuery.Cycle showing small images at first load

I've got problem with jQuery.cycle plugin. At first load of page (when imgs arent cached) its showing small imgs, like thumbnails. You can see it at (edit: sorry, old link) - just wait when the second ...
3
votes
8answers
265 views

Lightweight Store Mechanisms

I'm about to write a small utility to organze and tag my mp3s. What is the best way to store small amounts of data. More importantly, are there databases which exist where I don't need to install a ...
2
votes
1answer
70 views

Advantage of small data types

can somebody explain me what the advantage of small data types like char (8-Bit) or short (16-Bit) compared to int (32-Bit) (esp. in C/C++). In my mind it does not bring any advantage esp. on a ...
2
votes
7answers
615 views

Does using Git make sense for small internal teams? [closed]

It seems to me that Git was designed for large scale open source projects, with a high number of developers and teams. I'm wondering if Git is worth it for smaller team (<10) and internal projects ...
2
votes
1answer
121 views

Small ( < 15 megabytes) filesystem with basic android/dalvik framework

I try to create a very small partition (root filesystem) where I can run programs written in Java (android dalvik). Those applications will not use fancy functionality like telephone, multimedia, ...
2
votes
1answer
352 views

Android: How to fit large fonts into a small button?

Task: fit large characters into a small button. Problem: I noticed what when you create a button using non-alpha characters such as -, +, =.. etc, there is a lot of "padding" below and above the ...
2
votes
2answers
4k views

Decrease the size of Rating Bar in Android 2.1

I am currently working on a Mobile App project for Ford company, and I am a newbie in Java Android. I am just wondering, is there any way to decrease the size of rating bar in Android 2.1? I want to ...
2
votes
1answer
1k views

Simple & small, pure javascript lightbox (dialog overlay)?

Does anyone know of a small, limited functionality lightbox built with pure javascript? This is for an embeddable widget, thus the reason of not using jquery. All I really need is creating an overlay ...
2
votes
1answer
116 views

Is there a tool for generating a DSL parser that does not require a runtime for the resultant parser?

I'm doing a lot of work with a DSLs at the moment and was wondering if anyone knew of a tool that could generate a parser for my bnf specification that does not require a run-time library (pure java ...
1
vote
5answers
91 views

Using char for small integer (C++)

I read that one can use "char" for small integers. However, when I try, unsigned char A = 4; std::cout << A << std::endl; it gives a character, not 4.
1
vote
3answers
51 views

C# want to store and display 1/26 result [closed]

Possible Duplicate: Division in c# not going the way I expect Simple division i am trying to store the result of 1/26 in a double type variable, but the answer comes is zero? Please help ...
1
vote
0answers
5 views

Good lightweight, multi-purpose Data Connection Module

I am looking for a clear-structured, lightweight data connection module (ideally for PHP, otherwise C# or .NET, python, ruby,...) which allows me to connect to all sorts of data sources ranging from ...
1
vote
3answers
151 views

OpenGL lighting small objects?

Hey. I'm having a problem with lighting when dealing with really small particles. I'm doing particle-based fluid simulation and am right now rendering the fluid as really tiny polygonized spheres (by ...
1
vote
2answers
96 views

Why is file downloaded using ImageIO smaller than browser downloaded file?

Right, I'm confused. The code below downloads an image from the specified URL. When the same image is saved locally from the browser, it is significantly larger than the one downloaded ...
1
vote
0answers
257 views

How to achieve minimum size when compressing small amount of data lossless?

I don’t understand the answer to ”Why does gzip/deflate compressing a small file result in many trailing zeroes?” (Why does gzip/deflate compressing a small file result in many trailing zeroes?) How ...
1
vote
3answers
251 views

Is there a free, small assembly code compiler/assembler for Windows?

What I want is something like g++ where I can type: compiler_name my_assembly_code.extention ...and have it compile my assembly code. It does not matter whether it's 32 or 64 bit. Just needs to be ...
1
vote
1answer
174 views

Making .war smaller!

There are several tutorials and even some posts here about shrinking .war files. However, the most common technique (to include grails.war.resources = {} in Config.groovy) does not seem to work for ...
1
vote
2answers
585 views

Small eps figure size in Matlab

How to create a small eps file from a Matlab figure? I use LaTeX and the eps that I'm getting with Matlab (R2010a) is of the order 6 MB. How to set the plot options to give an eps figure of smaller ...
0
votes
0answers
14 views

Video in Xcode 3.2.5

I am stuck with a video in Xcode 3.2.5 I want a video that is not played in the video player or full screen or with pause and play buttons, in other words it just plays, but played as part of the ...
0
votes
1answer
33 views

Recursively delete small files PHP script

How to recursively delete small files, smaller than 10 kilobytes regardless on their creation time, format or name? PHP script needs to go through cache folder and all sub folders and delete files ...
0
votes
1answer
103 views

Small, fast, client-side Javascript database with 'update-as-you-type' functionality?

I have a database no more than say 100k which I'd like to use as reference documentation for my software. It's just a simple table really - around 5 columns by a couple of hundred rows. I am looking ...
0
votes
0answers
53 views

C#: Developing SBS 2011 Console Add-in

Does anyone know how to do this? I'd like to create a add-in for the SBS Standard Console so that I can monitor a third-party backup application. I know this can be done as I've seen examples of ...
0
votes
1answer
24 views

Do crawlers skip content enclosed in the html small tag?

I was wondering whether the small tag indicates to crawlers that its content isn't relevant and so it will be skipped and not indexed. Thanks!
0
votes
1answer
57 views

Density grouping of android

http://developer.android.com/guide/practices/screens_support.html scroll down a bit and you will see this part of the documentation " xlarge screens are at least 960dp x 720dp large screens are at ...
0
votes
1answer
78 views

Is there a way to enlarge the zmq small message limitation?

I understand that the small message size limit is predefined as 30 in the source code (C++) . but when I change it to let say 512, it parsed out fine. however when I tried to send it, it did not show ...
0
votes
1answer
802 views

Android font size not scaling on tablet

In Android, I'm using DP for everything, and SP for fonts. In my game menu, all the graphics scale correctly over multiple screens and screen densities, except for the fonts that are using SP. I ...
0
votes
0answers
25 views

What is available to allow small group development, without extra features of SVN/Git?

We're a small ColdFusion development shop who recently added a second programmer. Currently, we use an automated program to detect file changes, make a zipped backup for every save, and push to the ...
0
votes
2answers
137 views

Ruby/Tk: how to get smaller button widget with image

I'm coding on Tk 8.5.9 from ActiveTcl on Ruby 1.8.7 on a Mac OS X 10.6. To meet my application requirements I need to make the button widgets as small as the gif image but I am not able to. I have ...
0
votes
3answers
442 views

Small Simple Local Data Store for keeping user settings

I have this tiny C# winforms application that will NOT grow larger in any way. It's just two input fields and a button. I want to know if you guys have knowledge of a way to store the values that a ...
0
votes
7answers
157 views

is it good practice to create functions which use other functions that you built?

I was wondering if it was good to have this since it makes code less portable. Thanks
0
votes
6answers
217 views

Small/efficient PHP database options

Subjective question, I know, but I am counting outgoing clicks for a very specific part of a website, and I'm simply needing to keep a tally of outgoing clicks per link and per day. I know that I ...
0
votes
2answers
209 views

Best practices for encrypting continuous/small UDP data

I am having an application where I have to send several small data per second through the network using UDP. The application need to send the data in real-time (no waiting). I want to encrypt these ...
0
votes
0answers
113 views

storage format for small iphone database?

I need to make a program, which will have about 1000 articles in it. Articles are grouped by categories, one article can be under more than one category. Users can browse through articles through ...
0
votes
1answer
81 views

I need a small parser (jquery) that knows if an input is URL:PORT format

You have a user input string from a textbox for example var strInput = $("#txtBox").val(); strInput has some string now. I need to now if it is of this format: IP:PORT Basically a user can input ...
0
votes
2answers
346 views

How to make even small website worth of UML modelling?

I've been thinking to create a small UML model as I wish to recreate the website with online games, videos, iRadios, etc. However, the website seems to me to be too simple to waste UML modelling on ...
0
votes
4answers
257 views

Tiny serializer

I have a family of classes that contain only variables of the following types: std::string, int, double. I should be able to serialize/deserialize objects of these classes to/from C string (null ...
0
votes
1answer
100 views

Small Business Server 2003 and WSS Internet Licensing

What is the licensing situation with Small Business Server 2003 and allowing other people and companies to connect and use the services? I also want to run Windows SharePoing Services (the free ...
-1
votes
1answer
68 views

It's Java suitable for small apps [closed]

I develop mainly to small scale companies, but I'm a huge of fan of "static typing" C. Right now i'm working with PHP, but for the last year i've been reading about the benefits of Java, and i even ...
-2
votes
1answer
62 views

Design pattern practices [closed]

I don't know properly about design patterns. Are there some small examples of it?