h4x3d.com

- h4x3d.com

Archive
how to

I am not discussing whether it should be done or not, but just saying where to do it.
W3 Total Cache is a great plugin and they surely deserve some SEO juice / kudos for their work, but I have seen questions unanswered on the net of people not knowing where to delete pieces of comments that are inserted into their pages. Again, I am not touching the ethics of removing credits, but just offer the tools. Use as liked.

/wp-content/plugins/w3-total-cache/lib/W3/Plugin/TotalCache.php

and uncomment/change as desired.

from

/wp-content/plugins/w3-total-cache/w3-total-cache.php

you can find the lead (the references to the above mentioned file).
find the lines using the search for the html comment…

Read More
wamp server libcurl

If you like to develop websites locally on your Windows machine and use WAMP (Windows Apache MySql PHP),
but stumble to get some plugins in WordPress going and you get the error “Your server is crap you need libcurl/cURL for apache”, do the following

  • [x] download and install libcurl / curl for windows: Go to http://curl.haxx.se/download.html and scroll down to ‘Windows’, grab the “libcurl” not “binary”, e.g. This file for Windows XP/2000
  • [x] Paste the zip file content into C:\wamp\bin\apache\apache2.2.6
  • [x] Locate and open your php.ini file (resides in C:\wamp\bin\php\php5.2.5)
  • [x] In your php.ini file, change/ uncomment the following line:
  • [x] ;extension=php_curl.dll (you do so by removing the semi-colon)
  • [x] Finally, you need to restart Apache or the whole server if you care
  • [x] ENJOY!
Read More

So… you’ve been given this task where you need to present movies in your Powerpoint presentation…

How does one go about inserting movies into Powerpoint without massively increasing the size of the presentation?

Well, by default, Powerpoint allows you to insert MPEG/AVI files in via the Insert menu, but we all know that MPEG/AVIs are HUGE in size…

So… what do we do? We use the latest hype in Web 2.0 language – SWF/FLV files! “How do we insert those, Russ ?” you might ask. Well, that’s where this article and a few other come in handy:

1) You cannot import FLV files! But … … you CAN import SWF Video files. What’s the difference? The extension and size limitation(s). the reason FLV exists is because SWF by default can only support upto 16,000 frames. There are a few software out there that have been successful in beating this limit, by “stitching” the multiple files together. Mainly, Sorenson Squeeze and Allok’s FLV Converter come to mind (edit by jez: A free FLV converter). By using these tools, you point to the MPEG, define the parameters for the SWF/FLV file and click “Convert”.

2) Tools needed:

a) Sorenson Squeeze, Allok FLV Converter, or any other converter of your choice that you feel comfortable with in generating SWF/FLV files with.

b) Powerpoint ’00/’03/’07

c) Patience and Comprehension

d) These M$ articles:
http://support.microsoft.com/kb/291875 AND http://support.microsoft.com/kb/291876

Read More