Links on "Chris Hope's Electric Toolbox LAMP Blog"
Displaying 31 - 40 out of 172 links.

Chris Hope's Electric Toolbox LAMP Blog
http://www.electrictoolbox.com/post-form -popup-window-javascript-jquery/
www.electrictoolbox.com
I recently needed to post an HTML form into a popup window instead of targeted to the current document or an existing window. The Javascript for doing this is very simple and in this post I show how to post the form into a popup window with regular Javascript and then with jQuery.

Chris Hope's Electric Toolbox LAMP Blog
http://www.electrictoolbox.com/smarty-te mplate-programmer-wanted/
www.electrictoolbox.com
I'm currently doing PHP/MySQL work at iMall Brands Ltd and they are currently looking for a Smarty Template Programmer to work on a contract basis anywhere in the world.

Chris Hope's Electric Toolbox LAMP Blog
http://www.electrictoolbox.com/find-anch or-tags-php-simple-html-dom-parser/
www.electrictoolbox.com
This post shows how to download a web page and find all the link anchor tags in the page using PHP and the Simple HTML DOM Parser which has a jQuery like syntax selector.

Carl CH Chris Hope's Electric Toolbox LAMP Blog:
In regards to bash history-search you said "I haven't managed to work out how you reload these particular settings without logging out and logging back in again. Suggestions for how to do this are welcome." [ http://www.electrictoolbox.com/pageup-hi story-auto-completion-bash-shell/ ] Well, here's my suggestion, use exe...c. Exec replaces the current running process (bash in this case) with a new process. So, simply type
% exec bash
and the currently running bash will be replaced by a new bash. The new bash reads the new /etc/inputrc file and now history-search works :)
Thanks for posting that great tip online. I got used to pgup history-search when I was using Suse but when I switched to Ubuntu not having it enabled was bugging the heck out of me.
-Carl
www.electrictoolbox.com
From the BASH shell it's possible to have auto-completion where you start to type in part of a command, and then use a keystroke sequence, such as PageUp or PageDown, to then cycle through the history for commands which started with the first text you have entered.

www.electrictoolbox.com
The MySQL command line tool mysqldump is used to create backup copies (or dumps) of databases including the structure or schema and the data itself. There are a number of command line flags which can get MySQL to dump just the data or just the structure instead of everything. ...

www.electrictoolbox.com
This post shows how to change the cursor on a web page with Javascript by assigning a value to the document.body.style.cursor property.

www.electrictoolbox.com
Objects in PHP are assigned by reference, so copying an object with the = operator will result in a second variable referencing the same object and not an actual copy. Enter PHP's clone function which creates a shallow copy of the object.

Chris Hope's Electric Toolbox LAMP Blog
http://www.electrictoolbox.com/interspir e-email-marketer-6-sneak-peak/
www.electrictoolbox.com
Interspire is currently putting the finishing touches and completing final internal testing on Interspire Email Marketer version 6 and has posted a video with a sneak peek and some beta invites.

www.electrictoolbox.com
If a form has a number of input fields they can each be styled using the element's "name" property as well as the "id" property. This is useful if you don't want to have to assign ids to all of your form elements.
Share on Facebook
Drag the gray button above to your Bookmarks Bar to quickly share content with your friends.
