Example
Here is an example on how to prevent users from access the directory, password-protect a specific file and allow userse to view a specific file: AuthUserFile /your/path/.htpasswd
AuthName "Authorization Required"
AuthType Basic
Order Allow,Deny
<Files myfile1.html>
Order Allow,Deny
require valid-user
</Files>
<Files myfile2.html>
Order Deny,Allow
</Files>
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
Entity Attribute Value in Magento - Magento tutorial lesson 19 - Magento - 0 views
-
Entity Attribute Value
-
number of attributes (properties and parameters) which can be used to describe them are potentially vast, but the number of attributes which will actually apply to a given entity are relatively modest.
-
sparse matrix
- ...11 more annotations...
Focus on Valuable Data - Not Big Data - to Boost Conversions and ROI | ClickZ - 0 views
-
Big Data has been all the rage. But fast data, even if it is small, can be more valuable than complicated masses of information.
-
Here's why: All the focus on "bigger is better" has overlooked the fact that most Big Data segments have not been validated with a business application or value.
-
Those kinds of analytics can help you find the right streams to access and work with, and also can help you build out robust programs that identify valuable customers.
- ...1 more annotation...
Main - 0 views
-
Tabular Tabular Column Validation Limit Length of Text Field Entry Tabular Form's Column Read-Only and No Duplication Tabular with Popup When Hovering Over Column Identify Column ID of Tabular Form Javascript News Ticker Popup Window Checkbox to toggle show/hide a region Tooltip APEX Built-in Tooltip Box Over Tooltip Page Page Load Time
1 - 7 of 7
Showing 20▼ items per page