Nisi’s work blog

Nisi’s work blog – programing tips

jQuery Visual Cheat Sheet

If you are like me you “learn from walking” (learn something in time you write a script, an application ). jQuery is a great framework but it become so big that sometimes you can not remember all methods, selectors and basically every stuff  implemented there to make your work easy.

For this there are Cheat Sheet free PDF’s. This is made for jQuery 1.4.2 but easily can be used with all cheat sheet versions.

Download jQuery Visual Cheat Sheet from uploading.com (Free PDF)

Designed by Antonio Lupetti this pdf is realy a 4 pages gold book.

Post Source: http://woorkup.com/ (find there more Cheat Sheets and more)

Wordpress templates function Cheat Sheet

If you are a beginner in creating themes for WordPress, or you just need to remind you from time to time wordpress theme related functions, the pdf  “Wordpress Cheat Sheet” is for you. It contain all functions needed for creating a wp theme like in the preview picture below.

PDF was made by Ekin Ertaç and can be downloaded for free from the http://ekinertac.com/?p=259 webpage or from Uploading.com by clicking here.

Source: http://ekinertac.com

Neural Networks in PHP

Browsing phpclasses.org I had found a very interesting article Neural Networks in PHP . For anyone who dont know yet “Neural networks allow emulating the behavior of a human brain in software applications.”

In this article you can read how to implement Neural Mesh to develop Neural Network applications in PHP. (Neural Networks in PHP)

Neural Mesh is an open source, pure PHP code based Neural Network manager and framework that makes it easier to work with Neural Networks.

Neural Mesh home page: http://neuralmesh.com/

  • Pure PHP & MySQl
  • Adaptive Learning
  • Implement in any enviroment
  • Web Api
  • Fast

Add website to Bing

As you know for sometime now Microsoft test it new search engine Bing witch will replace MSN live. In the search engine war along with Yahoo and Google, Bing is fight for the second place now. From the SEO point of view Bing is a new search engine with great potential and every website should start add his sitemap to Bing.

Adding your sitemap to Bing is easy:

1. Go to http://www.bing.com/docs/submit.aspx

2. Login with your Live ID or make one if you dont have.

3. Input Website address, sitemap address and webmaster email .

How to find your IP and MAC number in Windows and Linux

Windows 95/98/Me/2000/2003/XP/Vista/Win7

  1. Click on Start and then Run
  2. In the Run type “cmd”
  3. In the new screen type “ipconfig /all”
  4. You will find for every ethernet card all info like IP, Physical Address, Subnet Mask, Default Gateway .

In Linux all versions

  1. Open Terminal Window
  2. Type “ifconfig”

Change Serial Number for Windows XP

If you need to change Serial Number (Product Key) for Windows XP for various reasons (maybe you find that your key is pirated and want to enter a new ok one) follow next steps:

  1. Click on Start and then Run.
  2. In the text box in the Run window, type regedit and click OK. This will open the Registry Editor program.
  3. Locate the HKEY_LOCAL_MACHINE folder under My Computer and click on the (+) sign next the folder name to expand the folder.
  4. Continue to expand folders until you reach the HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Current Version\WPAEvents registry key.
  5. Click on the WPAEvents folder.
  6. In the results that appear in the window on the right, locate OOBETimer.
  7. Right-click on the OOBETimer entry and choose Modify from the resulting menu.
  8. Change at least one digit in the Value data text box and click OK. This will deactivate Windows XP.
  9. Click on Start and then Run.
  10. In the text box in the Run window, type the following command and click OK.%systemroot%\system32\oobe\msoobe.exe /a
  11. When the Windows Product Activation window appears, choose Yes, I want to telephone a customer service representative to activate Windows and then click Next.
  12. Click Change Product Key.
  13. Type your new, valid Windows XP product key in the New key text boxes and then click Update.
  14. If you’re taken back to the previous screen and prompted, choose Remind me later.
  15. Restart your PC.