Category Archives: General

PHPHOST BLOG

Web Hosting Related Articles You May Need

DevCurry completes One Year. Happy New Year!

Happy New Year everyone! Today, it is exactly one year since I launched www.devcurry.com and what a journey it has been! Check my first post Why did I start a new Blog?

I can proudly say that in a years time, www.devcurry.com has grown to be a popular blog amongst developers. With one post a day, DevCurry had something new for its readers everyday. We published 365 posts last year and this would not have been possible alone. Malcolm Sheridan and Mahesh Sabnis also contributed posts to DevCurry and I thank them for their contributions.

Many of you have regularly written to me and shared your valuable feedback. Thanks for the same. Although I have not been able to reply to each one of them, I do make it a point to read them, as and when I find time. I hope to see many more rounds of interactions with my readers and look forward to another fun-filled year and also hope that I will be able to stick to my routine of posting one post everyday. Wish me luck!

You can keep up with the blog by Subscribing to the Feeds or Subscribing via Email.

Cheers and have a wonderful year ahead!

Continue reading

Posted in General, Syndicated | Leave a comment

Website accessibility using NVDA

Website accessibility is a serious topic for all web developers these days, and if it isn’t, it should be. Making a website that is accessible is not that hard, but it does require you to think from a UI point of view instead of a pure coding thought process. One tool that is freely available for you to download is NonVisual Desktop Access (NVDA). The website describes it as this:

“Providing feedback via synthetic speech and Braille, it enables blind or vision impaired people to access computers running Windows for no more cost than a sighted person”

This tool can help you diagnose accessibility issues your website may have for blind or vision impaired users. It can help you diagnose input fields that can’t be read, missing alternate text for images and a bunch of other things. You can download this great piece of free software from here.

Continue reading

Posted in General, Syndicated, Tools | Leave a comment

Create PDF documents from .NET applications

I have seen a very common question in the forums – How can I create PDF documents from my .NET application?

Here are some of the OpenSouce and Paid libraries that allow you to do so:

Open Source

PDFSharp – PDFsharp is the Open Source library that easily creates PDF documents from any .NET language

iTextSharp – Library to create/manipulate PDF documents on-the-fly

Report.NET – generate PDF documents in a simple and flexible manner

PDFjet for .NET – royalty-free PDF library

Paid Libraries

PDF4NET.NET library for adding PDF capabilities your .NET application

ABCpdf – Dynamically create Adobe PDF documents on the fly

DynamicPDF™ Generator for .NET – real-time creation of PDF documents based on dynamic data

Continue reading

Posted in General, Syndicated, Tools | Leave a comment

4 Simple Tools to Find Broken Links in your Site

Broken links or a 404 error is a webmaster’s nightmare. The task of detecting linkrots becomes even more challenging when the website is huge. Here are 4 tools that can make this task easier for you, by detecting Broken Links in your Site.

W3C Link Checker – Checks and detects issues in links, anchors and referenced objects in Web pages or full Web sites. Enter the url or webpage address you want to check and click on the ‘Check’ Button. The tool takes sometime to analyze and detect the broken links. There are various other options given in the screenshot below that can be selected while checking links.

imagec

Xenu’s Link Slueth – Is a very popular desktop program that checks your websites for broken hyperlinks, images, frames, plug-ins, backgrounds, local image maps, style sheets, scripts and java applets.

image

Link Checker FireFox AddOn – Check the validity of links on any webpage. Once you have installed this Addon in FireFox, choose ‘Check Page Links’ in the ‘Tools’ menu or right-click on any webpage using FireFox, to invoke this tool.

image

Dead-Link-Checker – A simple web tool that requires JavaScript enabled to detect broken links

image

Other Link Checkers – http://linkchecker.sourceforge.net/other.html

Continue reading

Posted in General, Syndicated, Tools | Leave a comment