Search form
JavaScript (JS) code for accordion to toggle plus minus signs
+(function($) {
+ $( "#accordion" ).accordion({
+ collapsible: true
+ });
+ $('h3').click(function() {
+ $(this).siblings().removeClass('minus');
+ $(this).toggleClass('minus');
+ });
+})(jQuery);
Technology Sniffing tools
Wireshark,
NarusInsight,
dSniff,
Ettercap,
Tcpdump,
Add JS to drupal 7
Adding JavaScript to Drupal 7
Great recipe combination to have media module take image style options.
https://www.58bits.com/blog/2013/03/06/how-to-add-captions-to-images-in…
Entity View Modes, File Entity, and Media 2.0
Great recipe combination to have media module take image style options.
Managing social media
Manage social media with products like: http://hootsuite.com
Test your regular expressions! This is an awesome, great tool.
pythex is a quick way to test your Python regular expressions.
Connect to mysql for Acquia Dev Desktop (port 8889)
Connect to mysql for Acquia Dev Desktop (port 8889)
mysql -u root -proot --port=8889 --socket='/Applications/MAMP/tmp/mysql/mysql.sock'
To allow http calls on IOS