Tutlist.com - Browse by Tag: php

1 UPs
-vs-
0 DOWNs

1 Votes

Lucene is not a database. It's an index. All field types other than unindexed are stored in a very efficient way, using minimal hashes to reflect each individual word type. When a search is made, the query is also transformed such that it will match those unique hashes of the data. Anything that you're not indexing should be something you're going to use to recover information from a database. Because we are going to normalize our data, this will be basically anything we'll be recovering about the document to display in a search result. Relying on the database to populate these fields will decrease your index size (and thus increase your search speed) by an order of magnitude.

0 UPs
-vs-
0 DOWNs

0 Votes

An article that details all the uses of PHP would be as long as the New York City phonebook, and about as exciting to read. And while we have tutorials on PHP planned for the future, we thought we’d start everyone off with six fun and easy PHP tricks you can try right now, no matter what your familiarity with the language is.

0 UPs
-vs-
0 DOWNs

0 Votes

When scripting in PHP, we often restrict ourselves to a limited number of API functions: the common ones, like print(), header(), define(), isset(), htmlspecialchars(), etc. If some needed functionality doesn’t exist, we often write it making use of these basic components which we have in mind. The PHP API actually offers a lot of functionality, some useless and some useful; often seldom used. I have been looking through the available functions and was interested to find some really cool functions that I should have known about. Here, I share my findings.

TAGS: php functins

0 UPs
-vs-
0 DOWNs

0 Votes

As exceptions are new in PHP 5, they are primarily for userland code (PHP code you write). As new versions of PHP get released, more and more internal code should be switched over to use exceptions so that you have a chance to handle errors smoothly, but this is a gradual process.

2 UPs
-vs-
0 DOWNs

2 Votes

You might be searching for how to set a raw cookie in php. So here is a simple example which shows how to set a raw cookie.

2 UPs
-vs-
0 DOWNs

2 Votes

With the recent unemployment rates, everybody realizes that job security is important. The best way to keep a job is to be irreplaceable. If no one can maintain the code you write, you have a job for life. Writing unmaintainable code is a special skill that seems to come quite naturally to certain developers. For the rest of you, here are some tips and tricks to get you started.

TAGS: php satire

2 UPs
-vs-
0 DOWNs

2 Votes

Pagination is a way of splitting up data into manageable chunks to display to a user, if you’ve spent more than two minutes on the internet chances are you’ve come into contact with some form of pagination.

2 UPs
-vs-
0 DOWNs

2 Votes

This PHP tutorial will show how to create a simple PHP class to search the flickr site for some photos. To get the data we use the flickr API to run a simple search and return the results in a serialized array.

TAGS: php api flickr

3 UPs
-vs-
0 DOWNs

3 Votes

This PHP tutorial fetches your last 10 tweets containing links using the Twitter Search API, then displays them in an unordered list (<ul>). It requires PHP 5.2.0 or above to use PHP’s built-in JSON functions.

2 UPs
-vs-
0 DOWNs

2 Votes

The second part in this series on how to develop with Kohana PHP V3 (KO3). If you haven’t read the first part, you should read it before going on. In this tutorial they over how to develop views.

« previous 1 2 3 4 5 6 7 8 9 next »

Popular Tut Tags

TUTlist on twitter

For all the newest TUTs, follow @tutlist

King Tuts

JohnGalt (100 Tuts)
JDStraughan (92 Tuts)
TJHooker (45 Tuts)
manishwebmaster (31 Tuts)
linkbuild (28 Tuts)

TUTmark

Drag TUTmark to your bookmarks
to begin using our bookmarklet.

Don't know how to use a bookmarklet?
Check out this tutorial.

TUTlist News Feeds

Home Page (RSS and ATOM)
New TUTS (RSS and ATOM)
Subscribe by Email

Advertise HERE!

To learn how to get your ad here.
CONTACT US TODAY!

Giganews Newsgroups