Skip to main content

Home/ BI-TAGS/ Group items tagged utilities

Rss Feed Group items tagged

cezarovidiu

Saving Current Values with Cascading LOVs - 0 views

  •  
    "Saving Current Values with Cascading LOVs A friend, Monty Latiolais, recently asked an interesting question regarding cascading LOVs: Say you've got two LOVs...STATES and CITIES. They both default to 'ALL' and 'ALL'. Since CITIES is dependent on STATES, as soon as STATES is changed, CITIES is blanked out. What should happen is that CITIES gets re-evaluated as in the following example... let's say STATES is ALL and CITIES is "Houston". If one then changes STATES to "Texas", CITIES should remain "Houston" as that is a valid value for CITIES. So basically, is it possible to maintain the selected value of an item if that same value exists in the list of values after refreshing? That's a great question! Thanks to new events in the APEX framework and Dynamic Actions the solution is far easier than it would have been in the past! Click here to see the demo but continue reading to learn how it all works… There are a three main events you need to be concerned with when it comes to cascading selects: change apexbeforerefresh apexafterrefresh The change event is a standard part of JavaScript and the DOM. This event fires when the user manually changes the value of the select list but can also be triggered programmatically via JavaScript. The apexbeforerefresh and apexafterrefresh events are custom events in the APEX framework. They fire just before and just after AJAX requests refresh something on the page. The events work with many items and regions that utilize this technology. In this example we have two select lists: parent and child. If you change the value of the child select list then the change event will fire and that's it. But if you change the value of the parent select list a lot more happens to the child select. Here are some of the highlights: The current LOV values are cleared out The apexbeforerefresh event is triggered An AJAX request brings back new values. This only happens if optimize refresh is set to false optimize refresh is set to true and
cezarovidiu

Star Schema Bechmark: InfoBright, InfiniDB and LucidDB - MySQL Performance Blog - 0 views

  • Queries time
  • InfoBright was fully 1 CPU bound during all queries.
  • InfiniDB is otherwise was IO-bound, and processed data fully utilizing sequential reads and reading data with speed 120MB/s. I think it allowed InfiniDB to get the best time in the most queries.
  • ...1 more annotation...
  • LucidDB on this stage is also can utilize only singe thread with results sometime better, sometime worse than InfoBright.
  •  
    "Star Schema Bechmark: InfoBright, InfiniDB and LucidDB"
cezarovidiu

Veeam Backup Free Edition for VMware and Hyper-V - 0 views

  •  
    "What's Inside Veeam Backup Free Edition contains useful utilities for day-to-day VM management: VeeamZIP: Backup a VM on-the-fly for operational, archival or portability purposes Instant File-Level Recovery: Restore individual guest files directly from a VeeamZIP backup NEW! Veeam Explorer™ for Microsoft Exchange: Get instant visibility into VeeamZIP backups of Exchange VMs for quick recovery of individual items (emails, contacts, notes, etc.) NEW! Veeam Explorer™ for SAN Snapshots: Restore individual VMs, guest files and Exchange items from SAN snapshots* File Manager: The easy way to manage VM and host files Quick Migration for VMware: Migrate a live VM to any host or datastore *Currently available for VMware only"
cezarovidiu

Difference between CRM lead and an opportunity - Pipeliner CRM Blog - 0 views

  • Any individual fish or pod of fish in your sea represents one lead.
  • Your Nemo will not be the first or the second fish that you catch. At the beginning, you will have very little information about the Nemo you would like to catch. You will start to examine your fish and create some criteria as to how Nemo should look like. In other words, you are qualifying your fish.
  • Lead = Any Fish in The Sea. Opportunity = Nemo
  • ...6 more annotations...
  • The process of examination and adding the criteria represents your sales pipeline strategy. It’s always true that: “Without a commitment to pursue working together (something that results in this company potentially buying from you) there is no opportunity.” - Anthony Iannarino
  • At the end of your examination ie. of your sales process, you will either let the fish swim back into your sea (lost opportunity) or you will put Nemo into your aquarium (won opportunity). Won Opportunity = You have found Nemo Lost Opportunity = You have not found Nemo
  • A Lead – is a contact or an account with very little information. It could be just a person who you might have met at a conference. You will need to retrieve more information regarding this lead in order to create (qualify) an opportunity in your sales pipeline.
  • A old sales rule says: “If you have never contacted your contact, it’s a lead.”
  • An Opportunity - is a contact or an account which has been qualified. This person has entered into your buying cycle and is committed to working with you. You have already contacted, called or met him and know their needs or requirements. The old sales rule says: “The opportunity is a deal that you have the possibility to close!”
  • “Think about the difference between a lead and an opportunity as an evolving process i.e. each lead needs to be qualified to an opportunity. There will always be plenty of leads in your sales territory, but only few of them will qualify to become real sales opportunity.”
cezarovidiu

How To Install MySQL 5.6 On Ubuntu 12.10 (Including memcached Plugin) | HowtoForge - Li... - 0 views

  • sudo su
  • /etc/init.d/apparmor stop update-rc.d -f apparmor remove apt-get remove apparmor apparmor-utils
  • groupadd mysql useradd -r -g mysql mysql
  • ...6 more annotations...
  • apt-get install libaio1
  • tar xvfz
  • mv mysql-5.6.8-rc-linux2.6-x86_64 mysql cd mysql chown -R mysql . chgrp -R mysql .
  • my.cnf file inside /usr/local/mysql
  • We will install MySQL in the /usr/local/mysql directory (with /usr/local/mysql/data being the data directory, i.e., the directory which will contain the databases).
cezarovidiu

How to restrict access to web pages with apache web server - IRC-IT - Teamwork at Jacob... - 0 views

  • In this article we explain how you can utilize the apache authentication to restrict access to you website or parts of your website.
  • You have to create the files .htaccess and .htpasswd. These files are protected by the server software so you can not download or view them with your web browser.
cezarovidiu

How to Expand an array and Extend a logical drive using HP Array Configuration Utility ... - 0 views

  • Extend the Logical Drive to use the extra space
  • 1. Click to select the logical drive that wish to extend (Here Logical drive 2 is selected). 2. At the right pane of the ACU window, click Extend Logical drive.
1 - 14 of 14
Showing 20 items per page