Du nouveau sur Bloginy !!!

A Propos

Bloginy est le premier Digg-Like Algérien digne de ce nom. C'est à dire que c'est un site qui regroupe les articles les plus intéréssants du web Algérien... Suite

Blog du jour WEBIMAG, Magazine High Tech

Magazine d'actualité à la une des nouvelles technologies d'information et de la communication NTIC, internet, informatique, High Tech, Linux, open source, ... Plus de détails

Connexion

Inscrivez-vous !

Javascript and Variable Scope CAPTCHAs

4
Today I have been doing some Javascript in order to finish some details to the Bloginto extension for Chrome, and run into a situation where two functions use a variable named i inside a for loop without explicitly defining it with the var keyword, here is an example : function funA(){             var arrA = ['a', 'b', 'c'];             for(i=0; i    

03 août 2010 à 02:27:53 0 Commentaire(s) Proposé par : martani

rbYamli, Plugin Yamli pour TinyMCE

6
Si vous ne connaissez pas Yamli, c’est un moteur de recherche qui vous permet d’écrire en arabe phonétiquement en utilisant votre clavier latin standard. Depuis la première version de leur clavier arabe un peu spécial, l’idée a pris du chemin et a été reprise par un certain nombre de site web dont Google.  Le plugin Dans le cadre d’un de mes projets (bloginy), j’ai développé un petit plugin pour l

02 mai 2010 à 19:00:27 0 Commentaire(s) Proposé par : youknowriad

Javascript, Orienté Objet, RIA et Frameworks

6
Vous aurez remarqué la montée en puissance qu’a connu et que connait Javascript avec la vague Web 2.0 et les RIA (Rich Internet Applications).De nombreux frameworks Javascript se font la guerre et le développeur se retrouve un peu perdu dans tout ça. L’utilisation de Javascript aussi diffère grandement d’une application web à une autre. Quelques applications web n’utilisent JAVASCRIPT juste pour avoir quelques effets sympas et

09 avril 2010 à 16:03:55 1 Commentaire(s) Proposé par : youknowriad

BlogInto, The First Google Chrome Extension For Bloginy

10
BlogInto has been around for a while as a standard Windows application or a Windows 7 specific version, today it is going public as a Google Chrome extension too. It is so basic for now and it is the result of less than 2 hours playing around with the extensions’ APIs and specifications, if you want to play around with them too, make sure you take a look at the postabout developing Google Chrome extensions I posted yesterday. You can install it directly from here :https://chrome.google.com/e

12 décembre 2009 à 17:21:00 0 Commentaire(s) Proposé par : martani

Algeria + Security = NO HOPE

5
I’m seriously feeling sick of this, few minutes ago I come across a topic on Iniplus’ forum from a guy in high school talking about some Algerian websites security, and as a proof of his talking, he provide some passwords to websites he claims they are just opened widely to be hacked. As an example, he is giving the login of the ech-chaab newspaper’s website,  the website is using Joomla CMS, and the guy who posted the logins said he contacted the webmaster 3 times without an answer, so do

01 novembre 2009 à 12:31:21 0 Commentaire(s) Proposé par : martani

Prevent JavaScript Injections Using the ASP.NET Built in XSS Filters

2
XSS is the web vulnerability number 1 according to the OWASP project. If you developed web applications before, you know that it prevention exceeds escaping characters and using some regular expressions to filter out user input. A good video here, show in 40 minutes XSS and why it’s more dangerous than what most of us think, check it out to understand fully what XSS is, although it explains only the WEB XSS and not injected JavaScript like in PDF files or vulnerabilities in QuickTime and other

14 octobre 2009 à 23:14:01 0 Commentaire(s) Proposé par : martani

Ouedkniss.com : Heaven Of Web Vulnerabilities. When A Line Of Code Makes Your Life A Nightmare

2
Today while trying to solve the Realistic mission number 7 on hackthissite.org, I remembered a lot of websites that were hacked the same way this mission has to be hacked, and I want every developer or webmaster out there to know this issue, and NEVER do such errors. This is the website, http://www.hackthissite.org/missions/realistic/7/, the mission is to gain access to it’s admin section, easy! so easy actually. I advice you to try to figure it out yourself just for fun. A little move around

08 octobre 2009 à 15:07:11 0 Commentaire(s) Proposé par : martani

Bloginy.com is hacked! Google too [video]

3
Just 37 seconds ago I hacked Bloginy.com and Google.com, they recovered too fast but I could have took a video of this, watch the following video to see the proof. OK, still here? You feel like this is not true, well you are right, maybe because you know that I don’t hack people or that hacking Google.com is just too much for anyone out there to do (impossible in other words). I want just to show how that a video showing a hacked website doesn’t prove actually that the website

28 septembre 2009 à 01:20:09 1 Commentaire(s) Proposé par : martani

Opera Unite, Discovering the basics Part#1

3
Opera lunched a new Technology called Opera Unite along with it's new version 10.00 beta of it's famous browser. Opera Unite technology is about services running on the browser, it offers 6 services by default, and the great news is that you can develop your own services based on the technology's API. The 6 services are : File Sharing Fridge Media Player Photo Sharing The Lounge Web Server The aim of the technology is to simplify all the operations based on file sharing and remote a

28 juin 2009 à 21:27:41 0 Commentaire(s) Proposé par : martani

How to get XSS assistant up and running in 59 sec!

3
In fact XSS assistant is just a JavaScript file (yes it is why u seem like :( ?) but it's really powerful, and of course, it can't just run by itself, it needs some pieces of software to make it alive. What you need to run it is the FireFox web browser (just firefox no one other is supported), the greasemonkey add-on for firefox, and the JavaScript file. (and a webserver if you have a 3bit/sec connectin like my friend, anyone is ok from IIS to apache...) by now you should get a little monkey

04 juillet 2009 à 20:02:51 0 Commentaire(s) Proposé par : martani

XSS, password theft using JavaScript

3
Stealing passwords using XSS has been discovered long time ago, it mainly targeted the Firefox browser. Today in a boring afternoon weekend, I had the idea of a serious vulnerability targeting Google Chrome (I’ll test it and show it the next time) and I was thinking for the whole year that Firefox is not vulnerable to password theft anymore, especially with the new 3.5 version, but that’s not true, my test worked perfectly on Firefox and Chrome as well, but not Internet Explorer 8 thanks to it’s

09 août 2009 à 19:56:24 0 Commentaire(s) Proposé par : martani

Pro Decrypting VBScript Viruses [memories]

3
It has been almost 20 months now from the publishing of the small tutorial about decrypting / decoding VBScript viruses, and today doing some GoogleFu I discovered a lot of academic papers that were based on my small tutorial :) First of all, I want to mention that this little tutorial (books as it called, maybe;) was written almost two years before, when I was 19 years old, I wrote it, to express what world I live in, and the idea of writing this book is too funny actually. One day I was wi

21 septembre 2009 à 22:06:15 1 Commentaire(s) Proposé par : martani

CSS 3 browsers test

2
http://www.css3.info/ offer a very rich informations and strong tests for browsers compatibility with CSS 3, I run the test found here http://www.css3.info/selectors-test/test.html on different browsers and here are the results : ..... Is your browser compatible? After starting the test-suite it will automatically run a large number of small tests which will determine if your browser is compatible with a large number of CSS selectors. If it is not compatible with a particular selector i

28 juin 2009 à 21:29:27 0 Commentaire(s) Proposé par : martani

CSS Tooltips

2
In order to show a tooltip [in a web page] you may think about using some dirty javascript tricks to show and hide Divs and such... But there is other better solutions, and these of course are using CSS and some magic :)! the ideas is the same as doing menus with CSS. Let's suppose we want tool tips for our links a on the page, the ideas is to add position:relative to the element you want to be tooltipe(ed) -a link in our case- so that we can allow the label inside our link to be positioned

28 juin 2009 à 21:34:59 0 Commentaire(s) Proposé par : martani

Mementos, pour vos technologies préférés

1
Amis développeurs, je parie que vous vous êtes retrouvés bloqués pendant que vous codiez pour la simple raison que vous avez oublié par exemple comment s’écrit la fonction en PHP qui vous permet de supprimer les espaces d’une chaîne de caractères ou bien le mot clé MySQL qui vous permet de faire une jointure interne, [...]

22 août 2008 à 14:08:20 0 Commentaire(s) Proposé par : youknowriad