Skip to main content
Home Blog AI Blog Portfolio Contact Us

Search form

WebTechKitchen

Tech Blog

Drupal · Web Development · Tools & Techniques

sql Joins

Submitted by barnettech on Thu, 10/12/2017 - 16:38
  • Read more about sql Joins

JavaScript (JS) code for accordion to toggle plus minus signs

Submitted by barnettech on Fri, 06/30/2017 - 11:54


+(function($) {
+ $( "#accordion" ).accordion({
+ collapsible: true
+ });
+ $('h3').click(function() {
+ $(this).siblings().removeClass('minus');
+ $(this).toggleClass('minus');
+ });
+})(jQuery);

  • Read more about JavaScript (JS) code for accordion to toggle plus minus signs

Technology Sniffing tools

Submitted by barnettech on Wed, 05/17/2017 - 09:41

Wireshark,
NarusInsight,
dSniff,
Ettercap,
Tcpdump,

  • Read more about Technology Sniffing tools

Add JS to drupal 7

Submitted by barnettech on Tue, 05/16/2017 - 11:55

Adding JavaScript to Drupal 7

  • Read more about Add JS to drupal 7

Great recipe combination to have media module take image style options.

Submitted by barnettech on Wed, 04/26/2017 - 10:37

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.

  • Read more about Great recipe combination to have media module take image style options.

Managing social media

Submitted by barnettech on Wed, 03/29/2017 - 10:04

Manage social media with products like: http://hootsuite.com

  • Read more about Managing social media

Test your regular expressions! This is an awesome, great tool.

Submitted by barnettech on Mon, 03/06/2017 - 14:19

http://pythex.org/

pythex is a quick way to test your Python regular expressions.

  • Read more about Test your regular expressions! This is an awesome, great tool.

Connect to mysql for Acquia Dev Desktop (port 8889)

Submitted by barnettech on Tue, 02/28/2017 - 10:12

Connect to mysql for Acquia Dev Desktop (port 8889)

mysql -u root -proot --port=8889 --socket='/Applications/MAMP/tmp/mysql/mysql.sock'

  • Read more about Connect to mysql for Acquia Dev Desktop (port 8889)

My favorite online editors, and code sharing sites

Submitted by barnettech on Thu, 01/26/2017 - 09:28

favorite online editors, and code sharing sites:

https://plnkr.co

http://js.do/

  • Read more about My favorite online editors, and code sharing sites

To allow http calls on IOS

Submitted by barnettech on Tue, 12/27/2016 - 09:32


NSAppTransportSecurity

NSAllowsArbitraryLoads

  • Read more about To allow http calls on IOS

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 15
  • Page 16
  • Page 17
  • Page 18
  • Current page 19
  • Page 20
  • Page 21
  • Page 22
  • Page 23
  • …
  • Next page Next ›
  • Last page Last »
Subscribe to
WebTechKitchen
Home Blog AI Blog Contact

© WebTechKitchen · Your Web Technology Kitchen