Archive for the 'notepad++' Category

11
Nov
11

Get RSS feed of a Twitter account

There’s a very simple trick to get the RSS feed of any Twitter account, check it out:

Twitter account: http://twitter.com/#!/w3c

RSS Feed: http://twitter.com/statuses/user_timeline/w3c.rss

Most of all, it works for any Twitter account !

 

25
Aug
09

Howto: Enable localhost mail function on XAMPP

You’ll find a lot of tips about how to do that, this is what worked for me ( SMTP only icon_questiongif )

Open xampp\apache\bin\php.ini

Check the line :

[mail function]
; For Win32 only.

And enter your SMTP Server parameters :

SMTP = yoursmtpserver
smtp_port = 25

It should work.

18
Apr
09

Use Internet Explorer without Windows nor Emulation

Wonder how ? If you want to render a page or a website in all IE versions starting from 5.5, just try :

 

netrenderer1

 

A Firefox extension can be found here. icon_exclaimgif

To add the service to your website paste this code on the body :

<form method="post" id="form" name="form" action="http://ipinfo.info/netrenderer/index.php"
accept-charset="utf-8" target="_blank">
<select name="browser" style="width: 145px;">
<option value="ie8">Internet Explorer 8</option>
<option value="ie7">Internet Explorer 7</option>
<option value="ie6" selected="selected">Internet Explorer 6</option>
<option value="ie55">Internet Explorer 5.5</option>
<option value="ie-mix">IE7-IE6 Mixed</option>
<option value="ie-diff">IE7-IE6 Difference</option></select>&nbsp;
<input name="url" id="url" value="http://" size="61" maxlength="240" type="text">
<input name="go" value="Render" type="submit">
</form>

Another extension for all browsers rendering is available here but it’s still experimental and needs a trial registration to BrowserCam Capture Service.

 

litmus1

 

You can also test your page in 23 browsers with litmus but you’ll have to pay (Only IE7 and FF2 rendering are free)

16
Apr
09

Best Open Source Resources for Web Developers

It’s all in the title, if you wanna stay connected check this website it’s full of excellent stuff and always updated.

webappers

11
Apr
09

Identify AJAX Frameworks with One Click

Identify the AJAX framework used by a website/webapp with one click using this special bookmarklet :

wtframework2

10
Apr
09

Joomla: Where is Fireboard ?

No, Fireboard didn’t disappear, it’s still available here, but it’s a dead project now and using it is no more recommended (lack of security), the best successor is now Kunena an excellent fork (I use it on my Joomla projects).

fireboard1

10
Apr
09

Howto: Launch XAMPP Control Panel on Linux

Wonder how to get the XAMPP Graphical Control Panel on your Linux just like in Windows ? Continue reading ‘Howto: Launch XAMPP Control Panel on Linux’




Follow

Get every new post delivered to your Inbox.