aanddrecruitment.com
Welcome To A & D Recruitment
http://www.aanddrecruitment.com/index.php
A and D Recruitment. Date : Friday 19/08/16 02:36:31. CIN NO - U74900DL2013PTC253288. Greeting From The A and D Recruiters! In the competitive and ever expanding job market, recruitment solutions require expertise in human resources management. A and D Recruitment possesses this specialization with flair to excel in this field. We provide comprehensive solutions related to human resources and recruitments in corporate entities. Telecaller jobs in international and domestic bpo. Operation manager in bpo.
vijatiya.in
Welcome to Vijatiya Training Solutions
http://www.vijatiya.in/ourclient.php
Macros and VBA Programming. Exam 77-601: MOS: Using Microsoft Office Word 2007. Exam 77-886: SharePoint 2010. Exam 77-850: Word 2007 Expert. Exam 77-602: MOS: Using Microsoft Office Excel 2007. Exam 77-851: Excel 2007 Expert. Exam 77-603: MOS: Using Microsoft Office PowerPoint 2007. Exam 77-604: MOS: Using Microsoft Office Outlook 2007. Exam 77-881: Word 2010. Exam 77-887: Word 2010 Expert. Exam 77-882: Excel 2010. Exam 77-888: Excel 2010 Expert. Exam 77-883: PowerPoint 2010. Exam 77-884: Outlook 2010.
itfeast.blogspot.com
IT Feast: PHP-Localize php.ini configs for any directory
http://itfeast.blogspot.com/2014/11/php-localize-phpini-configs-for-any.html
Wednesday, November 12, 2014. PHP-Localize php.ini configs for any directory. Recently while installing Joomla 3.0 I came across a blocker My Hosting Provider's php.ini said. Magic quotes gpc = on;. Which was hindering my way in installation of Joomla on Hosting Space I had. I was looking for a work around and here is what I did simply. 1 Created a file called php.ini(or php5.ini-to taste of your php installation) in my local directory and added. Magic quotes gpc = off;. Subscribe to: Post Comments (Atom).
itfeast.blogspot.com
IT Feast: Wordpress-Bypass FTP credientials step for updates(Update on localhost)
http://itfeast.blogspot.com/2014/12/wordpress-bypass-ftp-credientials-step.html
Saturday, December 13, 2014. Wordpress-Bypass FTP credientials step for updates(Update on localhost). If you want to bypass the step where wordpress asks for ftp credentials on update i.e you do not want wordpress to ask for ftp credentials on update specially helpful in updating on localhost. Then in wp-config.php add the following lines to the code. Define('FS METHOD','direct');. That's it and this will bypass the ask for ftp credientials. Subscribe to: Post Comments (Atom). View my complete profile.
itfeast.blogspot.com
IT Feast: Check in Cakephp if Flash Message has been set or not
http://itfeast.blogspot.com/2011/08/check-in-cakephp-if-flash-message-has.html
Wednesday, August 10, 2011. Check in Cakephp if Flash Message has been set or not. Here is the code which helps to check if flash message has been set or not.sometimes its a need to use a default message if it is not set. This- Session- check('Message.flash') ) ;. Subscribe to: Post Comments (Atom). There was an error in this gadget. Generate Excel Report with Php and Mysql using code. Element.dispatchEvent(event) is not a function. Cakephp 2.0-Create 0bserve field equivalent with new jshelper. I read th...
itfeast.blogspot.com
IT Feast: Apache2-Forbidden You don't have permission to access /dir/ on this server
http://itfeast.blogspot.com/2015/04/apache2-forbidden-you-dont-have.html
Saturday, April 4, 2015. Apache2-Forbidden You don't have permission to access /dir/ on this server. Recently on restarting my Apache Server on Ubuntu I came across following error. Forbidden You don't have permission to access /dir/ on this server. After a bit of google I solved this by granting permissions to my server directory and resetting my httpd.conf directory access levels as follows. In Ubuntu httpd.conf file is place under. If you list directory contents you will find files like. Social Engine...
itfeast.blogspot.com
IT Feast: Cakephp 2.0-Validations not working
http://itfeast.blogspot.com/2015/07/cakephp-20-validations-not-working.html
Thursday, July 30, 2015. Cakephp 2.0-Validations not working. Many a times Our custom Validations do not work in cakephp due to very tiny small errors.Here is a piece of my research and development which might help you. Empty($this- data) { $this- User- set($this- data);. If ($this- User- validates() { / it validated logic echo "Yes we can proceed"; } else { / didn't validate logic $errors = $this- User- validationErrors; pr($errors); } }. See the line in Bold this must be done to get errors set. I read ...
itfeast.blogspot.com
IT Feast: July 2015
http://itfeast.blogspot.com/2015_07_01_archive.html
Thursday, July 30, 2015. Cakephp 2.0-Validations not working. Many a times Our custom Validations do not work in cakephp due to very tiny small errors.Here is a piece of my research and development which might help you. Empty($this- data) { $this- User- set($this- data);. If ($this- User- validates() { / it validated logic echo "Yes we can proceed"; } else { / didn't validate logic $errors = $this- User- validationErrors; pr($errors); } }. See the line in Bold this must be done to get errors set. Authbri...
itfeast.blogspot.com
IT Feast: Recover Lost WAMP Databases
http://itfeast.blogspot.com/2013/03/recover-lost-wamp-databases.html
Saturday, March 30, 2013. Recover Lost WAMP Databases. Sometimes we are messed up tinkering with WAMP vanilla package.And all we end up is fatal errors that either restrict us to use PHP MyAdmin or let us forget the fact of importance of an Database Backup. We take the backup of WWW/our Important Projects but are hopeless when we find no database for the same. Here is a way to resolve the problem.First and Important step Backup of whatever you are left with. You can bring back the Data out from. It was 3...