Posts Tagged "Tools"

  • Domain Name Suggestions

    Innovative, memorable, and compelling domain names are becoming more and more difficult to come up with. The following tools can help webmasters find great domain names for their online businesses….

    Read More...
  • Using gURLChecker to check invalid links

    If you’re using Linux as your primary OS, here’s a useful too to check for broken links on your websites. gURLChecker is a simple tool to check for broken links on any website. It can work on a whole site, a single local page or a browser bookmarks file. If you’re using Ubuntu, it’s quite [...]

    Read More...
  • PHP Profiling – XHProf

    XHProf is a heriarcical profiler for PHP originally developed by Facebook and then opensourced. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each [...]

    Read More...
  • PHP Quick Profiler – Profile your Code

    Here’s a good looking and functional profiler you can plug into your projects. PQP (PHP Quick Profiler) allows you to profile your code and get information about how much time your script took to execute, the amount of memory used, the files which have been included, errors in your code, queries and any other debug [...]

    Read More...
  • Scrawlr – Scanner for SQL Injection

    Scrawlr is short for SQL Injector and Crawler, a tool developed by the HP Web Security Research Group in coordination with the Microsoft Security Response Center in response to the widespread SQL injection attacks on the web. “Scrawlr will crawl a website while simultaneously analyzing the parameters of each individual web page for SQL Injection [...]

    Read More...
  • mod_top – PHP Application Monitoring

    mod_top allows you to check the current PHP processes running on the server in the format which the unix top command uses. It’s a useful tool to check out what’s running on the server, check CPU and memory utilization of the PHP scripts running on the machine.The mod_top team are providing prebuilt binaries for download [...]

    Read More...
  • CSSVista

    A very cool utility for CSS coders – CssVista allows you to preview your CSS styles on both IE and Firefox side by side. CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. If you like this, you may be [...]

    Read More...
  • Pixy: XSS and SQL Scanner for PHP

      If you’re working on PHP 4.x, here’s a tool which checks if your codebase is succeptible to Cross site scripting or SQL injection. Pixy is a Java program that performs automatic scans of PHP 4 source code, aimed at the detection of XSS and SQL injection vulnerabilities. Pixy takes a PHP program as input, [...]

    Read More...
  • Want to create cool Web2.0 UI’s? You can use Apatana to create these using the Yahoo UI Library. Aptana provides you the IDE to create UI components with YUI and provides you with code complete facilities to do this too ! Check the link below to get started. Aptana also provides the same functionality for [...]

    Read More...
  • Actuate Corporation and Zend Technologies today announced that they have teamed up to allow PHP developers to quickly add reporting capabilities to web applications using Actuate BIRT. The new functionality is available in the new pre-release version of the Zend Platform available for download at: http://www.zend.com/products/zend_platform/zend_platform_3_0_beta

    Read More...