Future developers

Author's details

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

Latest posts

  1. Getting Mouse event coordinates(X,Y) inside a div using Jquery — September 14, 2013
  2. CSS Specifics for Internet Explorer (IE hacks) — September 14, 2013
  3. Object oriented concepts with PHP — May 15, 2013
  4. Prctical PHP Class with MySQL DB connection Included Fuctionalities Such as connecting a DB , DB , Insert Data , Delete , Update , Search … — May 15, 2013
  5. How to align HTML dev tags in Horizontally (in a same line) using CSS — May 1, 2013

Author's posts listings

Sep 14

Getting Mouse event coordinates(X,Y) inside a div using Jquery

$(“#specialElement”).click(function(e){ var x = e.pageX – this.offsetLeft; var y = e.pageY – this.offsetTop; });

Sep 14

CSS Specifics for Internet Explorer (IE hacks)

#1 IE Conditional Comments IE conditional comment is probably the most commonly used to fix the IE bugs for specific versions (IE6, IE7, IE8). Below are some sample code to target different versions of Internet Explorer: #2 CSS Rules Specific to Explorer (IE CSS hacks) Another option is to declare CSS rules that can only …

Continue reading »

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/