Loading

HTML, CSS, PHP & JavaScript Code Beautifier

Submitted by: 


Code beautifier or formatter can help you format the code so it can be easily understood. Sometimes we forgot to indent code correctly and it’s so hard to understand even if you are the programmer.
Much more if you just simply copied the code on the internet and it does not follow proper indention. Unlike with Visual Basic .NET, it has a built in features that can automatically indent the line base on the block of code.

But thanks to the following website, now you can format your code easily.

HTML/CSS Beautifier

http://tools.arantius.com/tabifier

PHP Beautifier

http://www.beautifyphp.com/

JavaScript Beautifier

http://jsbeautifier.org/






Comments

sherwin_salazar's picture

sir i use this as my script for Local but when i try this in using a
hosting i have some error:
..

if ($error > 0)
{
die("Error uploading file! Code $error.");}
else
{
if($size > 1028)
{
die("Format is not allowed or file size is too big!");
}
else
{
move_uploaded_file($temp,"Upload/".$name);
}
header("Location:index.php");
exit;
}
}

Make sure that your upload directory permission is set to 777.

Css codes are just awesome, many thanks to you, you made my day.

Sample messages
Sd

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.