Joefazee's Posts
Nairaland Forum › Joefazee's Profile › Joefazee's Posts
Did you have any story to publish, you can start here http://www.nigeriawall.com, join our social network http://www.nigeriawall.com/network.html |
I perfectly understand that some requests are pending, but i will process all this weekend. thank you for your understanding |
Avoid hardcore coding and lean ActiveRecord (use framework) |
try something like this 1. search.php $result = array(, ) foreach($result as $links) { // Your links goes here // truncate some part of the text, echo "<a href='full_search.php?content_it="{$links['id']}">. $links['title'] . "</a>"; } 2. full_search.php # Remember to escape incoming data $content_id = (isset($_GET['content_id']) ? intval($_GET['content_id']) : 0; if($content_id > 0) { // Here query or method to fetch single row // SELECT * FROM table WHERE content_id = $content_id // }else{ // You can display error message here } The above code may not work, i`m just trying to show you steps to take Learn how to use Framework instead of hardcore coding. |
@tuazor Python is already installed in most linux distribution, but you can get a window binary from http://www.python.org (check the download section), download Python 2.7, i will send you the books |
Check your email now, try follow up @ http://www.twitter.com/abahjoseph |
Goto http://www.tuwana.com and download free hacking ebooks. stop selling what you got for free from the internet, Share with free mind |
Use Codeigniter, learn PyroCMC. i will be moving to FuelPHP when Phil is done. |
Follow me to know when new stuffs is available http://twitter.com/abahjoseph |
If you are interested in Assembly programming goto Tuwana. http://tuwana.com/index.php/topic,912.msg1170/topicseen.html#msg1170, i uploaded it. full tutorial including Video, Assembler, Hex Editor, Calculator and many more kits. Enjoy. |
What is your interest? Web development, Mobile Application, Low-level drivers, Hacking/Reverse engineering? i found a very useful topic on Assembly @ http://tuwana.com/index.php/topic,912.msg1170/topicseen.html#msg1170 |
Put } before the last PHP closing tag but your code is not well escaped at $apt = $_POST['apt']; this is injectable, and why are you using the old mysql lib instead of a more faster one like mysqli, or go with a framework like CakePHP/CodeIgniter. learn how to separate presentable layer from logical routines by using template engine like smarty or learn about MVC. good luck |
I hardly use echo/print/printf due to template engine (smarty), my best friend is var_dump and print_r for debugging . but i think echo is faster. just develop your own coding standard. |
Learn about socket programming, check http://beej.us/guide/bgnet/output/html/singlepage/bgnet.html, http://www.prasannatech.net/2008/07/socket-programming-tutorial.html |
What is the problem at hand? you want to write new OS, Game, Graphic manipulation app, Drivers, use C/C++ you want mobile app? use Java you want desktop based GUI, consider VB/C# or Delphi You want to web app, consider PHP, Python or Ruby You want to create new Virii baby, use TASM, MASM (Assembly) For general hacking stuff, use Python. |
Hey, too many things to download by few people @www.tuwana.com, but you can follow me on twitter http://twitter.com/abahjoseph |
The heading says .NET vs Java and not C# vs Java, so i`m surprise why you should compare programming language and framework. |
Download all the videos free at http://www.tuwana.com |
did i understand you very well trying to compare .NET and Java, .NET is not a programming language, .NET is a framework (some well organized classes), and Java is a pure programming language so if we want to compare language we should compare C++ with Java or VB with Java and not comparing framework with programming language. Frameworks are created in programming languages as a library that can be implemented by many languages. hey, to me, .NET is just a library, as a PHP programming i can use Zend or Codeignite framework to do my thing and for Python django, plone, Twisted are all out there, so i see no reason why we should war over library verses programming language. ONE MORE THING: there is politics behind any programming language in the world that is what i think, Microsoft till today use C/C++ for all system level applications.\ USE THE RIGHT TOOL FOR THE RIGHT JOB. |
Download free video tutorials from http://www.tuwana.com, you may need a hotfile account. |
This is a mad track. wonderful and creative. keeps it flying |
Like i said, the content is big over 10G, + BackTrack Linux. |
Ubuntu server or Desktop? |
Hey, people lets upgrade, check a training at http://www.careeracademy.com/index.asp?PageAction=VIEWPROD&ProdID=74, thats about 10G, i have it so if you need it just send an email to joefazee , that is my gmail username. The training is about 10G, is too large, i can`t send this kind of file so u gonna pay for shipping the CD. i have a lot of Video tutorials, C++, Assembly, C#, Java, PHP, After effect, 3D max etc. |
RightClick, the company is in Ikeja, the company also developed Diamond bank using Joomla |
I love your example, but why should we mix two high-level language like Python & PHP, i think is better to embed PHP/Python into C/C++ instead of mixing to slow languages. Though nice. u`re good |
Nigeria government is a closed source government and i think thats what`s happening in the I.T industry, we get something for free and we want to sell it. the only reason why nigeria refused to grow is greed. until God change the heart of men, this country shall remain in darkness due to greed and envy. I have been giving out free programming materials and even at last i don`t have the resource to distribute it anymore. But if you need anything, just let me know |
The interface looks some how, i think you should re arrange the interface to be more friendly. nice job |
.NET is not a programming language, .NET is a framework. C/C++ is the strongest programming language in the world and the hardest because of manual memory management and pointer issues. .NET based languages like VB or C Sharp are good language also but only runs on Windows. so, the job at hand should choose the language for you, if you are planning web/windows based app then .NET is the way, if you are planning system driver, socket, algorithm and advance GUI app with crossplatform compatibility go with C/C++ (C++ is better). that`s just for me . Make una free me |