Developers Archive

Web-Developer Server suite: All-in-one web server

The App we are discussing today is the Web-Developer Server suite and the suite- its aptly named! Trust me when I tell you, configuring this web server is 100 times easier than configuring Apache to run your php and MySql files.

On downloading this suite, various components such as Joomla, drupal, mediawiki, phpbb2 and wordpress are installed with the web server capable of running all of this! So you can forget…

no comments Add Your Comment Read More

How to use PayPal Instant Payment Notification for e-commerce Website?

This entry is part 2 of 2 in the series Paypal

In this part, we are going to learn about PayPal Instant Payment Notification (IPN).

IPN is a message service that notifies you of events related to PayPal transactions. You can use IPN to automate back-office and administrative functions. As the name says Instant Payment Notification, it really is instant. The moment a customer buys a product from your website using PayPal, IPN reaches your server within few seconds.

The process is shown…

no comments Add Your Comment Read More

How to include Paypal “Buy Now” button on your website ?

This entry is part 1 of 2 in the series Paypal

In this tutorial, we will learn how to create Buy Now Button using PayPal.

I assume that you have basic knowledge of HTML.

See Demo.

Source Code:

Product Name: Test Product
Price: $ 25.00 USD

Quantity:

1
2
3
4
5
6
7

Lets start from the beginning of the code.

To create a PayPal Buy Now Button, we need to specify few variables.

On Line #5 business…

4 comments Add Your Comment Read More

Role of Custom component in Buddypress

Buddypress custom component developers instincts their ideas with their own custom component and the wordpress users roam freely through the website with ease.

4 comments Add Your Comment Read More

Monitor the status of popular APIs

If you are a professional blogger or running a website, then one way to build a community is to have APIs on your website. It is very important in today’s world to have APIs because it is one way for websites to communicate with each other. Facebook, Twitter, Digg etc all have APIs available to be added to websites. API-Status is a website which monitors API’s for their up time.

About…

2 comments Add Your Comment Read More

Create your own themes without having HTML and CSS knowledge

Are you a blogger and interested in making your own professional looking themes for your blogs ? but don’t have a technological knowledge about creating theme ? it’s ok, now it is possible to create your own theme without know anything about css and html knowledge. This can be made possible with the Artisteer software the one and only Web design automation  product. This post explains how we can create…

9 comments Add Your Comment Read More

Copy paste ready-made html tags

If you are using HTML to design your website then this website would be quite useful. It basically makes a lot of HTML Tag code available with Latin based Loren Ipsum text as default.

This is for basic HTML tags that you might need while designing. Instead of typing it over and over you can use the website as a way to copy the code into your HTML editor.
It supports basics…

no comments Add Your Comment Read More

Programming contest at Codechef Campus

All computer students and programming geeks might like to look up CodeChef and maybe even take part in a competition they have for programmers. ;-)
CodeChef hosts competitions for programmers with cash prizes for people residing in India and the US. Currently they have two upcoming contests the CodeChef Campus SnackDown on November 21st and another one called CodeChef December Challenge which is from Dec 1st to Dec 11th. Registration…

no comments Add Your Comment Read More

Tips on how mobile friendly is your website?

After many days since I am writing at Devilsworkshop as I was busy. This time I want to give a tip in developing Mobile firendly websites.
This is a issue which most webmasters face while optimizing their website for the mobile users. Now it is very easy with Percent Mobile.
The service that Percent Mobile offers is so simple its brilliant. It is a solution for online websites that tells…

no comments Add Your Comment Read More

Add Pagination to your WordPress Blog without Plugin!

Previously I gave you guys a tutorial about how to add a featured post section to your WordPress Blog.
This time I’ll be giving you yet another tutorial in which you can add a pagination to your WordPress blog without any plugin.
If you want to see a live demo click here
Steps
1. Configuring functions.php.
Add the following code to the theme file functions.php at the end unless you know where to add the…

3 comments Add Your Comment Read More