ENS

Entertainment, News, Software

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Web Development
    • Symfony2 Jobeet
  • About ENS
  • Contact

Post navigation

Pages:1234›

Symfony2 Jobeet Day 10: The Forms

Posted on May 17, 2012 by Dragos Holban
2

Any website has forms, from the simple contact form to the complex ones with lots of fields. Writing forms is also one of the most complex and tedious task for a web developer: you need to write the HTML form, … Continue reading →

Posted in English, PHP, Web Development | 2 Replies

Usefull Linux Commands

Posted on May 10, 2012 by Dragos Holban
Reply

Count all the files and folders in a directory: Rename a file or folder: Remove an entire directory, with all its content: Create a symlink: Create a symlink example:

Posted in English, Uncategorized | Leave a reply

How to Get Nearby Locations from MySQL Database

Posted on May 9, 2012 by Dragos Holban
Reply

If you have a MySQL table with locations (latitude and longitude columns) you can get a list of locations near a specific point using the following query: In this query we have noted the latitude of the reference point with … Continue reading →

Posted in English, Web Development | Leave a reply

Setting Up Symfony 1.4 and Uploadify Session Id

Posted on April 26, 2012 by Dragos Holban
Reply

Uploadify (currently on version 3.1.0) has the option to send the session name and id to the upload script so you can secure the action handling this in Symfony. But to make Symfony 1.4 use the session id send by … Continue reading →

Posted in English, PHP, Web Development | Leave a reply

Symfony2 Jobeet Day 9: The Functional Tests

Posted on April 25, 2012 by Dragos Holban
4

Functional tests are a great tool to test your application from end to end: from the request made by a browser to the response sent by the server. They test all the layers of an application: the routing, the model, … Continue reading →

Posted in English, PHP, Web Development | 4 Replies

Symfony2 Jobeet Day 8: The Unit Tests

Posted on April 18, 2012 by Dragos Holban
Reply

Tests in Symfony2 There are two different kinds of automated tests in symfony: unit tests and functional tests. Unit tests verify that each method and function is working properly. Each test must be as independent as possible from the others. … Continue reading →

Posted in English, PHP, Web Development | Leave a reply

Symfony2 Jobeet Day 7: Playing with the Category Page

Posted on April 11, 2012 by Dragos Holban
Reply

Today we will make the Category page like it is described in the second day’s requirements: “The user sees a list of all the jobs from the category sorted by date and paginated with 20 jobs per page“. The Category … Continue reading →

Posted in English, PHP, Web Development | Leave a reply

Titanic Super 3D

Posted on April 9, 2012 by Dragos Holban
1

You have to see this!

Posted in Uncategorized | 1 Reply

Symfony2 Jobeet Day 6: More with the Model

Posted on April 8, 2012 by Dragos Holban
Reply

The Doctrine Query Object From the second day’s requirements: “On the homepage, the user sees the latest active jobs.” But as of now, all jobs are displayed, whether they are active or not: An active job is one that was … Continue reading →

Posted in English, PHP, Web Development | Leave a reply

PHP send zip file to browser for download

Posted on April 7, 2012 by Dragos Holban
Reply

In the previous post we created a zip file from a folder using PHP. Now, if you want to send the zip archive file to the browser so users can download it, use the following code: The same method can … Continue reading →

Posted in English, PHP, Web Development | Leave a reply

Post navigation

Pages:1234›

Recent Comments

  • ok! on Symfony2 Jobeet Day 10: The Forms
  • Lion King on Symfony2 Jobeet Day 5: The Routing
  • Thorsten on Symfony2 Jobeet Day 10: The Forms
  • Bruno on Symfony2 Jobeet Day 3: The Data Model
  • Dragos Holban on Symfony2 Jobeet Day 3: The Data Model

Archives

  • May 2012
  • April 2012
  • March 2012

Categories

  • English
  • PHP
  • Romana
  • Uncategorized
  • Web Development

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
Proudly powered by WordPress