Future developers

Author's details

Name: future developers
Date registered: January 25, 2013
URL: http://atlantica.lk/en

Latest posts

  1. Object oriented concepts with PHP — May 15, 2013
  2. Prctical PHP Class with MySQL DB connection Included Fuctionalities Such as connecting a DB , DB , Insert Data , Delete , Update , Search … — May 15, 2013
  3. How to align HTML dev tags in Horizontally (in a same line) using CSS — May 1, 2013
  4. Automation In photoshop (How to repeat a same editing for multiple images) — April 27, 2013
  5. Configuring Zend Framework for Windows — April 9, 2013

Most commented posts

  1. Hi ! visitors! — 11 comments
  2. Automation In photoshop (How to repeat a same editing for multiple images) — 4 comments
  3. Configuring Zend Framework for Windows — 2 comments
  4. CSS Sprites (How to manage your all web images using one image with CSS) — 1 comment
  5. How to align HTML dev tags in Horizontally (in a same line) using CSS — 1 comment

Author's posts listings

May 15

Object oriented concepts with PHP

Example: Here is an example which defines a class of Books type: Creating Objects in PHP Once you defined your class, then you can create as many objects as you like of that class type. Following is an example of how to create object using new operator. $physics = new Books; $maths = new Books; …

Continue reading »

May 15

Prctical PHP Class with MySQL DB connection Included Fuctionalities Such as connecting a DB , DB , Insert Data , Delete , Update , Search …

I have included a practicle php class as follows. You can use the functions when you needed using OOP php concepts . PHP class (connection.php) You can Use  your functions when you needed in other class as follows

May 01

How to align HTML dev tags in Horizontally (in a same line) using CSS

divalign

The following image will describe the scenario what i am going to explain further use the following code to create the above scenario using CSS and HTML

Apr 27

Automation In photoshop (How to repeat a same editing for multiple images)

automation1

Photoshop is very powerful but sometimes simple tasks can get repetitive and tedious. Here’s a look at how to automate just about anything in Photoshop using Photoshop actions. Exmaple : I’m going to  edit 100 images with following edits re-size 600px * 400px increase brightness reduce image size save Step 01 create your action script …

Continue reading »

Apr 09

Configuring Zend Framework for Windows

what is

What is Zend Framework •Zend Framework is an open source framework for developing web applications and services with PHP 5. Zend Framework is implemented using 100% object-oriented code. •We often call this a “use-at-will” design  Requirements for create a Zend project •Aparche HTTP web server(2.2.3 or later) + PHP (5.2 or later ) + DB …

Continue reading »

Apr 07

CSS Sprites (How to manage your all web images using one image with CSS)

example image using photoshop

What is CSS Sprites ? CSS sprites are a way to reduce the number of HTTP requests made for image resources referenced by your site. Images are combined into one larger image at defined X and Y coorindates. Having assigned this generated image to relevant page elements the background-position CSS property can then be used …

Continue reading »

Jan 25

Hi ! visitors!

You are welcome to the futuredev.info. The KT blog is related to the software development . Purpose of this blog is sharing the knowledge among software developers. Thanks for visiting .. http://futuredev.info/