Most Discussed Codes
How to fetch url with Python
Wed, 03/03/2010 - 01:58 | bbayer
Simple code for fetching url with python
4
Average: 4 (2 votes)
Drupal : Evaluate PHP in pattern + Token
Thu, 04/08/2010 - 13:50 | gurayc
How to use tokens with PHP in Drupal? Here is the answer.
5
Average: 5 (1 vote)
Python Twisted Hello World
Fri, 03/19/2010 - 16:23 | bbayer
Twisted is one of most amazing library I have ever used. With this incredible stuff you can create server client applications in seconds. More to come..
source: http://www.twistedcommons.com/2009/01/twisted-python-tutorial-part-1-twi...
3
Average: 3 (1 vote)
PHP Content Filter
Wed, 03/03/2010 - 10:18 | gurayc
This function filters any restricted words from your posted content.
5
Average: 5 (1 vote)
Choose the best
Mon, 08/23/2010 - 12:21 | Laryedwards
Like all aspects of business, IT Services requires constant management and supervision as well as expert level guidance so that you may be able to leverage it as a revenue center. When you manage your connectivity and computing requirements effectively, you gain business advantages essential to long term growth and success. With DataFocus as your technology partner, you can expect increased employee productivity, enhanced systems reliability, protection for your mission critical business information and the freedom to focus on your core business.
0
Chose the best option
Thu, 08/19/2010 - 12:30 | Guest
Like all aspects of business,requires constant management and supervision as well as expert level guidance so that you may be able to leverage it as a revenue center. When you manage your connectivity and computing requirements effectively, you gain business advantages essential to long term growth and success. With you can expect increased employee productivity, enhanced systems reliability, protection for your mission critical business information and the freedom to focus on your core business.
0
Error on autocomplete node reference field: found no valid post with that title.
Wed, 04/14/2010 - 15:58 | gurayc
When importing content into a node reference field that is shared the preview import throws the following error:
Fieldname: found no valid post with that title.
I have found the cause of this problem and can offer a partial solution.
The cause is that the validation function nodereference_autocomplete_validate in nodereference.module expects data in a different format than what is supplied by nodereference.inc of node_import. This function expects data in one of three forms:
"node title"
"node title [nid:node id]"
"[nid:node id]"
I was able to make it work for importing noderefs by node id. I have not tested it with importing noderefs by title, although that might work also. In the file node_import/supported/cck/nodereference.inc, the line
5
Average: 5 (1 vote)
Python for loop
Wed, 04/14/2010 - 09:29 | bbayer
This example shows simple usage of python for loop syntax..
0
Recent comments
-
That is cool!12 weeks 4 days ago
-
sexcam13 weeks 6 days ago
-
thanx26 weeks 4 days ago
-
It is very usefull man thanks26 weeks 4 days ago
-
not at all26 weeks 5 days ago
more

