Archive

Archive for December, 2009

Job for frshers as a KM Administrator / Consultant

December 2, 2009 Leave a comment

Apitco Limited Recruits KM Administrator / Consultant

Experience : 0 – 2 Years
Location : Hyderabad / Secunderabad
Education : UG – B.Tech/B.E. – Computers, Electrical, PG – Post Graduation Not Required

Job Description :
Promotes facilitates and supports the knowledge management system within the organization- with optimized outputs and process management.

Desired Candidate Profile :
BE (ECE) with knowledge on MS SQL server 2000 & 2005 , Clustered SQL servers , replication, log shipping, database mirroring, knowledge on SEC technology platform ,etc

Company Profile :
APITCO is a leading Technical Consultancy Organization (TCO) promoted jointly by all India Financial Institutions (IDBI, IFCI and ICICI), leading nationalized banks and State level corporations.

Company Name : APITCO Limited
Website : http://www.apitco.org
Executive Name : Mr. P Janaki Ram
Telephone : 040-23237333

PHP Tips # 5 – To Remember When Using A PHP Form Generator

December 2, 2009 Leave a comment

When you have an online business, using  this  PHP form Generator always a smart idea. A form generator can help you generator many different forms that you will need on your website. When using a generator, there are some important tips that you need to remember.

These tips can help you use the generator more effectively. Here are the most important tips to keep in mind.

1. Be careful when choosing a generator to use because you don’t have to pay for using one. There are many sites online that state that you do have to pay, but there are many free generators online that you can use for free.

This is not saying that you don’t want to pay for a generator if you find a good one that will benefit your business. It just means that you want to be careful and look at all of your options before choosing the best one to use for your particular business.

2. In order to use the generator effectively, you have to take time to learn how to use it. Read any instructions that come with it, try it out and just spend some time getting used to using it. This is the best way to learn how to use it effectively, which is important to the success of your business website.

3. Don’t overwrite your website. In other words, build a good website one page at a time and don’t just stuff a bunch of pages into it because you have the ability to add whatever pages you want to. You want to be sure that you are generating pages that will benefit your business, but will also benefit your customers.

Build a quality website using a form generator and don’t overdo the pages used or it will just look cluttered. This is very unappealing to online customers and will definitely end up hurting your business. It could also end up costing you money when your visitors go to your competition instead of your site.

Always do these things and you will not only be able to use it effectively, but will also end up with a great website that will attract and keep customers coming back. Find a good generator to start using today because this is definitely a tool that every business owner needs to be using.

PHP TIPS #4 – Array_diff_uassoc Function in PHP

December 1, 2009 Leave a comment

Function Description:

array_diff_uassoc() function which compares two or more arrays while checking for differences before comparing the keys with a user-defined location. It then returns an array withthe keys and values from the first array(to which all the values were comapred against) it the function allows it.

Syntax is as follows : array_diff_uassoc(array1,array2,array3….,function).

with a sample below of how it is used.

function userdefined($v1,$v2)
{
if ($v1 === $v2)
{
return 0;
}
if ($v1 > $v2)
{
return 1;
}
else
{
return -1;
}
}
$a1=array(0=>”Dog”,1=>”Cat”,2=>”Horse”)
$a2=array(3=>”Dog”,1=>”Cat”,5=>”Horse”)
print_r(array_diff_uassoc($a1,$a2,”userdefined”));
?>

which results in the following output : Array( [0] => Dog [2] => Horse). For an example of the same function with two or more assigned arrays to the function:

function userdefined($v1,$v2)
{
if ($v1 === $v2)
{
return 0;
}
if ($v1 > $v2)
{
return 1;
}
else
{
return -1;
}
}
$a1=array(0=>”Dog”,1=>”Cat”,2=>”Horse”)
$a2=array(3=>”Dog”,1=>”Cat”,5=>”Horse”)
$a3=array(6=>”Onyx”,0=>”Dog”,5=>”Horse”)
print_r(array_diff_uassoc($a1,$a2,$a3,”userdefined”));
?>

Which in turn, gives you : Array ([2] => Horse )

So we see the different array_diff function variants and the diffeerent ways they are used to compare the values of one or more arrays with one another.

PHP Fresher/Trainee in Chennai

December 1, 2009 Leave a comment

COMPANY: SPACE COMPUTER AND SYSTEMS LTD

JOB DESCRIPTION:

Candidates  have to undergo hands on training in web2.0 technologies which includes Javascript and Ajax, PHP, C# and ASP.Net, Java/J2EE, MySQL, XML, Web 2.0 framework, Mashups, Dojo widgets, Echo2, Ajax security framework and toolkit including Web 2.0 enterprise. Post training upon their evaluation candidates will be taken in for Live projects in Web based Applications.
POSITION REQUIREMENTS:
Any Eng gradutes with Computer science /IT background and candidates who are willing to shift their career to web technologies shallapply.
CONTACT: HR, training@spacecs.com
Job ID: 3926
Location: Chennai
Follow

Get every new post delivered to your Inbox.