Thursday, September 22, 2011

Updated Features on - identi.ca


Micro blogging is a transmit medium in the form of blogging. A microblog differs from a usual blog in that its content is typically smaller in both actual and aggregate file size. Microblogs "allow users to exchange small elements of content such as short sentences, personality images, or video links".
famous micro blogging website identi.ca has been updated, now we can do social bookmarking, status update, event, poll and question on identi.ca, like facebook.com

New Updated Features:
Status: For Status Update
Bookmark: you can save your favorite bookmarks
Event: new event information
Poll: poll survey online etc…
Question: your question about on any topic etc…

Twitter, Facebook, and other micro blogging services are also attractive display place for marketing and public relations, with a pointed growth in the number of social media marketers.
Twitter, Facebook and many microblogging websites are most popular now days.

Monday, September 19, 2011

PHP Developer Toolbar 3.0.4 for Firefox


Firefox is rich browser with many add-ons, which are helpful in different ways, here is one interesting add-on for php developer “PHP Developer Toolbar”, With PHP Developer Toolbar 3.0.4 add-on you can search functions quickly for the official function description directly into your browser without a new tab.

Plus, many tools to help PHP developers.


About PHP Developer Toolbar 3.0.4 Add-on

A Tool Bar developed for PHP programmers, which allows you to search in multiple websites, access communities of developers and projects. With helpful shortcuts on toolbar, you can speedily see function descriptions or search into official websites.

PHP Developer Toolbar 3.0.4 also provides you links to many interesting tools, all made in PHP or for PHP, and access to PHP User Groups all around the world.
You can also generate classes and HTML forms easily, with the native PHP Generator Tool, added to this add-on. Install on Firefox


PHP Developer Toolbar 3.0.4 add-on is very helpful to php developer, who is doing php development.

Wednesday, May 25, 2011

Enhance PHP Memory LIMIT, Upload FILE LIMIT and EXECUTION TIME: PART - 3


In this part, we will learn about how to increase execution time in PHP.

Increase Script Execution Time PHP scripts are only allowed to be executed for a definite period of time, and when it reaches the time limit, it will stop and create the following error: "Fatal error: Maximum execution time of 30 seconds exceeded in yourscript.php" To allow your PHP script to run at a longer time, you'll need to increase the maximum execution time limit of PHP scripts using any of the following methods.

3.1. php.ini configuration - Locate the php.ini file used by your web server. You can use the phpinfo() PHP function to find it. - find and modify next parameter: max_execution_time = 45 Change the value (in second) or set to 0 for infinite time - restart Apache

3.2..htaccess configuration Edit (Create) the.htaccess file in the site root (public) directory or in the directory of your script and add the following line: php_value max_execution_time 45 Change the value (in second) or set to 0 for infinite time

3.3. Configuration in PHP scripts This is probably the best method as the setting applies only to the particular script, and would not allow other poorly written scripts to also consume and waste the system's resource. To do this, call the following function in your PHP script with the maximum execution time in second as the parameter: set_time_limit ( 300 ) You can use 0 as parameter for infinite execution time.


development, apps development india, php developer india

Tuesday, May 24, 2011

Enhance PHP Memory LIMIT, Upload FILE LIMIT and EXECUTION TIME: PART - 2


In this article, we will discuss about Enhancing File UPLOAD LIMIT.

Set Upload File Size Limit your php installation putting limits on upload file size. The default will restrict you to a max 2 MB upload file size. You need to set the following three configuration options: - upload_max_filesize - The maximum size of an uploaded file. - memory_limit - This sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts for eating up all available memory on a server. Note that to have no memory limit, set this directive to -1. - post_max_size - Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize. If memory limit is enabled by your configure script, memory_limit also affects file uploading. Generally speaking, memory_limit should be larger than post_max_size.

There are two methods two fix this problem.

2.1. php.ini configuration - Locate the php.ini file used by your web server. You can use the phpinfo() PHP function to find it. - find and modify next parameters: memory_limit = 32M upload_max_filesize = 10M post_max_size = 20M - restart Apache

2.2. .htaccess configuration - This is useful when you do not have access to php.ini file. Edit (Create) the.htaccess file in the site root (public) directory and add the following line: php_value upload_max_filesize 10M php_value post_max_size 20M php_value memory_limit 32M This method will only work if PHP is running as an Apache module.



development, apps development india

Monday, May 23, 2011

Enhance PHP Memory LIMIT, Upload FILE LIMIT and EXECUTION TIME : PART - 1


We know that default memory limit in PHP is 16MB. Sometimes we need more than 32 MB or 64 MB. As well as default file upload limit is 2 MB that is fairly low – and especially when site works on Photos. As script execution time, default time is 30 sec but some times, tasks require more execution time to complete their jobs.  Here are few techniques for enhance PHP memory limit, file upload limit and execution time. These techniques depend on your system configuration.

1. Set Memory Limit

