<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>Blog entries</title>
		<description>Blog entries</description>
		<link>http://www.opensourceuniverse.com</link>
		<lastBuildDate>Sun, 05 Feb 2012 02:02:57 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>BADCamp – The Greatest Drupal Event on Earth</title>
			<link>http://www.opensourceuniverse.com/blog/badcamp-a-the-greatest-drupal-event-on-earth.html</link>
			<description>&lt;p&gt;&amp;lt;!--  /* Font Definitions */ @font-face {font-family:&quot;ＭＳ 明朝&quot;; panose-1:0 0 0 0 0 0 0 0 0 0; mso-font-charset:128; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:fixed; mso-font-signature:1 134676480 16 0 131072 0;} @font-face {font-family:&quot;ＭＳ 明朝&quot;; panose-1:0 0 0 0 0 0 0 0 0 0; mso-font-charset:128; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:fixed; mso-font-signature:1 134676480 16 0 131072 0;} @font-face {font-family:Cambria; panose-1:2 4 5 3...</description>
			<author>Mitchel</author>
			<pubDate>Thu, 17 Nov 2011 07:25:37 +0100</pubDate>
		<category>drupal events</category>
		</item>
		<item>
			<title>Announcing Free Application Security Training Materials</title>
			<link>http://www.opensourceuniverse.com/blog/announcing-free-application-security-training-materials.html</link>
			<description>&lt;p&gt;I wanted to reach out and let you know about free Application Security training materials we are providing.&lt;br/&gt;&lt;br /&gt;Our  five security vulnerability guides are packed with information yet easy  to understand, and are useful for audiences ranging from IT executives  to consumer-level cell phone users. A typical guide:&lt;br /&gt;&amp;bull; Educates readers on threats like cross-site request forgery, SQL injections, mobile code security issues&lt;br/&gt;&amp;bull; Gives easy-to-follow steps, guidelines and helpful &quot;chea...</description>
			<author>noxss</author>
			<pubDate>Wed, 22 Jun 2011 22:14:48 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title>Crescent IT Solutions - Online IT Training / e - Learning Courses of SAP, BA, Java, Oracle, QA, ...</title>
			<link>http://www.opensourceuniverse.com/blog/crescent-it-solutions-online-it-training-e-learning-courses-of-sap-ba-java-oracle-qa-data-warehousing-net-qtp-etc.html</link>
			<description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p style=&quot;font-family: Georgia, 'Times New Roman', Times, serif; font-size: 14px;&quot;&gt;Crescent IT Solutions which is a high profiled Training Institute offers you SAP(All Modules), Oracle Applications, People Soft, MS.NET, JAVA, Testing Tools , TIBCO , SQL Server, Data warehousing, PHP, Online Training for the students who are located in the US, UK, Australia, Saudi, Newzeland etc. by a Real Time Professionals.&lt;/p&gt;&lt;br/&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;p class...</description>
			<author>Crescent IT Solutions</author>
			<pubDate>Mon, 20 Jun 2011 04:00:00 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title>Dallas Drupal Camp this July</title>
			<link>http://www.opensourceuniverse.com/blog/dallas-drupal-camp-this-july.html</link>
			<description>&lt;p&gt;Hey guys, I wanted to let you know about a great event for anyone from beginner to expert level who is interested in Drupal. Some of the best minds in the Drupal world will be presenting, and they are accepting submissions for presentation topics:&lt;/p&gt;&lt;br/&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;br/&gt;&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; font-size: 15px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-c...</description>
			<author>Sumeeta</author>
			<pubDate>Wed, 15 Jun 2011 20:27:47 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title>MySQL Newsletter: March 2011</title>
			<link>http://www.opensourceuniverse.com/blog/mysql-newsletter-march-2011.html</link>
			<description>&lt;p&gt;MySQL Newsletter&lt;br /&gt;March 2011&lt;br /&gt;&lt;br /&gt;Articles in this newsletter:&lt;br /&gt;&lt;br /&gt;Highlights&lt;br /&gt;&lt;br /&gt;- Live Webinar: MySQL on Windows Online Forum (March 16)&lt;br /&gt;- Event: Collaborate 11 - Orlando, Florida (April 10-14)&lt;br /&gt;- Event: MySQL Community Reception - Santa Clara, California (April 13)&lt;br /&gt;- DevZone Interview: When the IOUG Meets the MySQL Community&lt;br /&gt;- White Paper: MySQL Enterprise Backup - Fast, Consistent, Online Backups&lt;br /&gt;- Live Webinar: MySQL Cluster 7.1, Latest Upd...</description>
			<author>Nidhi Aggarwal</author>
			<pubDate>Sat, 12 Mar 2011 12:37:49 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title>How to get the page load time using PHP</title>
			<link>http://www.opensourceuniverse.com/blog/how-to-get-the-page-load-time.html</link>
			<description>&lt;p&gt;To get the page load time for a block of code you can do the following.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;1. Add the code below before the block of code:&lt;br /&gt;&amp;lt;?php&lt;br /&gt;$starttime = microtime();&lt;br /&gt;$startarray = explode(&quot; &quot;, $starttime);&lt;br /&gt;$starttime = $startarray[1] + $startarray[0];&lt;br /&gt;?&amp;gt;&lt;br /&gt;Microtime is a function that returns a value giving the current time in seconds and milliseconds from the UNIX Epoch (internationally set as 0:00:00 January 1, 1970 GMT).&amp;nbsp;&amp;nbsp; Explode then splits this value...</description>
			<author>Ashok Singh Negi</author>
			<pubDate>Mon, 21 Feb 2011 18:35:45 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title>Wordpress site speed optimization</title>
			<link>http://www.opensourceuniverse.com/blog/wordpress-site-speed-optimization.html</link>
			<description>&lt;p&gt;Wordpress is very popular cms that every one want to use. But the some sites in wordpress has very lower performance due to its speed(Time to load in the&lt;br/&gt;&lt;br /&gt;browser). Whenever we create any site we want that the site should load very fast with less time no matter it is in wordpress/joomla/ or any other opens CMS&lt;br/&gt;&lt;br /&gt;or your own custom CMS.&lt;br /&gt;&lt;br /&gt;Here are the few checklist that everyone should follow:&lt;br /&gt;&lt;br /&gt;1. Reduce the number of request in your site. This can be done by using ...</description>
			<author>Ashok Singh Negi</author>
			<pubDate>Wed, 16 Feb 2011 11:20:10 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title>Wordpress delete/trash functionality for custom plugin</title>
			<link>http://www.opensourceuniverse.com/blog/wordpress-deletetrash-functionality-for-custom-plugin.html</link>
			<description>&lt;p&gt;In continution to my wordpress blog post today I want to share my thoughts related to my experience while exploring the functionality of my plugin. I want to&lt;br/&gt;&lt;br /&gt;develop the functionality to delete/trash posts similar to the default wordpress functions does. But when I created my own function to trash post it also&lt;br/&gt;&lt;br /&gt;deleted my posts from trash, so I come to realize that when we add action to trash the post it also calls the wordpress trash function that's why on trashing&lt;br/&gt;&lt;br /&gt;my post f...</description>
			<author>Ashok Singh Negi</author>
			<pubDate>Wed, 16 Feb 2011 11:17:27 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title>User mysql to get the data in particular order using order by</title>
			<link>http://www.opensourceuniverse.com/blog/user-mysql-to-get-the-data-in-particular-order-using-order-by.html</link>
			<description>&lt;p&gt; &lt;/p&gt;&lt;br/&gt;&lt;p class=&quot;MsoNormal&quot;&gt;I recently worked on the project related to improve the website speed. When I analyzed the files I found that it used a lot of php code which can easily replaced by mysql. There were a scenario where we sort the record in particular order e.g. 2,0,1 and it was accomplished with the help of PHP code.&lt;/p&gt;&lt;br/&gt;&lt;p class=&quot;MsoNormal&quot;&gt;When I checked the mysql manual I found it can be done easily using ORDER BY FIELD&lt;/p&gt;&lt;br/&gt;&lt;p class=&quot;MsoNormal&quot;&gt;For e.g. If you have 3 priorities Lo...</description>
			<author>Manish</author>
			<pubDate>Fri, 04 Feb 2011 15:11:13 +0100</pubDate>
		<category>performance</category>
		</item>
		<item>
			<title>MySQL Newsletter - Special Edition: Developing and Managing MySQL Applications</title>
			<link>http://www.opensourceuniverse.com/blog/mysql-newsletter-special-edition-developing-and-managing-mysql-applications.html</link>
			<description>&lt;p&gt;MySQL Newsletter&lt;br /&gt;Special Edition: Developing and Managing MySQL Applications mysql-newsletter@sun.com&lt;br /&gt;&lt;br /&gt;This is a special edition of the MySQL Newsletter. In addition to the regular MySQL Monthly Newsletter, a MySQL Newsletter Special Edition is issued each quarter that highlights technical information on topics most relevant to MySQL DBAs and developers. This edition is focused on Developing and Managing MySQL Applications with resources to help you get started and manage your ...</description>
			<author>Nidhi Aggarwal</author>
			<pubDate>Thu, 27 Jan 2011 12:17:36 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title>Change HTML style via simple JS</title>
			<link>http://www.opensourceuniverse.com/blog/change-html-style-via-simple-js.html</link>
			<description>&lt;p&gt;Hi&lt;br /&gt;Sometimes we want to change the page css either on any event let say &quot;onclick&quot; or &quot;onchange&quot;. I have created one simple demo script of js that we can use to do so. Below is the sample code.&amp;amp;nbsp; I have called my script on pageload but you can call it in any of the event as you require.&lt;br /&gt;&lt;br /&gt;&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt;&lt;br /&gt;&amp;lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&amp;gt;&lt;br ...</description>
			<author>Ashok Singh Negi</author>
			<pubDate>Mon, 24 Jan 2011 11:07:10 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title> MySQL Newsletter: January 2011</title>
			<link>http://www.opensourceuniverse.com/blog/mysql-newsletter-january-2011.html</link>
			<description>&lt;p&gt;Articles in this newsletter:&lt;br /&gt;&lt;br /&gt;Highlights&lt;br /&gt;&lt;br /&gt;- White Paper: MySQL Enterprise Monitor 2.3: What's New&lt;br /&gt;- White Paper: MySQL Reference Architectures for Massively Scalable Web Infrastructure&lt;br /&gt;- Case Study: Tralix Delivers High SLAs and Extreme Performance with MySQL&lt;br /&gt;- Live Webinar: What's New in Managing MySQL Cluster (January 12)&lt;br /&gt;- Live Webinar: What's New: MySQL 5.5 and MySQL Enterprise Edition (January 18)&lt;br /&gt;- Live Webinar: MySQL Enterprise Backup - Onli...</description>
			<author>Nidhi Aggarwal</author>
			<pubDate>Tue, 11 Jan 2011 10:00:56 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title>MySQL Newsletter: December 2010</title>
			<link>http://www.opensourceuniverse.com/blog/mysql-newsletter-december-2010.html</link>
			<description>&lt;p&gt;Highlights&lt;br /&gt;&lt;br /&gt;- Webcast: MySQL Technology Update - Announcing MySQL 5.5 GA&lt;br /&gt;- Developer Zone Interview: MySQL 5.5 is GA - Interview with Tomas Ulin&lt;br /&gt;- White Paper: What's New in MySQL 5.5&lt;br /&gt;- White Paper: MySQL Enterprise Edition: Database. Management. Support.&lt;br /&gt;- Oracle Magazine: Open for Business - MySQL Community Wins with Better Innovation, Support and Integration&lt;br /&gt;- MySQL Selected as the Best Database by Linux Journal Reader's Choice Awards 2010&lt;br /&gt;- Case Stu...</description>
			<author>Nidhi Aggarwal</author>
			<pubDate>Tue, 21 Dec 2010 12:15:04 +0100</pubDate>
		<category>MySQL</category>
		</item>
		<item>
			<title>How to borowse the currently transfered site to another server with its actual URL.</title>
			<link>http://www.opensourceuniverse.com/blog/how-to-borowse-the-currently-transfered-sit-to-another-server-with-its-actual-url.html</link>
			<description>&lt;p&gt;Whenever you transfered a site from one server to another you have to wait until your domain get transfered to the new location. The server provider give you some temporary url to browse the site. But if your site depends on .htaccess files then you can't test the site functionality in the new server untill the domain get completely transfered. Sometime it takes long time more than a day and if you need to check your site funtionality in new server location then the alternative for this is to...</description>
			<author>Ashok Singh Negi</author>
			<pubDate>Wed, 15 Dec 2010 10:10:19 +0100</pubDate>
		<category>Open Source</category>
		</item>
		<item>
			<title>PHP Timezone Conversion Different from your server time zone</title>
			<link>http://www.opensourceuniverse.com/blog/php-timezone-conversion-different-from-your-server-time-zone.html</link>
			<description>&lt;p&gt;Few days back I am facing a problem to convert a time zone from &quot;America/Chicago&quot; (which is my server default time zone) to Pacific Standard Time(PST). I did some googling and found that to make the time zone in PST we need to set the time zone to &quot;America/Los_Angeles&quot; by using the function date_default_timezone_set() but when I do this and do some database insertion to my site from front end it shows different result and when I tries to show the time zone along with my date it does not shows...</description>
			<author>Ashok Singh Negi</author>
			<pubDate>Fri, 03 Dec 2010 18:08:30 +0100</pubDate>
		<category>Open Source Universe</category>
		</item>
		<item>
			<title>How to learn Zend Framework</title>
			<link>http://www.opensourceuniverse.com/blog/how-to-learn-zend-framework.html</link>
			<description>&lt;p&gt;Zend Framework has the reputation of being difficult to learn. But if you understand the work-flow of a request in Zend Framework, things start becoming more clear.&lt;/p&gt;&lt;p&gt;Make sure that you have WAMP/LAMP/MAMP Configured for Zend Framework.&amp;nbsp;&lt;/p&gt;&lt;p&gt;First of all, make sure that your OOP concepts are clear.&amp;nbsp;&amp;nbsp;It is suggested that before you learn programming in Zend Framework, you should understand the principles and practices that are used in Zend Framework. So make sure that you ...</description>
			<author>zend frameworker</author>
			<pubDate>Tue, 12 Oct 2010 13:23:49 +0100</pubDate>
		<category>Open Source Universe</category>
 <category>Open Source</category>
		</item>
		<item>
			<title>First Data Integration Non recursive Payment</title>
			<link>http://www.opensourceuniverse.com/blog/first-data-integration-non-recursive-payment.html</link>
			<description>Hello I want share something to all the developers who really want to  integrate FirstData(formerly know as Link Point) webservice(which allows  you to make payment via payment gateway but without going outside of  your site) as there payment gateway.&lt;br /&gt;&lt;br /&gt;I have search a lot for  integration on it as I was novice to FirstData and I really want to  integrate it in my sites http://www.nobcche.org/.&lt;br /&gt;&lt;br /&gt;Before going  live you need to create test account The test account can be created...</description>
			<author>Ashok Singh Negi</author>
			<pubDate>Tue, 12 Oct 2010 11:13:14 +0100</pubDate>
		<category>Open Source Universe</category>
 <category>Open Source</category>
		</item>
		<item>
			<title>FirstData integration for recurring billing</title>
			<link>http://www.opensourceuniverse.com/blog/firstdata-integration-for-recurring-billing.html</link>
			<description>&lt;p&gt;This is my second post related to FirstData integration. Here I will  discuss about the recurring billing and give you sample script of  FirstData recurring billing integration in PHP .&lt;br /&gt;&lt;br /&gt;If you want to  learn from start please read my first article on FirstData. Before I  show you the script I will make you about recurring billing.&lt;br /&gt;&lt;br /&gt;Recurring  billing is the process in which payment is deducted periodically from  your account for n number of time where &quot;n&quot; can be &quot;n&quot; Year/...</description>
			<author>Ashok Singh Negi</author>
			<pubDate>Tue, 12 Oct 2010 11:10:56 +0100</pubDate>
		<category>Open Source Universe</category>
 <category>Open Source</category>
		</item>
		<item>
			<title> MySQL Newsletter: October 2010</title>
			<link>http://www.opensourceuniverse.com/blog/mysql-newsletter-october-2010.html</link>
			<description>Highlights&lt;br /&gt;&lt;br /&gt;- Article: Introduction to MySQL 5.5&lt;br /&gt;- Event: MySQL Sessions at UKOUG Conference Series Technology and E-Business Suite 2010&lt;br /&gt;- Call for MySQL Participation at Collaborate 11 (April 10 - 14, 2011)&lt;br /&gt;- Live Webinar: Delivering Scalability and High Availability with MySQL 5.5 Replication Enhancements (October 12)&lt;br /&gt;- Live Webinar: MySQL Essentials Part 5: How to Develop Simple PHP Applications for MySQL (October 19)&lt;br /&gt;&lt;br /&gt;New Product Releases&lt;br /&gt;&lt;br /&gt;- ...</description>
			<author>Nidhi Aggarwal</author>
			<pubDate>Sat, 09 Oct 2010 06:52:39 +0100</pubDate>
		<category>Open Source Universe</category>
 <category>Open Source</category>
		</item>
		<item>
			<title>MySQL Newsletter: September 2010</title>
			<link>http://www.opensourceuniverse.com/blog/mysql-newsletter-september-2010.html</link>
			<description>MySQL Newsletter&lt;br /&gt;September 2010&lt;br /&gt;mysql-newsletter@sun.com&lt;br /&gt;&lt;br /&gt;Articles in this newsletter:&lt;br /&gt;&lt;br /&gt;Highlights&lt;br /&gt;&lt;br /&gt;- Event: MySQL Sunday at Oracle OpenWorld - Last Chance to Register! (September 19)&lt;br /&gt;- Event: MySQL Sessions at DOAG Conference 2010 - Nuremberg, Germany (November 16-18)&lt;br /&gt;- Announcing the MySQL Japanese Newsletter&lt;br /&gt;- Quickpoll: What concerns you most about your current MySQL backup solution?&lt;br /&gt;- The MySQL Community Team is Hiring&lt;br /&gt;- White...</description>
			<author>Nidhi Aggarwal</author>
			<pubDate>Mon, 06 Sep 2010 09:04:44 +0100</pubDate>
		<category>Open Source Universe</category>
 <category>Open Source</category>
		</item>
	</channel>
</rss>

