I would give it 2/10
The collage is too dark, first I thought something was wrong because the image was black, but then I had to move my screen to see the boxes. Also depending what this is really for (a website?) it might be too small - show your visitors your stuff, don't hide it behind too...
#BADA55 is cool (lol)
No really, try with colors that have less contrast to the dark area, this would be example a blue-ish color that is a middle between light and dark if you get me.
#1F68C2
#902222
Don't look at the colors, look at the contrast.
People use PHP for generating images with a pre-made background, then draw the text on the image and save the image in PHP. You can read more at http://www.php.net/manual/en/ref.image.php and a tutorial might be helpful aswell http://www.thesitewizard.com/php/create-image.shtml
Also when...
First off the font is ... sorry .. terrible, too big and dosen't fit with the overall design. Second, the checkbox is too bare and I don't like the tick, also it's too big. The green color dosen't look great either, and the textboxes look like buttons. Also, do NOT rasterize your shapes... EVER...
So, recently me and a friend of mine started on a project. We decided to make an application, where you can store snippets of text or code that you can use later. The main goal for the app is that it is easy to use, it's portable so you can keep all your snippets with you and also have a nice...
If you look in the <head> of your source (with the browser) look for the CSS that is last used - probably just change your main css file and change the background in the body tag:
body {
background: #000000 url('bg.png');
}
Where #000000 (black) is the color of your background, when the...
Nice update. By the way, will the template system be more flexible than the previous one? Like for instance instead of folders need to have exact names to be loaded, you could use your own custom folders?
Also I have seen many themes that needed extra change in the template files, will there...
Whenever you make a text layer (with the text tool) do not rasterize the layer it unless it's obsolete, because whenever you are going to resize it, it will loose it's quality and you do not wan't that.
First off the background is not great with those colors. And secondly, I can see you have the "CMS" text as a bitmap, that is not good since there's white outlines. Don't ever rasterize your text layers, unless you know what you're doing.
Did you use MS Paint for this?
You would be better off using masks for clearing backgrounds. Also the reason that it's a black background is because it's already have a transparent background. To get the transparent background with PNGs that already have so, you have to save the file on your computer and open it in Photoshop...
We have found another solution. We are using BinaryWriter and allow the user to export and import custom files with file association. Thanks for the reply though :) And yes, I know that we have to use Mono, though the idea was that the OS' should handle the application equally.
Remember (always) use urlencode to secure your $_GET parameters! Example like this:
$page = urlencode($_GET['page']);
int_val($news_id)===(int)$news_id
A nice feature is also, when you only wan't to parse integer (numbers) instead of string (text) do this:
$id = urlencode($_GET['id')...
Hello people,
Me and a friend of mine are currently developing another application in C#. More on that later. But this application should be able to have storage in form of either a file or a embedded database.
I have looked and searched for SQLite and also found Firebird. Those two are fast...
The problem is just that he wanted to REMOVE thehabbos as in DELETE it so people do not have to vote to get into the client in that he will not have his hotel on thehabbos. Get it?
Why would he turn off using cURL with thehabbos if he don't need it completely? He need to do what NyanCat said...
The recent danish translation is not fully what you'd expect. (Privacy Policy is not translated right etc.) So this is a full translation!
$LNG['categories'] = 'Kategorier';
$LNG['all_retros'] = 'Alle Retroer';
$LNG['flash'] = 'Flash';
$LNG['shockwave'] = 'Shockwave';
$LNG['old_school'] =...
The problem is that the Joke app also should be available from a website that also uses the same database. And you cannot get the MAC id trough there without complex scripts of other languages.