small

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 there's something similar for PHP; full-blown app frameworks like CakePHP or Symphony are very large for what I do, but I can't seem to fi...

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 client/server environment, I just include the library and I'm good? I could use XML, but I'm afraid that the file size would become large ...

Small Business Start Kit

Set up SB starter kit and works fine [ON MY BOX]. Before going any further with customization, I decided to publish to my web host (www.zen.co.uk) Navigating to the site gave me Parser Error Message: Theme 'Standard' cannot be found in the application or global theme directories. Source Error: Line 51: Line 52: ...

Small Business Server 2003 and WSS Internet Licensing

Hi 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 version) on there and allow access to this. Do I need to get additional licensing for this? Kind Regards ...

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 something that is very batters me and it is the deployment size of the browsers libs/framework. It's big: 8 MB and above. Is there some kind o...

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 terminated). I don't want to use some 3rdparty serializer and do not want to write full-featured serializer by myself. I will serialize/deserial...

How to make even small website worth of UML modelling?

Hi, 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 it. First, I thought of activity diagram to specify the "life" of user after login or after registration, but both these activities se...

jQuery.Cycle showing small images at first load

Hello, 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 http://onlinevideo.sk/ - just wait when the second img shows - it's small. Reload/refresh solves it, but it's not real solution, you know. Does anybody knows what's the solution of ...

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, and I'm wondering if it appropriate to also use CI for smaller, simpler sites. Typically for a static brochure site I would write regular P...

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 source parser)? I'm committed to using XTEXT for a future Eclipse plug-in but I need a nice small version for my library itself and don't w...

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 something like this: http://192.168.300.22:20000 1) Frist part (protocol): http:// always needs to be replaced by: https:// 2) Second part (e...

Small eps figure size in Matlab

Hi, 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 size? Does the render options painters or zbuffer help? Thanks a lot... One additional info: I use Laprint to generate my eps figur...

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 categories (iphone tables will be used here) or through full text search. There will be hyperlinks in articles too, they will lead to another a...

Best practices for encrypting continuous/small UDP data

Hello everyone, 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 data and insure that what I am doing is as secure as possible. Since I am using UDP, there is no way to use SSL/TLS, so I h...

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 could use MySQL for this, but I am wondering if there is something smaller/more-efficient for this application. I manage my own server on sli...

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 ...

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

Hello, 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 for a specific div or simply by passing some HTML. ...

Decrease the size of Rating Bar in Android 2.1

Hi guys, 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 preserve more spaces for other buttons and edittexts. Thank you in advance for you help ...

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 me. No matter what, grails dumps everything into the war file making a 25meg .war. Has this functionality changed? Grails 1.3.4 ...