What?
An article on how to declare an XML element as NULL using the attribute "xsi:nil". I'm going to use a very short example by providing a blank date of birth value:
-- What I have:
//
-- ...
Applies to:
Microsoft Windows 7 Professional
Ms-DOS Command Prompt (6.1.7601)
What?
A quick article on how to rename multiple files using the command prompt and a bit of string manipulation. ...
... "Data Export" using MySQL Workbench. This is not regarding the connection issue as I can connect to my database using MySQL Workbench (I have enabled the old authentication protocol). The error ONLY appears ...
What?
There are a lot of articles & posts out there that cover the same topic, but as this took me the good part of an hour just to find out, I'm posting it here so I never have to look for it again. ...
... letter in addition to the above specification. I am storing it here so that I can work on improving it:
/* Microsoft SQL Server Integration Services Script Component
* Write scripts using Microsoft ...
Applies to:
MS SQL Server Management Studio 2008
Two Transact-SQL databases
What?
A quick article on how to compare two Microsoft databases using the tools provided with SQL Server and without ...
What?
This article isn't unique as there are other tutorials out there. This is meant to detail a process to export a database using MySQL Workbench and then to import it into another database.
Why? ...
... all freeware until someone expresses an interest in using it and then the supplier will implement restrictions and trial based versions. Oracle SQL Developer is currently free at time of print (01-FEB-2013). ...
What?
Apologies for posting yet another article on how to access the Joomla Database using the Joomla classes but this is just a quick note for myself as a reference sheet. Plus the official documentation ...
... exists. Just don't try to exceed your free quota:
Visit http://translate.google.com/manager/website
Sign in using your Google APIs developer's account (FREE).
Copy the JavaScript they give you (eg. ...
... acyear.SetID
FROM joes_weekstructure acyear
WHERE NOW() >= acyear.StartDate
ORDER BY acyear.StartDate DESC
LIMIT 0,1
)
ORDER BY
calendar.weekNumber
Same Query but without using ...
... do I do it using just Microsoft Windows?
How?
I don't have a clue. Here's what I've got so far:
Open a command-prompt (Start > Run > Type COMMAND > OK)
Type ftp my_ftp_host (where "my_ftp_host" ...
... spaces with nothing
Examples:
-- If field is "Joes Just Joking!" yields "JoesJustJoking!"
-- If field is " Space is a big place " yields "Spaceisabigplace"
Reminder:
-- We're using this for a comparison ...
So I know it's quite a long title but I'm not sure what I'll be searching next time. It has taken me a lot longer than I thought it would mostly out of frustration and the inability to know exactly what ...
If you're not an IT person, you may want to avoid reading the rest of this article in case you're easily offended. It's just an amusing stab at customers computer issues. Note that most of the below were ...
Quick note in case I spend as long as I did again.
A Client had some clouds on the background of his photoshop file for his website. They were to be positioned in the top right corner with the leftmost ...
Suppose you have a column in your table that you use as a counter (storing the value of the counter - eg. times an article has been displayed).
Basically what I used to do is something similar to the ...
... supported anymore so I wouldn't recommend using the JezRecaptcha plugin. In fact I'm not impressed with Recaptcha as it's sound alternative doesn't work and the text form is hackable.
I will be changing ...
... works 100% for me using the MetaMod tool without using any template hacks. The instructions on the metamod page are very vague so I wanted to make it bit more in-depth for this specific use. I'd love to ...
The Issue
Basically you have a HTML form with an input field type of 'FILE' (ie. ) and want a PHP file to process this. This example applies to a Linux Apache MySQL PHP (LAMP) environment.
The ...
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.