Skip to content

prosoxi.com

Attention in classroom

  • Programming
    • ASP / ASP.net
    • .htaccess
    • PHP
    • JavaScript – Ajax
    • Facebook
    • HTML – XHTML
    • MySQL
    • node js
    • CSS
    • SEO
    • Flash
  • Mobile / Tablet
    • ionic framework
    • Android
    • cordova
    • ios
  • Graphics
    • After Effects
  • OS
    • Windows
    • MAC
    • Linux
  • Network
    • Trixbox
    • Plesk
    • Dreambox
  • News
    • Hack
    • Tutorials
    • Tips & Tricks
    • promo codes

Monthly Archives: November 2010

6 fast jQuery Tips

Force a Page Reload This will forcefully reload the current page. No jQuery needed here.

Posted byProsoxi.com WebmasterNovember 12, 2010November 12, 2010Posted inJavaScript - AjaxTags: ajax, javascript, jqueryLeave a comment on 6 fast jQuery Tips

How to Refresh/Reload a Page using jQuery

I have seen this question asked in many forums, however the solution presented worked on selected browsers only. Here’s a solution I have tested that works on IE7, FireFox 3 and Chrome. Hopefully it should work on other browser versions as well!

Posted byProsoxi.com WebmasterNovember 12, 2010Posted inJavaScript - AjaxTags: ajax, javascript, jqueryLeave a comment on How to Refresh/Reload a Page using jQuery

Mysql utf-8 characters

mysql_query(“SET CHARACTER SET utf8”); mysql_query(“SET NAMES ‘utf8′”); mysql_query(“SET COLLATION_CONNECTION=utf8_general_ci”); mysql_query(“SET CHARACTER_SET_CLIENT=utf8”); mysql_query(“SET CHARACTER_SET_RESULTS=utf8”); [ad code=1]

Posted byProsoxi.com WebmasterNovember 12, 2010Posted inMySQL, PHPTags: MySQL, PHPLeave a comment on Mysql utf-8 characters

Ctrl+Enter Submit Any Form

Script Summary: Ctrl+Enter submit any form Ctrl+Shift+Enter submit any form in new tab/window

Posted byProsoxi.com WebmasterNovember 12, 2010Posted inJavaScript - AjaxTags: javascriptLeave a comment on Ctrl+Enter Submit Any Form

Submit forms when CTRL+Enter is pressed in a textarea using jQuery

This is how we add that functionality to our websites using jQuery: $(‘textarea’).keypress(function(e){ if (e.ctrlKey && e.keyCode == 13) { $(this).closest(‘form’).submit(); } }); [ad code=4]

Posted byProsoxi.com WebmasterNovember 12, 2010Posted inJavaScript - AjaxTags: ajax, javascript, jquery, shortcut1 Comment on Submit forms when CTRL+Enter is pressed in a textarea using jQuery

Mac > houdini > show hidden files

Houdini is a simply designed app to let you take full advantage of Mac OS X’s “hidden folder” and “hidden file” ability. It allows you to create, access, move, reveal or delete hidden folders and files. Features: [ad code=1]

Posted byProsoxi.com WebmasterNovember 11, 2010Posted inMACTags: hidden, houdini, MACLeave a comment on Mac > houdini > show hidden files

Posts navigation

Newer posts 1 … 4 5 6 7 8 … 11 Older posts

Advertise

Whocallsme.gr Widget Lookup

November 2010
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« Oct   Dec »
prosoxi.com, Proudly powered by WordPress.