DevClicks
Search

add to del.icio.us saved by 0 users
Username: Password:

Forgot Password?


Everything you ever wanted to know about XSS

Posted by oreonix in javascript
Note from the author: XSS is Cross Site Scripting. If you don't know how XSS (Cross Site Scripting) works, this page probably won't help you. This page is for people who already understand the basics of XSS attacks but want a deep understanding of the nuances regarding filter evasion. This page will also not show you how to mitigate XSS vectors or how to write the actual cookie/credential stealing/replay/session riding portion of the attack. It will simply show the underlying methodology and you can infer the rest.

Rating:

  • Current Rating
  • 1
  • 2
  • 3
  • 4
  • 5
(0 stars)

PHP Database ORM

Posted by oreonix in php
Propel allows you, the web application developer, to work with databases in the same way you work with other classes and objects in PHP. * You don't have to worry about database connections or writing SQL -- unless you want to. * You never have to worry about escaping data or type-casting results.

Rating:

  • Current Rating
  • 1
  • 2
  • 3
  • 4
  • 5
(0 stars)

Transmitting data between Flex and PHP using JSON

Posted by oreonix in flash
In almost every RIA data needs to be transmitted from a server to the client. Now there are many ways to accomplish this task—web services, HTTP requests, remote objects, etc. But one sticks out as a simplistic and useful solution to this problem, this is using HTTP requests. Using a simple HTTP request, you can send data to a server and receive data back from the server.

Rating:

  • Current Rating
  • 1
  • 2
  • 3
  • 4
  • 5
(0 stars)

The Principles of OOP

Posted by oreonix in php
One thing that really annoys me about articles and tutorials on OOP that I have found on the web and in books - they all talk about creating a class called 'shape' with various subclasses for 'square', 'circle', 'triangle' etc. This is of absolutely no use when I want to build a system to deal with real-world objects such as 'customer', 'product' and 'invoice' which have corresponding database tables. This has often led me to believe that OOP is therefore unsuitable for building common-or-garden business systems as it appears to have been designed for nothing but graphical applications.

Rating:

  • Current Rating
  • 1
  • 2
  • 3
  • 4
  • 5
(4 stars)

model/view/controller responsibilities

Posted by ipmonkey in flash
You may be familiar with MVC, but during actual implementation the borders between the model, view, and controller can easily become fuzzy. This article gives a very clear description from the incoming request to the updated view, and then goes on to include numerous examples.

Rating:

  • Current Rating
  • 1
  • 2
  • 3
  • 4
  • 5
(5 stars)

PHP goes to the enterprise level

Posted by oreonix in php
Vulcan Logic's Script Running Machine, SRM, was first conceived in the autumn of 2000. It is designed to solve some of the problems often encountered within web scripting languages (i.e. PHP) that are a result of the stateless nature of the HTTP protocol.

Rating:

  • Current Rating
  • 1
  • 2
  • 3
  • 4
  • 5
(0 stars)

Seven ways to toggle an element with JavaScript

Posted by oreonix in javascript
There are litterally an unlimitted number of ways to toggle an element’s display with JavaScript. Some, more useful than others. Dating back to the late nineties, toggling is perhaps the oldest trick in the book within JavaScript development. However, to this day, it still proves itself useful as hiding/showing elements can improve user interaction (when done tastefully). Anyway, here are seven ways toward achieving just that.

Rating:

  • Current Rating
  • 1
  • 2
  • 3
  • 4
  • 5
(0 stars)

PHP Logging Class

Posted by oreonix in php
Very Cool class that logs different actions users make in your web application.

Rating:

  • Current Rating
  • 1
  • 2
  • 3
  • 4
  • 5
(0 stars)

Divs instead of tables

Posted by oreonix in design
One of the complicated things when we are doing a design is to doing it only using divs and not tables. Some of us always use tables. And why? because it’s simple? Maybe using div’s is not so dificult after all.

Rating:

  • Current Rating
  • 1
  • 2
  • 3
  • 4
  • 5
(0 stars)

PHP6, Unicode and TextIterator features

Posted by oreonix in mysql
I’ve just install the last version of PHP6 dev and I’ve decided to test the famous new feature, the PHP Unicode Support. I will not explain new things about PHP6 or Unicode or TextIterator, it’s just my discoveries test on this features.

Rating:

  • Current Rating
  • 1
  • 2
  • 3
  • 4
  • 5
(0 stars)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16