What?
A quick article to take a list of options from a HTML select element and convert to a Zoho Deluge list that will eventually be used to populate a dropdown.
Why?
Because I find myself doing ...
... = r_AvailableSlots.get("response").get("returnvalue").get("data");
if(!l_AvailableSlots.toString().containsIgnoreCase("Slots Not Available"))
{
for each r_AvailableSlot in l_AvailableSlots
{
if(!r_AvailableSlot.contains("00:00") ...
... engine to also ignore permissions so that the article can still be indexed in global search engines such as Google.
How?
It's been difficult to search for the right words but heres the method to ...
... from a 7 year old post; but now you can apply a containsIgnoreCase function to search the records:
...
l_ProductDetails = Product[Product_Name.containsIgnoreCase(v_Name)];
...
Lastly, there ...
What?
A quick article on how I displayed feeds from the company's social network pages in one page.
Why?
There are 3rd-party apps that let you do this, some paid, some not. This was for a staff ...
... row
Account for strings containing double-quotes (and commas to ignore)
Sort the resulting object array
How?
The function with comments:
- Uses deprecated XMLHttpRequest to get file ...
Applies to:
TravelPort Universal API
PHP 4 or 5
cURL
What?
An article on how to resolve errors and setup a standard ping request using the TravelPort Universal API. This is to be achieved using ...
...
-- return all records that contain non-alphanumeric characters
SELECT * FROM myTable WHERE myColumn NOT REGEXP '^[A-Za-z0-9]+$';
-- return all records that are non-alphanumeric but ignore underscores
SELECT ...
... Source: Ignore failure on Truncate, Output "KeyColumn" and "DataColumn".
Derived Column Task: Trim and Replace special characters from "DataColumn" and "KeyColumn".
Conditional Split Task: Check keycolumn ...
What?
This is a quick article on how to resolve the following issue:
Overall body background color is blue.
Background color of my contents is white.
When I visit a small page on the site, the ...
... _jcomments_settings -- ignored as this will load factory settings
-- --------------------------------------------------------------------------------
/*
INSERT INTO
mydb_upgrade_j25.myprefix_jcomments_settings
(
component, ...
...
3. Add an SSRS parameter
Idem as in just specify a parameter as you would for any usual SSRS report. (Ignore my 2nd and 3rd SSRS parameters in my example as I didn't end up using them)
4. Add a ...
So this is for Microsoft Office Infopath 2007 (SharePoint 2007).
The situation is that I started creating a SharePoint List (datasheet) and when I made my form dropdown read from the list, it just ...
... Permanent URL for this page (must ignore SEF, eg. "?option=com_joesbugtracker&id=")
--- Display/Access based on User level
--- Free-Text Changelog or Auto-generate
- Added Admin Section: Manage Files ...
... pictures. If you are batch processing a text file, you need to separate the website address and the given name with a pipe character ("|" - see "TEXT file example" mentioned earlier). It ignores space ...
... as long as I did searching the web for a solution, then ignore all the above.
Another built-in function is the text-formatter
=Format(Fields!myDateTime.Value, "M/d/yy") ... 6/15/09
=Format(Fields!myDateTime.Value, ...
... is the port value of -1 that tells the driver to use named pipes network protocol. This is available on Windows only. The value is ignored if Unix socket is used.
Multiple servers
Use this to connect ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.