1.1. php.ini configuration This is the suggested approach if you have access to the server's php.ini. This will not be possible in most shared hosting situations, though your host may be able to adjust it for you. Note that this change will affect all websites and PHP scripts on the server. - Locate the php.ini file used by your web server. You can use the phpinfo() PHP function to find it. - Edit the memory_limit parameter in the php.ini file (usually in a section called Resource Limits) memory_limit = 32M; Maximum amount of memory a script may consume (32MB) If there is no section already for this, place the above line at the end of the file. - Restart Apache. Note: If you are using XAMPP/WAMP, there may be two PHP.ini files (one under the PHP directory and the other under Apache/bin). To change your memory limit, edit the file in the XAMPP/Apache/bin directory. The next two solutions are more restricted in scope and, in some cases, may be more appropriate choices than affecting all sites.

1.2..htaccess configuration This is useful when you do not have access to php.ini file. Edit (Create) the.htaccess file in the site root (public) directory and add the following line: php_value memory_limit 32M This method will only work if PHP is running as an Apache module.

1.3. Configuration in PHP scripts Add the following line where you need to give PHP more memory: ini_set('memory_limit', '32M');

1.4. Memory limits on Shared Hostings. In some shared hosting environments, access to the PHP memory limit setting is restricted. If you cannot make the change yourself, please ask your hosting provider to adjust it for you, or look for a new host that allows more flexibility.

In part - 2, we will discuss about File upload limit. 

development, apps development india

Sunday, May 22, 2011

Marketing Tricks of Offshore Web Development


Offshore web development is quickly taking giant pace in the direction of evolving an absolutely essential part of any business. Brands and companies have recognized that there is require for online solutions to boost their web events in the brain of the customer. In this context there is a static demand for cost productive measures and answers for website designing, internet marketing, mobile solutions and even the development of web applications.

The concept behind all of this is to conceive a snare that will draw in the browser and double-check hits on the website of a company. The more the hits, the better the brand visibility and the nearer in the direction of the creation of brand equity. Outsourcing one's obligations to an offshore web developer who boasts the newest expertise connected with comparable rates is the best likely way to go. There are some components that should have in this specific field. Offshore web development needs a task force that is conversant with relentlessly developing and upgrading technologies and accessible software. Global tendencies and market organizations should be recognizable with. Easy accessibility and personalized connection is an essential. Different time zones are being catered to and therefore service should be 24/7.

Keeping in brain the company assets, the web developer is habitually seeking to find modes to best utilize business or brand assets inside granted parameters, to best utilize time and the cheapest likely way to manage so. In detail a web portal that is productive can precede a long way in helping a business investigates and better apply its business processes. With the advent of communal networking into well liked considered, web developers are looking to integrate the identical into their gambit of execution.

Not only does an offshore web development firm hold the base line of your balance sheet looking comfortable, they furthermore convey their international exposure to the table. Working with varied business over the globe adds many of know-how and discovery to the web developer who integrates the best of what he sees into his forthcoming projects. They promise timely deliveries, effectiveness in comprehending purchaser desires and the proficiency to execute workable and customized solutions that will finally help the business design its occurrence on the World Wide Web.

An offshore web developer strives to conceive attention in the minds of the buyer, to supply applicable and revised data to goal assemblies, to structure purchaser sites in order that seek rankings proceed up in well liked search engines and to empower the business by integrating world class conceive and navigation reasoning conforming to W3C standards. Offshore web developers offer expertise answers with business worth at comparable prices.

development, apps development india

Saturday, May 21, 2011

Offshore Software Development Outsourcing


Over the years, the IT industry has glimpsed implementation of newer technologies to automate the business procedures in a bigger way. In this tech-savvy world, most of organizations depend upon utilizing web-based goods for glossy business processing in short span of time and with the assist of limited human resources. From little and intermediate business to large-scale business, most of the work inside the organizations is conveyed out with the productive use of programs designed for exact purposes.

In short, software is utilized to leverage the work method with the assist of technology. But, not all businesses can depend upon widespread computer program or data. Since all the organizations have their own exact obligations, thus goods are evolved in agreement with those obligations to rendezvous the business objectives effectively.

In this cutting-edge competition, every organization examines for the best methods to pace up the work functioning at cost-effective manner. Hence, most of the businesses gaze for applications which can assist their employees to share articles combine with co-workers and work from remote locations. Here arrives the use of customized software with user-friendly applications to assist users know-how so straightforward and protected command on the work method inside the organization.

Addressing the demand of customized software tools, several businesses have arrived up to provide software development services. When looking for software development services to rendezvous your precise business purposes, you might come over dozen of software developers. At times, you might believe about hiring in-house developers to develop software as per your organizational needs. But, this method of getting software solutions might not be money-making in periods of cash and expertise. Moreover, you require elaborating your agency space and supply assets needed in developing customized software. If you desire to bypass such annoyance, then you can address outsourcing product development requirements to offshore software development companies. The cause behind outsourcing your IT-based tasks is that you will find dedicated IT professionals to supply bug-free development services at inexpensive rates.

Generally, software product development cycle encompasses planning software architecture, coding, checking and implementation. Most of the offshore developers employed with offshore businesses are renowned to have years of know-how in developing software for distinct web-based purposes. They are adept to supply high-quality software solutions in smallest likely time.

Outsourcing software product developmental tasks will assist you to aim on the varied localities of your business. Get customized software goods from offshore software development businesses and know-how thriving business procedure in the ever altering market.

development, apps development india